mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-16 05:52:37 +00:00
refactor: move chardet and pypdf dependencies to vector IO provider registries
Moves chardet and pypdf from main dependencies to provider-specific pip_packages for all 12 vector IO providers that support file processing (Api.files). Updated providers: - inline::meta-reference, inline::faiss, inline::sqlite-vec, inline::sqlite_vec - remote::chromadb, inline::chromadb, remote::pgvector, remote::weaviate - inline::qdrant, remote::qdrant, remote::milvus, inline::milvus
This commit is contained in:
parent
822c9a5df6
commit
da6e55b136
2 changed files with 12 additions and 14 deletions
|
|
@ -50,8 +50,6 @@ dependencies = [
|
|||
"aiosqlite>=0.21.0", # server - for metadata store
|
||||
"asyncpg", # for metadata store
|
||||
"sqlalchemy[asyncio]>=2.0.41", # server - for conversations
|
||||
"chardet", # for character encoding detection in file processing
|
||||
"pypdf", # for PDF file processing in vector stores
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue