mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-07 12:47:37 +00:00
Merge fa7144163e
into 2f58d87c22
This commit is contained in:
commit
d483239cd7
4 changed files with 12 additions and 19 deletions
|
@ -90,8 +90,8 @@ class VectorDBs(Protocol):
|
|||
self,
|
||||
vector_db_id: str,
|
||||
embedding_model: str,
|
||||
provider_id: str,
|
||||
embedding_dimension: int | None = 384,
|
||||
provider_id: str | None = None,
|
||||
vector_db_name: str | None = None,
|
||||
provider_vector_db_id: str | None = None,
|
||||
) -> VectorDB:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue