Commit Graph

14 Commits

Author SHA1 Message Date
sajad-dev 2d1f7da89e UPDATE 2026-05-10 02:02:48 +03:30
sajad-dev 1679825ae2 UPDATE 2026-05-05 21:02:12 +03:30
sajad-dev 5301071df5 UPDATE 2026-05-05 01:46:10 +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 302124aa87 UPDATE 2026-04-24 02:12:06 +03:30
sajad-dev ff464cb4a5 UPDATE 2026-04-06 23:50:24 +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 94355af62b Add LLM configuration and update URL routing
- Introduced LLM configuration in rag_config.yaml and corresponding LLMConfig class in config.py.
- Updated load_rag_config function to parse LLM settings from the configuration file.
- Added new API route for RAG in urls.py to facilitate access to the chat model.
- Modified QdrantVectorStore to use query_points method for improved functionality.
2026-02-27 19:44:49 +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