mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-09 08:08:32 +00:00
* Move RAG components to top-level module - Create src/crewai/rag directory structure - Move embeddings configurator from utilities to rag module - Update imports across codebase and documentation - Remove deprecated embedding files * Remove empty knowledge/embedder directory
1 line
69 B
Python
1 line
69 B
Python
"""RAG (Retrieval-Augmented Generation) infrastructure for CrewAI.""" |