mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-06 01:54:11 +08:00
- 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>
20 lines
403 B
Plaintext
20 lines
403 B
Plaintext
# Core dependencies for embedding tests
|
|
numpy>=1.21.0
|
|
scikit-learn>=1.0.0
|
|
|
|
# Sentence Transformers for advanced embeddings (CodeSage V2 compatible)
|
|
sentence-transformers>=3.0.0
|
|
transformers>=4.40.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
|