Skip to content

Commit

Permalink
update run question task
Browse files Browse the repository at this point in the history
  • Loading branch information
anntish committed Sep 13, 2024
1 parent 68a69f7 commit f41a935
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/backend/services/rag_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ def run_question_task(question: str):
data = {
"input":{
"question": question,
"context": "Контекст"
}
}
response = requests.post(rag_url, json=data)
Expand Down

0 comments on commit f41a935

Please sign in to comment.