Replies: 1 comment
-
|
This might be related to internal caching mechanism from Kotaemon. Will investigate this issue further when I have time. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, when using
Qdrantvector store and if user doesn't query for long period of time (hours), then retrieving from vector database doesn't work. Application basically hangs on the following line (docs) inpipelines.py:I tried to keep
Qdrantwarm by sending queries every couple of minutes, but it didn't work, so my assumption is that it has to do something with how following behaves inpipelines.py:My best guess would be that it has something to do with how Node is caching Qdrant client, which connection gets somehow stale. I would be vey happy if you have any idea what could this be.
vector_retrievalstarts working again if app is restarted or after about 3-4 chat attempts.Thank you.
Beta Was this translation helpful? Give feedback.
All reactions