November 11, 2025 • Stop fighting with agent state management. Build production-ready AI agents with LangGraph for orchestration and Beanis for persistent memory and vector search - all backed by Redis
python langgraph beanis redis AI agents RAG vector-search state-management
November 05, 2025 • Concept-pedia is a massive multimodal dataset with 165K+ semantically-annotated concepts on Hugging Face. Learn how to use SigLIP models fine-tuned on Concept-10k for zero-shot visual classification beyond ImageNet. Includes Python code examples, dataset guide, and practical integration tutorials.
conceptpedia concept-pedia multimodal vision-language emnlp2025 research dataset evaluation huggingface siglip zero-shot-learning image-classification babelnet semantic-annotation visual-understanding fine-grained-recognition
October 30, 2025 • Learn how to use Redis/Beanis as a lightning-fast cache layer for geo-spatial queries, with PostgreSQL as your source of truth and OpenStreetMap as your data source
python redis geospatial cache beanis tutorial architecture
October 27, 2025 • Our ACL 2024 paper introduces Word Sense Linking - automatic disambiguation that works on real text, not just sandboxed examples. Learn how to use it.
nlp word-sense-disambiguation acl2024 research python transformers
October 24, 2025 • Stop paying for Pinecone. If you already use Redis, you already have a vector database. Build production RAG in 50 lines of Python.
python redis RAG vector-search semantic-search beanis AI embeddings
October 23, 2025 • How I built a Redis ODM that makes working with Redis feel like magic - cutting boilerplate by 70% while keeping performance within 8% of raw Redis
python redis database odm pydantic open-source