pre-commit

This commit is contained in:
Ashwin Bharambe 2025-10-20 19:32:44 -07:00
parent 0c2e3b1aca
commit 04b9954a8b
10 changed files with 35 additions and 34 deletions

View file

@ -24,6 +24,7 @@ class VectorStore(Resource):
embedding_model: str
embedding_dimension: int
vector_store_name: str | None = None
@property
def vector_store_id(self) -> str: