ai-agent-book 精选快照(<2MB 代码与文档,来自 github.com/bojieli/ai-agent-book)
Build latest book artifacts / build (push) Canceled after 0s
dependency resolution / resolve (3.11) (push) Canceled after 0s
dependency resolution / resolve (3.13) (push) Canceled after 0s
deploy-pages / build (push) Canceled after 0s
deploy-pages / deploy (push) Canceled after 0s
i18n consistency check / check (push) Canceled after 0s
provider adoption tests / test (chapter2/context-compression) (push) Canceled after 0s
provider adoption tests / test (chapter2/prompt-injection) (push) Canceled after 0s
provider adoption tests / test (chapter2/system-hint) (push) Canceled after 0s
provider adoption tests / test (chapter3/log-sanitization) (push) Canceled after 0s
web-search-agent tests / test (push) Canceled after 0s
web-search-agent tests / agentbook (push) Canceled after 0s
Build latest book artifacts / build (push) Canceled after 0s
dependency resolution / resolve (3.11) (push) Canceled after 0s
dependency resolution / resolve (3.13) (push) Canceled after 0s
deploy-pages / build (push) Canceled after 0s
deploy-pages / deploy (push) Canceled after 0s
i18n consistency check / check (push) Canceled after 0s
provider adoption tests / test (chapter2/context-compression) (push) Canceled after 0s
provider adoption tests / test (chapter2/prompt-injection) (push) Canceled after 0s
provider adoption tests / test (chapter2/system-hint) (push) Canceled after 0s
provider adoption tests / test (chapter3/log-sanitization) (push) Canceled after 0s
web-search-agent tests / test (push) Canceled after 0s
web-search-agent tests / agentbook (push) Canceled after 0s
This commit is contained in:
@@ -0,0 +1,49 @@
|
||||
# RAPTOR dependencies
|
||||
raptor-rag==0.3.0
|
||||
openai>=1.12.0
|
||||
scikit-learn>=1.3.0
|
||||
numpy>=1.24.0
|
||||
tiktoken>=0.5.0
|
||||
umap-learn>=0.5.4
|
||||
|
||||
# GraphRAG dependencies
|
||||
graphrag>=0.3.0
|
||||
azure-search-documents>=11.4.0
|
||||
azure-storage-blob>=12.19.0
|
||||
networkx>=3.0
|
||||
pyarrow>=15.0.0
|
||||
pyyaml>=6.0
|
||||
rich>=13.0.0
|
||||
|
||||
# Common dependencies
|
||||
python-dotenv>=1.0.0
|
||||
requests>=2.31.0
|
||||
pandas>=2.0.0
|
||||
faiss-cpu>=1.7.4
|
||||
sentence-transformers>=2.2.2
|
||||
transformers>=4.36.0
|
||||
|
||||
# API service dependencies
|
||||
fastapi>=0.109.0
|
||||
uvicorn>=0.25.0
|
||||
pydantic>=2.5.0
|
||||
httpx>=0.25.0
|
||||
|
||||
# Document processing
|
||||
aiofiles>=24.1.0
|
||||
pypdf>=3.17.0
|
||||
beautifulsoup4>=4.12.0
|
||||
lxml>=5.0.0
|
||||
markdown>=3.5.0
|
||||
|
||||
# For Intel manual specific parsing
|
||||
pdfplumber>=0.10.3
|
||||
tabulate>=0.9.0
|
||||
|
||||
# Logging and monitoring
|
||||
loguru>=0.7.2
|
||||
tqdm>=4.66.0
|
||||
|
||||
# Testing
|
||||
pytest>=7.4.0
|
||||
pytest-asyncio>=0.21.0
|
||||
Reference in New Issue
Block a user