You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A clear and concise description of what the bug is. Please include what you were expecting to happen vs. what actually happened.
I want to continue a conversation from some days ago. but agent doesn't actually output "Generating a well-informed response"
I've tried:
reloading browser,
used another browser,
/notes please summarise last session
To Reproduce
Steps to reproduce the behavior:
Find conversation in sidebar
continue conversations (user)
assistant *thinks', never outputs "Generating a well-informed response"
is there a way to explore logs of conversations?
is there a way to see how many MB sync files are uploaded? - obsidian keeps notifying something like "sync failed due to no more space". Do not know if its related to the issue above.
The text was updated successfully, but these errors were encountered:
I am seeing this happen with ollama due to a timeout on the Khoj side. ollama logs report connection aborted. But everything in the train of thought seems to work up until the last point. Maybe the prompt is so big and the client (Khoj) is not waiting long enough?
I notice this issue went away immediately after I updated the model in ollama and the database to have a large context size, so it would stop truncating.
Edit: still get some timeout issues though, on subsequent messages. Also some Body already consumed errors in the browser console.
Also, for me, this seems to be specific to research mode enabled.
Edit: after further testing, this also seems to often be connected to going over the ollama context limit. The Khoj logs say it's truncating to the max prompt limit, but then there's a timeout anyway.
So basically, Khoj doesn't seem to be giving the OpenAI client enough time to ingest the prompt when it's huge.
Describe the bug
A clear and concise description of what the bug is. Please include what you were expecting to happen vs. what actually happened.
I want to continue a conversation from some days ago. but agent doesn't actually output "Generating a well-informed response"
I've tried:
To Reproduce
Steps to reproduce the behavior:
Find conversation in sidebar
continue conversations (user)
assistant *thinks', never outputs "Generating a well-informed response"
Screenshots
Platform
If self-hosted
Additional context
is there a way to explore logs of conversations?
is there a way to see how many MB sync files are uploaded? - obsidian keeps notifying something like "sync failed due to no more space". Do not know if its related to the issue above.
The text was updated successfully, but these errors were encountered: