mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-10 02:24:35 +08:00
feat: Add API indexer and enhance embedding management
- Add new API indexer script for document processing - Update embedding manager with improved functionality - Remove old cache files and update dependencies - Modify workflow execute documentation 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -2,14 +2,18 @@
|
||||
numpy>=1.21.0
|
||||
scikit-learn>=1.0.0
|
||||
|
||||
# Sentence Transformers for advanced embeddings
|
||||
sentence-transformers>=2.2.0
|
||||
# Sentence Transformers for advanced embeddings (CodeSage V2 compatible)
|
||||
sentence-transformers>=3.0.0
|
||||
transformers>=4.40.0
|
||||
|
||||
# Optional: For better performance and additional models
|
||||
torch>=1.9.0
|
||||
# PyTorch for model execution (required for CodeSage V2)
|
||||
torch>=2.0.0
|
||||
|
||||
# Development and testing
|
||||
pytest>=6.0.0
|
||||
|
||||
# Data handling
|
||||
pandas>=1.3.0
|
||||
|
||||
# Additional dependencies for CodeSage V2
|
||||
accelerate>=0.26.0
|
||||
|
||||
Reference in New Issue
Block a user