-
Notifications
You must be signed in to change notification settings - Fork 7
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
Sidebar #42
Sidebar #42
Conversation
@fengsh27 I reimplemented the changes I made, but I now encounter several bugs with core functionality. I don't know if it's a problem on my side, but I restarted and cleared my system a couple of times, rebuilt the Docker Compose, changed browsers, so it would be good if you could check (and also review the changes I made here). Bugs I observe:
|
@slobentanzer Sure, I'll have a look |
@slobentanzer For the bugs:
|
@slobentanzer I have made two submissions to show "Never show again" button. Would you please review them and confirm it is the desired effect. |
Thanks, will do. Actually received a new machine today, will set that up and use as a test bed for the technical issues, will update once I managed that. |
@fengsh27 on the new machine the response mechanism with GPT works again, I guess it was a settings or cache issue. :) I think I figured out the problem with the RAG button on the bottom of the chat: it is connected to the "use RAG" button in the RAG settings. The way I envisioned it, these two are independent. The settings are global, used to manage the vector database, embedded docs, etc. The global setting should only be changed once when the user decides to use the feature. The button in the chat, on the other hand, is local, only activated if the user want one specific question supplemented by RAG (and same with KG). It should be off by default in every new chat, and basically an "opt-in" decision for every new question by the user. It could also be nice to automatically turn it off after the one question has been sent. This behaviour could be a global setting. The "New Persona" splash screen changes are good, but now we go into a new blank conversation, which is not what we wanted. If the splash screen is turned off, the "New Persona" button should lead to the list-like selection (Persona overview) of different personas (the one that was previously in the chat menu bar). This was the button I think (so leading to
Could you adjust these aspects? |
Yes, I think I accomplish this quickly. |
@slobentanzer Let me clarify the usage of the "use RAG" settings,
These two settings are independent.
Is this what we want to achieve? |
@fengsh27 yes, correct |
That's clear. It will take about 1-2 days to complete. |
@slobentanzer , 1, 2 have been implemented. Can you help to verify this is desired effect. |
@fengsh27 yes, seems to work fine now. There may still be some minor hiccups in the way the new conversations are started. E.g., the conversation that is initially created or the one that appears when you close all conversations in the history is still the plain "New Conversation"; this could maybe be replaced by one of the personas ("Plain Conversation"?). But the RAG logic now works well; will merge this PR. Next up should be the integration of the BioChatter |
Several cosmetic changes and smaller adjustments