Getting Started with LlamaIndex
First, we need to clarify that we require two types of models: LLM, which is the large model responsible for generating content. Embedding model, which is responsible for generating embeddings that represent text semantics in vector form. Set Up OpenAI API Key By default, LlamaIndex uses OpenAI’s LLM and embedding models, so we first need … Read more