Skip to content

Commit

Permalink
issue #1164: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Callocchia committed Jan 24, 2025
1 parent adbf77f commit d51490f
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions ai-packages/rag-module/app/rag/chain.py
Original file line number Diff line number Diff line change
Expand Up @@ -420,16 +420,16 @@ def get_chat_chain(
}
)

# save_chat_message(
# open_search_client,
# search_text,
# result_answer["answer"],
# conversation_title,
# documents,
# chat_id,
# user_id,
# timestamp,
# chat_sequence_number,
# )
save_chat_message(
open_search_client,
search_text,
result_answer["answer"],
conversation_title,
documents,
chat_id,
user_id,
timestamp,
chat_sequence_number,
)

yield json.dumps({"chunk": "", "type": "END"})

0 comments on commit d51490f

Please sign in to comment.