#LangChain SQl Alchemy issue with Async

2 messages · Page 1 of 1 (latest)

keen citrus
#

I've been working on my RAG chatbot and so far, my code works perfectly for synchronous operations and memory + chat history being saved in my db but I tried switching to async and now things are messed up. I'm using SQL Alchemy for my db and I've honestly been trying so hard to implement async but it isnt really working.

Its working with ._acall but issue as I am using ConversationalRetrievalChain that uses memory and db yet it doesnt remember previous history nor is it saving in my db. I checked every single github issue and I couldn't find a thing. I tried asking on LangChain discord but the experts never reply.