Files
crewAI/src/crewai/rag/storage/__init__.py
Greyson LaLonde fab86d197a
Some checks failed
Notify Downstream / notify-downstream (push) Has been cancelled
Mark stale issues and pull requests / stale (push) Has been cancelled
Refactor: Move RAG components to dedicated top-level module (#3222)
* 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
2025-07-25 10:55:31 -04:00

1 line
48 B
Python

"""Storage components for RAG infrastructure."""