Amna2024 commited on
Commit
6e23909
·
verified ·
1 Parent(s): 6a6bb58

Update rag_service.py

Browse files
Files changed (1) hide show
  1. rag_service.py +1 -1
rag_service.py CHANGED
@@ -152,7 +152,7 @@ class RAGService:
152
  )
153
 
154
  def ask_question(self, question: str):
155
- """Process a question and return response"""
156
  try:
157
  # Check if RAG retrieval finds relevant context
158
  context_length = self._check_context_length(question)
 
152
  )
153
 
154
  def ask_question(self, question: str):
155
+ """Process a question and return response"""
156
  try:
157
  # Check if RAG retrieval finds relevant context
158
  context_length = self._check_context_length(question)