vector-database

Tag

Cards List
#vector-database

@techwith_ram: A 10M document corpus eats 31 GB of RAM as float32 Most teams hit that wall & reach for a managed vector database. $400…

X AI KOLs Timeline · 2026-05-14

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.

0 favorites 0 likes
#vector-database

@sitinme: GitHub 30k stars, do RAG without vector databases and with higher accuracy! Anyone doing RAG has probably experienced this: the vector database returns content that "looks relevant" but isn't the answer you're looking for. Especially with long documents like contracts, financial reports, technical manuals, when you ask "What was Q3 revenue?", it returns a paragraph about "company business overview." Similarity ≠ relevance—this is the fundamental problem with vector retrieval. PageIndex's solution is straightforward and brute-force: skip vectors, use reasoning.

X AI KOLs Timeline · 2026-05-13

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.

0 favorites 0 likes
#vector-database

I built a self-hosted memory layer that works across Claude, ChatGPT, and Cursor

Reddit r/ArtificialInteligence · 2026-05-11

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.

0 favorites 0 likes
#vector-database

MemoryOS – AI agent memory with temporal knowledge graph and 9ms ingest and 78ms retrieval

Reddit r/AI_Agents · 2026-05-11

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.

0 favorites 0 likes
#vector-database

@GitTrend0x: The Killer Open-Source Tool That Transforms AI from a Goldfish Memory to Perfect Recall https://github.com/run-llama/llama_index… Meet LlamaIndex, the most mature RAG framework in the Python ecosystem, with a blockbuster open-source project boasting 49k+ stars! AI…

X AI KOLs Timeline · 2026-05-10 Cached

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.

0 favorites 0 likes
#vector-database

We built and open-sourced Caliby: An embedded, high-performance vector database for AI Agents (Beats pgvector by 4x, outperforms FAISS on disk)

Reddit r/LocalLLaMA · 2026-05-09

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.

0 favorites 0 likes
#vector-database

alibaba/zvec

GitHub Trending (daily) · 2026-06-16 Cached

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.

0 favorites 0 likes
#vector-database

oracle-devrel/oracle-ai-developer-hub

GitHub Trending (daily) · 2026-05-09 Cached

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.

0 favorites 0 likes
#vector-database

Introducing Contextual Retrieval

Anthropic Engineering · 2026-05-08 Cached

Anthropic introduces Contextual Retrieval, a technique combining contextual embeddings and BM25 to significantly improve RAG accuracy by reducing failed retrievals.

0 favorites 0 likes
#vector-database

zilliztech/claude-context

GitHub Trending (daily) · 2026-04-21 Cached

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.

0 favorites 0 likes
← Previous
← Back to home

Submit Feedback