mirror of
https://github.com/meta-llama/llama-stack.git
synced 2026-01-02 13:50:02 +00:00
qdrant UT
Signed-off-by: Daniele Martinoli <dmartino@redhat.com>
This commit is contained in:
parent
3fa7129816
commit
1d3fccff20
5 changed files with 368 additions and 37 deletions
|
|
@ -56,7 +56,7 @@ dev = [
|
|||
"ruamel.yaml", # needed for openapi generator
|
||||
]
|
||||
# These are the dependencies required for running unit tests.
|
||||
unit = ["sqlite-vec", "openai", "aiosqlite", "pypdf", "chardet"]
|
||||
unit = ["sqlite-vec", "openai", "aiosqlite", "pypdf", "chardet", "qdrant-client"]
|
||||
# These are the core dependencies required for running integration tests. They are shared across all
|
||||
# providers. If a provider requires additional dependencies, please add them to your environment
|
||||
# separately. If you are using "uv" to execute your tests, you can use the "--with" flag to specify extra
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue