mirror of
https://github.com/hwchase17/langchain
synced 2024-11-10 01:10:59 +00:00
dc30edf51c
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. |
||
---|---|---|
.. | ||
cassandra_chat_message_history.ipynb | ||
dynamodb_chat_message_history.ipynb | ||
entity_memory_with_sqlite.ipynb | ||
index.mdx | ||
momento_chat_message_history.ipynb | ||
mongodb_chat_message_history.ipynb | ||
motorhead_memory_managed.ipynb | ||
motorhead_memory.ipynb | ||
postgres_chat_message_history.ipynb | ||
redis_chat_message_history.ipynb | ||
rockset_chat_message_history.ipynb | ||
streamlit_chat_message_history.ipynb | ||
xata_chat_message_history.ipynb | ||
zep_memory.ipynb |