$npx skillfedfor your agent

Packages starting with 'L'

520 packages · page 10 of 13

Packages

llama-index-embeddings-azure-openai With conditions
PyPI · Artificial Intelligence · released Mar 2026

Integrates Azure OpenAI's embedding models with LlamaIndex, enabling vector representations of text for semantic search and retrieval-augmented generation workflows.

MITpure Python
508.6Kdownloads / mo
llama-index-embeddings-bedrock Worth it
PyPI · Artificial Intelligence · released Aug 2026

Provides Amazon Bedrock embedding models integration for LlamaIndex, enabling text-to-vector conversion using Titan and Cohere embeddings through AWS.

MITpure Python
2.3Mdownloads / mo
llama-index-embeddings-google-genai With conditions
PyPI · Artificial Intelligence · released May 2026

Integrates Google's Gemini and Vertex AI embedding models with llama-index for generating text embeddings in your applications.

MITpure Python
404.9Kdownloads / mo
llama-index-embeddings-huggingface With conditions
PyPI · Artificial Intelligence · released Mar 2026

Integrates Hugging Face embedding models with LlamaIndex, allowing you to use transformer-based embeddings from Hugging Face within LlamaIndex applications.

MITpure Python
327.5Kdownloads / mo
llama-index-embeddings-ibm With conditions
PyPI · Artificial Intelligence · released Feb 2026

Integrates IBM watsonx.ai embedding models with LlamaIndex, allowing you to embed text strings using IBM's foundation models through the LlamaIndex API.

MITpure Python
85.6Kdownloads / mo
llama-index-embeddings-langchain With conditions
PyPI · Artificial Intelligence · released Mar 2026

Integrates Langchain embedding models with LlamaIndex, allowing you to use Langchain's embedding providers within LlamaIndex's retrieval and indexing workflows.

MITpure Python
108.6Kdownloads / mo
llama-index-embeddings-ollama Worth it
PyPI · Artificial Intelligence · released Mar 2026

Integrates Ollama's local embedding models with LlamaIndex for generating text embeddings without external API calls.

Install it if you're already running Ollama and want seamless vector embedding support; skip it if you rely on cloud embedding APIs.

MITpure Python
171.4Kdownloads / mo
llama-index-embeddings-openai With conditions
PyPI · Artificial Intelligence · released Mar 2026

Integrates OpenAI's embedding models with LlamaIndex for converting text into vector representations within LlamaIndex applications.

MITpure Python
8.2Mdownloads / mo
llama-index-embeddings-vertex With conditions
PyPI · Artificial Intelligence · released Mar 2026

Integrates Google Vertex AI embedding models into LlamaIndex applications, providing access to text and multimodal embedding APIs with flexible credential handling.

MITpure Python
81.6Kdownloads / mo
llama-index-indices-managed-llama-cloud Skip
PyPI · Artificial Intelligence · released Mar 2026

Provides deprecated integration for creating and querying indexes on LlamaCloud's managed parsing and retrieval service, now superseded by the llama-cloud package.

MITpure Python
38.7Mdownloads / mo
llama-index-instrumentation With conditions
PyPI · Monitoring · released Mar 2026

Provides instrumentation hooks for observability in LlamaIndex applications, enabling collection and management of spans, events, and dispatchers to track application behavior.

MITpure Python
8.3Mdownloads / mo
llama-index-legacy With conditions
PyPI · Python Modules · released Nov 2024

LlamaIndex Legacy is a data framework for building LLM applications that connects private data to language models through indexing, retrieval, and query interfaces.

However, verify whether migration to the current package is recommended for your use case, as this is explicitly a legacy release.

MITpure Python
2.3Mdownloads / mo
llama-index-llms-anthropic Worth it
PyPI · Artificial Intelligence · released Aug 2026

Integrates Anthropic's Claude language models into LlamaIndex applications, enabling text completion, chat, streaming, and structured prediction workflows.

Install it if you are building LlamaIndex applications and want to use Claude models; skip it if you are using Anthropic's SDK directly without LlamaIndex.

MITpure Python
418.5Kdownloads / mo
llama-index-llms-azure-openai With conditions
PyPI · Artificial Intelligence · released May 2026

Integrates Azure OpenAI language models into LlamaIndex applications, enabling text completion, streaming, and chat interactions through Azure's managed OpenAI service.

