fix: rebase and solve conflict

Signed-off-by: ChengZi <chen.zhang@zilliz.com>
This commit is contained in:
Cheney Zhang 2025-03-05 17:30:01 +08:00 committed by Ashwin Bharambe
parent fa67d79bfe
commit 2f45b9f2f7
3 changed files with 2 additions and 2 deletions

View file

@ -16,5 +16,5 @@ class MilvusVectorIOConfig(BaseModel):
db_path: str db_path: str
@classmethod @classmethod
def sample_config(cls) -> Dict[str, Any]: def sample_run_config(cls) -> Dict[str, Any]:
return {"db_path": "{env.MILVUS_ENDPOINT}"} return {"db_path": "{env.MILVUS_ENDPOINT}"}

View file

@ -18,5 +18,5 @@ class MilvusVectorIOConfig(BaseModel):
consistency_level: str = "Strong" consistency_level: str = "Strong"
@classmethod @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}"} return {"uri": "{env.MILVUS_ENDPOINT}", "token": "{env.MILVUS_TOKEN}"}