llamaindex
Package — LLM/AIPython 3.7+Advanced
Data framework for connecting LLMs to external data (RAG)
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- aiohttp, NumPy, pandas, SQLAlchemy, tiktoken, openai, nltk, typing-inspect
- Install
pip install llama-index
Learn by Difficulty
Quick Example
python
# Install: pip install llama-index import llamaindex # Basic llamaindex usage print(f"Using llamaindex") # See documentation for detailed examples
llamaindex is a third-party package. Data framework for connecting LLMs to external data (RAG). Install with: pip install llama-index
Try in PlaygroundTags
packagellmaigenerative-aiagents