MITpure Python
625.1Kdownloads / mo
llama-index-llms-bedrock With conditions
PyPI · Artificial Intelligence · released Mar 2026

Integrates AWS Bedrock LLMs into LlamaIndex, enabling you to use Bedrock-hosted language models for text completion, chat, and streaming operations within LlamaIndex workflows.

MITpure Python
105.5Kdownloads / mo
llama-index-llms-bedrock-converse Worth it
PyPI · Artificial Intelligence · released Aug 2026

Integrates AWS Bedrock's Converse API with LlamaIndex, enabling LLM applications to call foundation models like Claude through Bedrock with support for streaming, function calling, and prompt caching.

Install it if you're already using LlamaIndex and want to run Bedrock models; skip it if you're calling Bedrock directly or using a different LLM framework.

MITpure Python
247.1Kdownloads / mo
llama-index-llms-gemini Skip
PyPI · Artificial Intelligence · released Jan 2026

Integrates Google's Gemini LLM with LlamaIndex, though this integration is no longer supported as of version 0.6.2.

MITpure Pythonaging
82.0Kdownloads / mo
llama-index-llms-google-genai With conditions
PyPI · Artificial Intelligence · released Jul 2026

Integrates Google's Gemini models into LlamaIndex applications, providing a unified interface for text generation, chat, and streaming responses via the Google GenAI API.

MITpure Python
189.3Kdownloads / mo
llama-index-llms-ibm With conditions
PyPI · Artificial Intelligence · released Feb 2026

Integrates IBM watsonx.ai foundation models with LlamaIndex's LLM API, enabling you to use IBM's models for text completion and chat inference through a unified interface.

MITpure Python
87.2Kdownloads / mo
llama-index-llms-langchain With conditions
PyPI · Artificial Intelligence · released Mar 2026

Bridges LlamaIndex with LangChain LLM providers, allowing you to use any LangChain-compatible language model within LlamaIndex's indexing and retrieval framework.

MITpure Python
151.7Kdownloads / mo
llama-index-llms-litellm With conditions
PyPI · Artificial Intelligence · released Mar 2026

Integrates LiteLLM with LlamaIndex to provide unified access to multiple LLM providers (OpenAI, Cohere, and others) through a single interface.

Install only if you actually need multi-provider flexibility; single-provider projects may not benefit.

MITpure Python
81.3Kdownloads / mo
llama-index-llms-ollama With conditions
PyPI · Artificial Intelligence · released Mar 2026

Integrates local Ollama language models with LlamaIndex, enabling text completion, chat, streaming, and structured JSON responses through a unified Python interface.

MITpure Python
250.2Kdownloads / mo
llama-index-llms-openai Worth it
PyPI · Artificial Intelligence · released Jul 2026

Integrates OpenAI's language models into applications using LlamaIndex, providing access to completion, chat, and streaming APIs through a unified interface.

Install it if you are building with llama-index-core and want to use OpenAI models; it is the standard integration point for that use case.

MITpure Python
39.2Mdownloads / mo
llama-index-llms-openai-like With conditions
PyPI · Artificial Intelligence · released Apr 2026

Provides a thin wrapper to use OpenAI-compatible APIs (including local models) within the LlamaIndex framework, allowing you to swap in alternative LLM providers that follow the OpenAI protocol.

MITpure Python
436.4Kdownloads / mo
llama-index-llms-vertex With conditions
PyPI · Artificial Intelligence · released Mar 2026

Integrates Google Vertex AI's LLM capabilities with LlamaIndex, enabling use of Vertex models within LlamaIndex applications.

However, verify whether Google GenAI integration better suits your use case, as the package documentation suggests Gemini has moved to that path.

MITpure Python
89.1Kdownloads / mo
llama-index-multi-modal-llms-openai With conditions
PyPI · Artificial Intelligence · released Sep 2025

Integrates OpenAI's multi-modal language models with LlamaIndex, enabling applications to process and reason over images and text together.

However, the aging maintenance status means you should verify that supported OpenAI models and LlamaIndex versions match your requirements before production use.

MITpure Pythonaging
2.8Mdownloads / mo
llama-index-program-openai With conditions
PyPI · Artificial Intelligence · released May 2025

Integrates OpenAI-powered program synthesis with LlamaIndex, enabling structured code generation through OpenAI's language models.

