Spaces:
Sleeping
Sleeping
Kushagra
commited on
Commit
·
b64d6a4
1
Parent(s):
555a055
Adding Logging for questions
Browse files
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 {
|
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"
|