mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-12 13:57:57 +00:00
fix: update pyproject.toml dependencies for vector processing
This commit is contained in:
parent
24ee577cb0
commit
b96ffa4592
2 changed files with 77 additions and 59 deletions
|
@ -49,6 +49,8 @@ dependencies = [
|
|||
"opentelemetry-exporter-otlp-proto-http>=1.30.0", # server
|
||||
"aiosqlite>=0.21.0", # server - for metadata store
|
||||
"asyncpg", # for metadata store
|
||||
"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