Pinned Repositories
agentic-rag
Complete example of how to build an Agentic RAG architecture with Redis, Amazon Bedrock, and LlamaIndex.
ArXivChatGuru
Use ArXiv ChatGuru to talk to research papers. This app uses LangChain, OpenAI, Streamlit, and Redis as a vector database/semantic cache.
basic-redis-chat-app-demo-nodejs
A basic Redis chat application demo written in Nodejs
fastapi-redis-tutorial
Using Redis with FastAPI
LLM-Document-Chat
Using LlamaIndex, Redis, and OpenAI to chat with PDF documents. Supplementary material for blog post on Microsoft Developer Blog
redis-ai-resources
✨ A curated list of awesome community resources, integrations, and examples of Redis in the AI ecosystem.
redis-arXiv-search
Vector search demo with the arXiv paper dataset, RedisVL, HuggingFace, OpenAI, Cohere, FastAPI, React, and Redis.
redis-datasets
A Curated List of Sample Redis Datasets
redis-product-search
Visual and semantic vector similarity with Redis Stack, FastAPI, PyTorch and Huggingface.
redis-stack-stocks
This project demonstrates how you can use the multi-model capabilities of Redis to create a real-time stock watchlist application.
Redis Developer's Repositories
redis-developer/realtime-redis-backup
Realtime backup Redis data to S3
redis-developer/redis-coronavirus-map
Demo project to display RedisTimeSeries data on the map in Grafana
redis-developer/redis_graph_demo
RedisGraph | Game of Thrones Demo - https://www.slideshare.net/farhanmemon4u/graph-databases-redisgraph-and-redisinsight
redis-developer/redisearch-beer
RediSearch demo with beer
redis-developer/bootstrap-ajax-typeahead
Twitter Bootstrap Ajax Typeahead Plugin
redis-developer/libredis
A C based general low-level PHP extension and client library for Redis, focusing on performance, generality and efficient parallel communication with multiple Redis servers. As a bonus, a Ketama Consistent Hashing implementation is provided as well.
redis-developer/redis-aqi
A demonstration of the geospatial features of Redis to interpolate an AQI (Air Quality Index) from sensor data.
redis-developer/redis-streams-in-action
Project that shows how to use ADD/ACK/PENDING/CLAIM and build an error proof streaming application with Redis Streams and SpringData