Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 99_doc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ python-docx>=0.8.11 # Word (.docx) processing
PyYAML>=6.0 # YAML processing

# Knowledge base & embeddings (optional)
sentence-transformers>=2.2.0
sentence-transformers>=5.4.1

# Optional RAG support (if enabled in config)
# chromadb>=0.4.0 # Vector database
Expand Down
2 changes: 1 addition & 1 deletion requirements_rag.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ scikit-learn>=1.7.2
# RAG and Vector Database
ollama>=0.3.3
faiss-cpu>=1.8.0
sentence-transformers>=3.1.1
sentence-transformers>=5.4.1
langchain>=0.3.1
langchain-community>=0.3.1
langsmith>=0.1.129
Expand Down
Loading