However, the 441-day gap since the last release is a significant concern—verify that the three runtime dependencies are current and compatible with your OpenAI API…

MITpure Pythonaging
2.7Mdownloads / mo
llama-index-question-gen-openai With conditions
PyPI · Artificial Intelligence · released May 2025

Generates follow-up questions from documents or context using OpenAI's language models, integrated with the LlamaIndex framework.

However, the aging maintenance status (441 days since last release) warrants checking compatibility with your current llama-index versions before committing to…

MITpure Pythonaging
2.7Mdownloads / mo
llama-index-readers-confluence Worth it
PyPI · Text Processing · released Mar 2026

Loads pages and attachments from Confluence cloud instances into LlamaIndex documents, supporting multiple query methods and file type extraction.

Install it if you need to load Confluence pages into LlamaIndex for RAG, search, or documentation processing workflows.

MITpure Python
231.3Kdownloads / mo
llama-index-readers-file Worth it
PyPI · Text Processing · released Mar 2026

Provides file loaders that parse documents in multiple formats (PDF, DOCX, images, CSV, HTML, Markdown, and others) into structured data for indexing and retrieval.

Install it if you need to ingest documents from multiple file types.

MITpure Python
4.4Mdownloads / mo
llama-index-readers-llama-parse Skip
PyPI · Text Processing · released Mar 2026

Parses PDF files into structured markdown or text format for use with LlamaIndex, enabling efficient document retrieval and context augmentation in RAG pipelines.

MITpure Python
9.2Mdownloads / mo
llama-index-retrievers-bm25 With conditions
PyPI · Artificial Intelligence · released Mar 2026

Integrates BM25 full-text search retrieval into LlamaIndex applications, enabling keyword-based document ranking and retrieval without external dependencies.

Install only if BM25 ranking fits your retrieval needs; for semantic or dense vector search, you'd want a different retriever.

MITpure Python
326.3Kdownloads / mo
llama-index-storage-docstore-postgres With conditions
PyPI · Database · released Mar 2026

Provides a Postgres-backed document store integration for LlamaIndex, enabling persistent storage and retrieval of documents within LlamaIndex applications.

MITpure Python
147.1Kdownloads / mo
llama-index-storage-kvstore-postgres With conditions
PyPI · Database · released Mar 2026

Provides a PostgreSQL-backed key-value store integration for LlamaIndex, enabling persistent storage of indexed data and embeddings using a relational database backend.

MITpure Python
151.0Kdownloads / mo
llama-index-tools-mcp Worth it
PyPI · Artificial Intelligence · released Aug 2026

Connects LlamaIndex agents to MCP (Model Context Protocol) servers to expose and call remote tools, and converts LlamaIndex workflows into MCP servers.

MITpure Python
78.9Kdownloads / mo
llama-index-utils-workflow With conditions
PyPI · Application Frameworks · released Jun 2026

Provides visualization tools for LlamaIndex workflows, including functions to render workflow structure and execution traces as interactive HTML diagrams.

However, verify the license terms first, as they are not declared in the package metadata.

license unclearpure Python · 3.10+
105.3Kdownloads / mo
llama-index-vector-stores-azureaisearch With conditions
PyPI · Artificial Intelligence · released Jul 2026

Integrates Azure AI Search as a vector store backend for LlamaIndex, enabling semantic search and retrieval-augmented generation workflows using Azure's managed search service.

MITpure Python
98.9Kdownloads / mo
llama-index-vector-stores-chroma With conditions
PyPI · Artificial Intelligence · released Dec 2025

Integrates Chroma vector database with LlamaIndex for storing and retrieving embeddings in RAG and semantic search applications.

MITpure Pythonaging
252.0Kdownloads / mo
llama-index-vector-stores-faiss Worth it
PyPI · Artificial Intelligence · released Mar 2026

Integrates FAISS vector storage with LlamaIndex for efficient similarity search and retrieval in RAG applications.

Install it if you are building a LlamaIndex application and want to use FAISS for vector storage and retrieval.

MITpure Python
150.2Kdownloads / mo
llama-index-vector-stores-lancedb With conditions
PyPI · Artificial Intelligence · released Mar 2026

Integrates LanceDB as a vector store backend for LlamaIndex, enabling semantic search and retrieval-augmented generation workflows with LanceDB's vector database.

MITpure Python
73.5Kdownloads / mo