Add Qdrant and ChromaDB support to the project
- Added Qdrant service to both docker-compose files for production and development. - Updated environment variables in .env.example and settings.py to include Qdrant configuration. - Included necessary dependencies for Qdrant and ChromaDB in requirements.txt. - Updated .gitignore to exclude ChromaDB data files.
This commit is contained in:
@@ -47,6 +47,9 @@ media/
|
||||
staticfiles/
|
||||
*.pot
|
||||
|
||||
# RAG / ChromaDB
|
||||
data/chromadb/
|
||||
|
||||
# Testing / Coverage
|
||||
.coverage
|
||||
htmlcov/
|
||||
|
||||
Reference in New Issue
Block a user