Kushagra commited on
Commit
b64d6a4
·
1 Parent(s): 555a055

Adding Logging for questions

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -47,7 +47,7 @@ async def process_questions(request: QuestionRequest, api_key: str = Depends(ver
47
  config = app.state.config
48
  questions = request.questions
49
 
50
- logging.info(f"Received {len(questions)} questions for processing. Documents URL: {url}")
51
 
52
  # Create cache directory if not exists
53
  cache_dir = "cache"
 
47
  config = app.state.config
48
  questions = request.questions
49
 
50
+ logging.info(f"Received {(questions)} questions for processing. Documents URL: {url}")
51
 
52
  # Create cache directory if not exists
53
  cache_dir = "cache"