mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-12 20:12:33 +00:00
pre-commit
This commit is contained in:
parent
0c2e3b1aca
commit
04b9954a8b
10 changed files with 35 additions and 34 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue