mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-15 07:32:37 +00:00
fix: update pyproject.toml dependencies for vector processing
This commit is contained in:
parent
509ac4a659
commit
822c9a5df6
2 changed files with 61 additions and 43 deletions
|
|
@ -50,6 +50,8 @@ 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