Modules
Large Language Models (LLMs)
The LLM is responsible for reading text and generating natural language responses to queries. By default, LlamaIndex.TS uses gpt-4o
.
The LLM can be explicitly updated through Settings
.
Installation
Azure OpenAI
To use Azure OpenAI, you only need to set a few environment variables.
For example:
Local LLM
For local LLMs, currently we recommend the use of Ollama LLM.
Available LLMs
Most available LLMs are listed in the sidebar on the left. Additionally the following integrations exist without separate documentation:
Check the LlamaIndexTS Github for the most up to date overview of integrations.
API Reference
Edit on GitHub
Last updated on