Skip to content

Commit

Permalink
minor cleanup of when logging happens
Browse files Browse the repository at this point in the history
  • Loading branch information
KastanDay committed Sep 15, 2023
1 parent cf22849 commit b461282
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ai_ta_backend/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,6 @@ def getTopContexts() -> Response:
found_documents = ingester.getTopContexts(search_query, course_name, token_limit)
del ingester

# background execution of tasks!!
#executor.submit(log_query_to_nomic, course_name, search_query)

response = jsonify(found_documents)
response.headers.add('Access-Control-Allow-Origin', '*')
return response
Expand Down

0 comments on commit b461282

Please sign in to comment.