https://github.com/redis-developer/langchain-apps-with-redis
https://github.com/redis-developer/langchain-apps-with-redis
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/redis-developer/langchain-apps-with-redis
- Owner: redis-developer
- License: mit
- Created: 2025-03-03T15:17:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-02-08T17:20:30.000Z (4 months ago)
- Last Synced: 2026-02-08T23:23:23.148Z (4 months ago)
- Language: Jupyter Notebook
- Size: 13.7 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LangChain Applications with Redis
This repository contains examples of how to implement vector search, semantic caching, and LLM session management with Redis.
## Getting started
Before running any of the code available in the Jupyter notebooks, you will need a Redis database. For the sake of convenience, this repository provides a Docker Compose file that spin ups a Redis database for you. Just execute the following command to start it up:
```bash
docker compose up
```
Now you can start following the instructions from the Jupyter notebooks. Have fun!
## Pydantic incompatibilities
If you are using Python 3.14, there are known incompatibilities with Pydantic V1 that can cause an unable to infer type error with RedisVL.
Fix: downgrade to Python 3.13
## License
This project is licensed under the MIT License.