rag-frameworks
Installation
SKILL.md
RAG Frameworks
Frameworks for building retrieval-augmented generation applications.
Comparison
| Framework | Best For | Learning Curve | Flexibility |
|---|---|---|---|
| LangChain | Agents, chains, tools | Steeper | Highest |
| LlamaIndex | Data indexing, simple RAG | Gentle | Medium |
| Sentence Transformers | Custom embeddings | Low | High |
LangChain
Orchestration framework for building complex LLM applications.
Core concepts: