Master LLMs with our FREE course in collaboration with Activeloop & Intel Disruptor Initiative. Join now!

Publication

LlamaIndex Last Version: From Basics To Advanced Techniques In Python -(Part-3)
Artificial Intelligence   Data Science   Latest   Machine Learning

LlamaIndex Last Version: From Basics To Advanced Techniques In Python -(Part-3)

Last Updated on August 22, 2023 by Editorial Team

Author(s): Tarik Kaoutar (高達烈)

Originally published on Towards AI.

LLM – LlamaIndex ???? 0.7.9

This member-only story is on us. Upgrade to access all of Medium.

This is the third part of a LlamaIndex series. You should read part 2.

In Part Two of this series, we talked about Document Store, Service Contexts, LLM Predictor and more. If you haven’t had a chance to read it please check it out.

LLMPredictor is part of the language model for obtaining the text response (Completion).

Below you can see that a class called LLMPredictor has been set

list_index.service_context.llm_predictor<llama_index.llm_predictor.base.LLMPredictor at 0x7f076a4e1db0>

LlamaIndex’s LLM class provides a unified interface for defining LLM modules, whether OpenAI, Hugging Face, or LangChain.

・Originally, it was a wrapper for… Read the full blog for free on Medium.

Join thousands of data leaders on the AI newsletter. Join over 80,000 subscribers and keep up to date with the latest developments in AI. From research to projects and ideas. If you are building an AI startup, an AI-related product, or a service, we invite you to consider becoming a sponsor.

Published via Towards AI

Feedback ↓