Commit Graph

16 Commits

Author SHA1 Message Date
sajad-dev 0f36f98513 UPDATE 2026-04-26 01:15:38 +03:30
sajad-dev ec90642482 UPDATE 2026-04-25 17:45:04 +03:30
sajad-dev aa24fc22b0 UPDATE 2026-04-25 17:22:41 +03:30
sajad-dev f7dc05dc9e UPDATE 2026-04-24 18:34:17 +03:30
sajad-dev 24ed5776bc UPDATE 2026-04-24 17:40:25 +03:30
sajad-dev 302124aa87 UPDATE 2026-04-24 02:12:06 +03:30
sajad-dev ff464cb4a5 UPDATE 2026-04-06 23:50:24 +03:30
sajad-dev 98406cfd59 UPDATE 2026-03-25 01:56:41 +03:30
sajad-dev 3ee14ca977 AI UPDATE 2026-03-22 01:09:09 +03:30
sajad-dev c37b5c8558 AI UPDATE 2026-03-21 23:50:36 +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
sajad-dev 9ec0807d3c Add sensor_data app to Django settings and URL routing
- Included sensor_data in the INSTALLED_APPS of settings.py.
- Added URL path for sensor_data in urls.py to enable API access.
2026-02-27 13:31:16 +03:30
sajad-dev 09e0c26c68 Add Redis service and Celery configuration to Docker setup
- Introduced Redis service in both docker-compose files for production and development.
- Updated web and celery services to use Redis as the broker and result backend.
- Added necessary environment variables for Celery in settings.py.
- Included new tasks and soil_data apps in Django settings and updated URL routing.
- Updated requirements.txt to include Celery and Redis dependencies.
2026-02-27 13:09:00 +03:30
sajad-dev f6ac30aa34 First commit 2026-02-19 17:55:33 +03:30