Hi guys, hope everything is going well. I'm having this issue where after asking my model a couple of questions, it returns this error and won't run again until I restart the system:
Both client and aclient are provided. If using `:memory:` mode, the data between clients is not synced.
My guess is that there may be a memory leak somewhere within the system, likely within the connection to my Qdrant vector database. The main solution I've been seeing is to try implementing
AsyncQdrantClient
but I'm not sure where to add it in - is this an issue that's occurring directly within my RAG workflow or does it go deeper and should be applied in a different section? Any advice would be appreciated!