2: rename provider vector_db references to vector_store

This commit is contained in:
Ashwin Bharambe 2025-10-20 19:19:38 -07:00
parent 375650c6b3
commit 18ff28b6f0
9 changed files with 275 additions and 274 deletions

View file

@ -140,6 +140,7 @@ class VectorStoreFileCounts(BaseModel):
total: int
# TODO: rename this as OpenAIVectorStore
@json_schema_type
class VectorStoreObject(BaseModel):
"""OpenAI Vector Store object.