6 Commits

Author SHA1 Message Date
sajad-dev 1679825ae2 UPDATE 2026-05-05 21:02:12 +03:30
sajad-dev f04a9fe71f UPDATE 2026-04-24 03:02:22 +03:30
sajad-dev d977a583c6 AI UPDATE 2026-03-22 03:08:27 +03:30
sajad-dev 035bc6f74d first commit 2026-03-19 22:54:29 +03:30
sajad-dev 2c42ebe01c Refactor user data handling and enhance chat functionality
- Removed deprecated user_info files and paths from configuration.
- Added user soil data integration in chat context to improve response accuracy.
- Updated build_rag_context and chat_rag_stream functions to include sensor_uuid for user-specific data retrieval.
- Enhanced load_sources function to load user data from the database.
- Implemented filtering in search_with_query and QdrantVectorStore to isolate user data based on sensor_uuid.
- Introduced Celery Beat schedule for periodic user data ingestion.
2026-02-27 20:06:46 +03:30
sajad-dev 197f70ee12 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.
2026-02-27 19:37:02 +03:30