mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-25 20:08:04 +00:00
chore: Added openai compatible vector io endpoints for chromadb
This commit is contained in:
parent
2aba2c1236
commit
6cd339a2f2
4 changed files with 123 additions and 87 deletions
|
|
@ -16,6 +16,6 @@ async def get_provider_impl(config: ChromaVectorIOConfig, deps: dict[Api, Any]):
|
|||
ChromaVectorIOAdapter,
|
||||
)
|
||||
|
||||
impl = ChromaVectorIOAdapter(config, deps[Api.inference])
|
||||
impl = ChromaVectorIOAdapter(config, deps[Api.inference], deps.get(Api.files))
|
||||
await impl.initialize()
|
||||
return impl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue