mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-12 12:06:04 +00:00
2: rename provider vector_db references to vector_store
This commit is contained in:
parent
375650c6b3
commit
18ff28b6f0
9 changed files with 275 additions and 274 deletions
|
|
@ -140,6 +140,7 @@ class VectorStoreFileCounts(BaseModel):
|
|||
total: int
|
||||
|
||||
|
||||
# TODO: rename this as OpenAIVectorStore
|
||||
@json_schema_type
|
||||
class VectorStoreObject(BaseModel):
|
||||
"""OpenAI Vector Store object.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue