mirror of
https://github.com/meta-llama/llama-stack.git
synced 2026-01-07 09:49:56 +00:00
fix: rebase and solve conflict
Signed-off-by: ChengZi <chen.zhang@zilliz.com>
This commit is contained in:
parent
fa67d79bfe
commit
2f45b9f2f7
3 changed files with 2 additions and 2 deletions
|
|
@ -16,5 +16,5 @@ class MilvusVectorIOConfig(BaseModel):
|
|||
db_path: str
|
||||
|
||||
@classmethod
|
||||
def sample_config(cls) -> Dict[str, Any]:
|
||||
def sample_run_config(cls) -> Dict[str, Any]:
|
||||
return {"db_path": "{env.MILVUS_ENDPOINT}"}
|
||||
|
|
|
|||
|
|
@ -18,5 +18,5 @@ class MilvusVectorIOConfig(BaseModel):
|
|||
consistency_level: str = "Strong"
|
||||
|
||||
@classmethod
|
||||
def sample_config(cls) -> Dict[str, Any]:
|
||||
def sample_run_config(cls) -> Dict[str, Any]:
|
||||
return {"uri": "{env.MILVUS_ENDPOINT}", "token": "{env.MILVUS_TOKEN}"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue