mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-22 22:42:25 +00:00
fix(vectordb): VectorDBInput has no provider_id
Signed-off-by: Mustafa Elbehery <melbeher@redhat.com>
This commit is contained in:
parent
ecd28f0085
commit
1c9b7446a0
1 changed files with 1 additions and 0 deletions
|
|
@ -34,6 +34,7 @@ class VectorDBInput(BaseModel):
|
||||||
vector_db_id: str
|
vector_db_id: str
|
||||||
embedding_model: str
|
embedding_model: str
|
||||||
embedding_dimension: int
|
embedding_dimension: int
|
||||||
|
provider_id: str | None = None
|
||||||
provider_vector_db_id: str | None = None
|
provider_vector_db_id: str | None = None
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue