mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-29 07:14:20 +00:00
Update llama_stack/providers/remote/vector_io/milvus/config.py
Co-authored-by: Francisco Arceo <farceo@redhat.com>
This commit is contained in:
parent
b883f5c2e3
commit
26b34c1cdc
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ class MilvusVectorIOConfig(BaseModel):
|
|||
uri: str = Field(description="The URI of the Milvus server")
|
||||
token: str | None = Field(description="The token of the Milvus server")
|
||||
consistency_level: str = Field(description="The consistency level of the Milvus server", default="Strong")
|
||||
kvstore: KVStoreConfig | None = None
|
||||
kvstore: KVStoreConfig
|
||||
|
||||
# This configuration allows additional fields to be passed through to the underlying Milvus client.
|
||||
# See the [Milvus](https://milvus.io/docs/install-overview.md) documentation for more details about Milvus in general.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue