We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b0c443 commit 4da5810Copy full SHA for 4da5810
app/rag_system.py
@@ -187,6 +187,3 @@ def get_context(self, retrieved_docs):
187
for doc in retrieved_docs:
188
retrieved_text.append(f"{doc['about']}. {doc['text']}")
189
return "\n\n".join(retrieved_text)
190
-
191
-# # Instantiate the RAGSystem
192
-# rag_system = RAGSystem()
0 commit comments