mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-15 05:59:59 +00:00
feat(model): Passing stop parameter to proxyllm (#2077)
This commit is contained in:
@@ -64,7 +64,7 @@ class DocxKnowledge(Knowledge):
|
||||
documents = self._loader.load()
|
||||
else:
|
||||
docs = []
|
||||
_SerializedRelationships.load_from_xml = load_from_xml_v2 # type: ignore
|
||||
_SerializedRelationships.load_from_xml = load_from_xml_v2 # type: ignore
|
||||
doc = docx.Document(self._path)
|
||||
content = []
|
||||
|
||||
|
Reference in New Issue
Block a user