mirror of
https://github.com/ParisNeo/lollms.git
synced 2025-01-27 14:50:15 +00:00
fixed
This commit is contained in:
parent
5b74f2b581
commit
b9a119fc40
@ -1198,8 +1198,7 @@ class LollmsApplication(LoLLMsCom):
|
||||
self.warning("Couldn't add documentation to the context. Please verify the vector database")
|
||||
else:
|
||||
docs = client.discussion.vectorizer.get_all_documents()
|
||||
for doc in docs:
|
||||
documentation += doc
|
||||
documentation += "\n\n".join(docs)
|
||||
|
||||
# Check if there is discussion knowledge to add to the prompt
|
||||
if self.config.activate_skills_lib:
|
||||
|
Loading…
x
Reference in New Issue
Block a user