mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-31 05:10:01 +00:00
feat: adding mongodb vector_io module
updated mongodb sample run config
This commit is contained in:
parent
bfece15fb4
commit
ee981a0c02
6 changed files with 194 additions and 67 deletions
|
|
@ -110,6 +110,16 @@ def available_providers() -> List[ProviderSpec]:
|
|||
),
|
||||
api_dependencies=[Api.inference],
|
||||
),
|
||||
remote_provider_spec(
|
||||
Api.vector_io,
|
||||
AdapterSpec(
|
||||
adapter_type="mongodb",
|
||||
pip_packages=["pymongo"],
|
||||
module="llama_stack.providers.remote.vector_io.mongodb",
|
||||
config_class="llama_stack.providers.remote.vector_io.mongodb.MongoDBVectorIOConfig",
|
||||
),
|
||||
api_dependencies=[Api.inference],
|
||||
),
|
||||
remote_provider_spec(
|
||||
Api.vector_io,
|
||||
AdapterSpec(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue