Skip to content

Commit 4da5810

Browse files
committed
remove extra comment
1 parent 7b0c443 commit 4da5810

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/rag_system.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,3 @@ def get_context(self, retrieved_docs):
187187
for doc in retrieved_docs:
188188
retrieved_text.append(f"{doc['about']}. {doc['text']}")
189189
return "\n\n".join(retrieved_text)
190-
191-
# # Instantiate the RAGSystem
192-
# rag_system = RAGSystem()

0 commit comments

Comments
 (0)