Skip to content

Commit

Permalink
Merge pull request #62 from jamakase/feature/backend-api
Browse files Browse the repository at this point in the history
update run question task
  • Loading branch information
anntish authored Sep 13, 2024
2 parents 6955218 + f41a935 commit 2082fb3
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 2082fb3

Please sign in to comment.