-
Notifications
You must be signed in to change notification settings - Fork 15.9k
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
Azure CosmosDB memory #3434
Azure CosmosDB memory #3434
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks amazing!
Test for #3434 @eavanvalkenburg Initially, I was unaware and had submitted a pull request #3450 for the same purpose, but I have now repurposed the one I used for that. And it worked.
Still needs docs, otherwise works.
Test for #3434 @eavanvalkenburg Initially, I was unaware and had submitted a pull request #3450 for the same purpose, but I have now repurposed the one I used for that. And it worked.
Still needs docs, otherwise works.
Test for #3434 @eavanvalkenburg Initially, I was unaware and had submitted a pull request #3450 for the same purpose, but I have now repurposed the one I used for that. And it worked.
Still needs docs, otherwise works.
Test for langchain-ai#3434 @eavanvalkenburg Initially, I was unaware and had submitted a pull request langchain-ai#3450 for the same purpose, but I have now repurposed the one I used for that. And it worked.
Still needs docs, otherwise works.
Test for langchain-ai#3434 @eavanvalkenburg Initially, I was unaware and had submitted a pull request langchain-ai#3450 for the same purpose, but I have now repurposed the one I used for that. And it worked.
I tested according to the test case here, and I found that the problem is that once CosmosDBChatMessageHistory is called again, it will overwrite the previously saved conversation history, resulting in no historical conversation and no data insertion from the historical conversation. |
Still needs docs, otherwise works.