langchain/docs/extras/integrations/memory
Tudor Golubenco dc30edf51c
Xata as a chat message memory store (#9719)
This adds Xata as a memory store also to the python version of
LangChain, similar to the [one for
LangChain.js](https://github.com/hwchase17/langchainjs/pull/2217).

I have added a Jupyter Notebook with a simple and a more complex example
using an agent.

To run the integration test, you need to execute something like:

```
XATA_API_KEY='xau_...' XATA_DB_URL="https://demo-uni3q8.eu-west-1.xata.sh/db/langchain"  poetry run pytest tests/integration_tests/memory/test_xata.py
```

Where `langchain` is the database you create in Xata.
2023-08-24 17:37:46 -07:00
..
cassandra_chat_message_history.ipynb mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
dynamodb_chat_message_history.ipynb mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
entity_memory_with_sqlite.ipynb mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
index.mdx mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
momento_chat_message_history.ipynb mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
mongodb_chat_message_history.ipynb mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
motorhead_memory_managed.ipynb mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
motorhead_memory.ipynb mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
postgres_chat_message_history.ipynb mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
redis_chat_message_history.ipynb mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
rockset_chat_message_history.ipynb Integrate Rockset as a chat history store (#8940) 2023-08-08 18:54:07 -07:00
streamlit_chat_message_history.ipynb Extend the StreamlitChatMessageHistory docs with a fuller example and… (#8774) 2023-08-04 14:27:46 -07:00
xata_chat_message_history.ipynb Xata as a chat message memory store (#9719) 2023-08-24 17:37:46 -07:00
zep_memory.ipynb mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00