Tag
turbovec is an open-source Rust vector index using Google Research's TurboQuant algorithm, achieving 16x compression and faster search than FAISS, with integrations for RAG frameworks like LangChain, LlamaIndex, and Haystack.
Introduces an open-source project with 30k stars on GitHub that achieves RAG through reasoning instead of vector databases, claiming higher accuracy and solving the problem of similarity not equating to relevance.
The author introduces an open-source MCP server running on Cloudflare Workers that provides persistent, searchable memory for AI clients like Claude, ChatGPT, and Cursor using vector embeddings and duplicate detection.
MemoryOS is an open-source, self-hosted AI agent memory tool using a temporal knowledge graph, achieving 86.2% accuracy on LongMemEval-s with fast 78ms retrieval speeds.
Introduces LlamaIndex, a mature Python open-source framework with 49k+ stars, designed to provide AI assistants with persistent memory and efficient RAG capabilities through vectorized storage and semantic search.
Caliby is an open-sourced embedded vector database co-developed by Sea-Land AI and MIT's Michael Stonebraker team, offering high-performance vector retrieval (4x faster than pgvector) with HNSW, DiskANN, and IVF+PQ indexes, designed specifically for AI Agent and RAG use cases with a simple pip install.
Alibaba releases Zvec v0.5.0, an open-source in-process vector database with new features including full-text search, hybrid retrieval, DiskANN index, and new SDKs for Go, Rust, plus a visual tool.
Oracle has released an AI Developer Hub repository on GitHub containing technical resources, reference applications, and Jupyter notebooks to help developers build AI applications, agents, and systems using Oracle AI Database and OCI services. The hub includes complete working examples such as agentic RAG systems, finance AI agents, and full-stack AI applications.
Anthropic introduces Contextual Retrieval, a technique combining contextual embeddings and BM25 to significantly improve RAG accuracy by reducing failed retrievals.
Zilliz releases Claude Context, an open-source MCP plugin that adds semantic code search to Claude Code and other AI coding agents, enabling cost-effective deep context from entire codebases via vector search.