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

Local API server cannot use chat history and local docs #3376

Open
JamesGai opened this issue Jan 9, 2025 · 1 comment
Open

Local API server cannot use chat history and local docs #3376

JamesGai opened this issue Jan 9, 2025 · 1 comment
Labels
bug-unconfirmed chat gpt4all-chat issues

Comments

@JamesGai
Copy link

JamesGai commented Jan 9, 2025

This bug report describes the same issue as #3210

When chatting with local docs using API server, it is not aware of what the previous question

I have a frontend UI where users can make conversation with the chatbot. I am using local API server, but discovered a critical bug, the model are not able to provide answers based on what was talked about including the local docs.

Also, the local doc that I have is just a simple text file. You can notice the local doc is retrieved only once when processing the first query regardless query content. However, the following conversation is not able to semantically bind the content from this text file.

I assume each time you send a query to the server, it is a brand new chat session so that's why no history can be preserved. Any solutions?

Image

@JamesGai JamesGai added bug-unconfirmed chat gpt4all-chat issues labels Jan 9, 2025
@matthiasmicheldevelop
Copy link

Same problem here using here using GPT4All v3.6.1: Only the first request after startup and enabling the LocalDocs takes the reasoning from the local document. The next request takes it from the model.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-unconfirmed chat gpt4all-chat issues
Projects
None yet
Development

No branches or pull requests

2 participants