Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: selecting a different dataset in chat fails work without a full page refresh #2224

Open
danielsgriffin opened this issue Aug 20, 2024 · 0 comments
Labels
bug Something isn't working chat

Comments

@danielsgriffin
Copy link
Contributor

Description

The bottom left dropdown lets users choose to load a different dataset. If they do so the URL parameters properly update. But starting a conversation will result in this response:

I am stumped and cannot figure out how to respond to this. Try regenerating your response or making a new topic.

Regenerating, clicking "Regenerate Response", does not change this outcome. A page refresh or clicking "+ RAG Playground" in the top left is required.

Diagnosis: Network tools shows a 400 Bad Request at the https://api.trieve.ai/api/message route. After a full refresh the message route is only called after the topic route is called (https://api.trieve.ai/api/topic).

Target(s)

chat

Requirement to close

PR which lets the user immediately initiate chat on a selected dataset without a page reload.

Community channels

Matrix is preferred. Reach out on discord or Matrix for further assistance.

@danielsgriffin danielsgriffin added bug Something isn't working chat labels Aug 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working chat
Projects
None yet
Development

No branches or pull requests

1 participant