mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-07-05 04:01:31 +02:00
Add Retrieval to Chat History (#577)
This commit is contained in:
@ -59,6 +59,7 @@ def send_chat_message(
|
||||
def run_chat(contextual: bool) -> None:
|
||||
try:
|
||||
new_session_id = create_new_session()
|
||||
print(f"Chat Session ID: {new_session_id}")
|
||||
except requests.exceptions.ConnectionError:
|
||||
print(
|
||||
"Looks like you haven't started the Danswer Backend server, please run the FastAPI server"
|
||||
|
Reference in New Issue
Block a user