mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-08-29 04:26:20 +00:00
Fix CI failure: Add gensim dependency for Node2Vec
- Add gensim>=4.3.0 to core dependencies - Required for Node2Vec embeddings in enhanced vector store - Fixes ImportError in benchmark tests - Ensures Node2Vec functionality works out of the box
This commit is contained in:
+2
-1
@@ -77,7 +77,8 @@ dependencies = [
|
||||
"toml>=0.10.0",
|
||||
"python-dotenv>=0.20.0",
|
||||
"loguru>=0.6.0",
|
||||
"structlog>=22.1.0"
|
||||
"structlog>=22.1.0",
|
||||
"gensim>=4.3.0"
|
||||
]
|
||||
|
||||
# ---------------- OPTIONAL DEPENDENCIES ----------------
|
||||
|
||||
Reference in New Issue
Block a user