feat: enhance chat service with documentation indexing and improved Docker configuration
Some checks failed
CI/CD Pipeline / Generate Documentation (push) Failing after 7m41s
CI/CD Pipeline / Lint Code (push) Failing after 7m44s
CI/CD Pipeline / Run Tests (push) Has been skipped
CI/CD Pipeline / Security Scanning (push) Has been skipped
CI/CD Pipeline / Build and Push Docker Images (api) (push) Has been skipped
CI/CD Pipeline / Build and Push Docker Images (chat) (push) Has been skipped
CI/CD Pipeline / Build and Push Docker Images (frontend) (push) Has been skipped
CI/CD Pipeline / Build and Push Docker Images (worker) (push) Has been skipped
CI/CD Pipeline / Deploy to Staging (push) Has been skipped
CI/CD Pipeline / Deploy to Production (push) Has been skipped

This commit is contained in:
2025-10-20 19:15:32 +02:00
parent 6f5deb0879
commit 27dd9e00b6
14 changed files with 784 additions and 94 deletions

View File

@@ -76,7 +76,9 @@ flower = "^2.0.1"
# LLM Integration
langchain = "^0.3.0"
langchain-community = "^0.3.0"
# chromadb = "^0.5.0" # Requires Visual C++ Build Tools on Windows
chromadb = "^0.5.0" # Vector database for RAG
sentence-transformers = "^3.3.0" # Embeddings for semantic search
tiktoken = "^0.8.0" # Token counting for OpenAI models
[tool.poetry.group.dev.dependencies]
pytest = "^8.3.0"