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

View File

@ -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: