mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-28 13:00:02 +00:00
fix:default setting prompt with history messages (#1117)
Co-authored-by: Fangyin Cheng <staneyffer@gmail.com>
This commit is contained in:
@@ -133,8 +133,9 @@ class MilvusStore(VectorStoreBase):
|
||||
connections.connect(
|
||||
host=self.uri or "127.0.0.1",
|
||||
port=self.port or "19530",
|
||||
alias="default"
|
||||
# secure=self.secure,
|
||||
username=self.username,
|
||||
password=self.password,
|
||||
alias="default",
|
||||
)
|
||||
|
||||
def init_schema_and_load(self, vector_name, documents) -> List[str]:
|
||||
|
Reference in New Issue
Block a user