This commit is contained in:
Saifeddine ALOUI 2024-08-07 17:29:52 +02:00
parent b9a119fc40
commit 5d805b131b

View File

@ -1198,7 +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()
documentation += "\n\n".join(docs)
documentation += "\n\n".join(docs) + "\n"
# Check if there is discussion knowledge to add to the prompt
if self.config.activate_skills_lib: