vector-database

Tag

Cards List
#vector-database

@victorialslocum: Most agentic chatbots forget like goldfish or remember like hoarders. There's a better way. Rant time: I'm 𝘴𝘰 tired o…

X AI KOLs Timeline β†— Β· 16h ago Cached

Weaviate launches Engram, a fully managed memory service for AI agents that actively maintains memory through reconciliation, deduplication, and scoped isolation, treating memory as infrastructure rather than data hoarding.

0 favorites 0 likes
#vector-database

All AI memory solutions look the same until you actually benchmark them

Reddit r/AI_Agents β†— Β· 2026-05-29

A transparent comparison of three open-source AI memory backends (Atomic Memory, Mem0, Zep) covering license, setup, provider support, and unique features like AUDN classification.

0 favorites 0 likes
#vector-database

My agent kept forgetting who 'Karpathy' was between sessions. Here's the architecture that fixed it

Reddit r/AI_Agents β†— Β· 2026-05-20

A developer shares an architecture using Neo4j knowledge graphs with typed entities and deduplication to solve the problem of AI agents forgetting entity identity across sessions, moving beyond flat files and vector stores.

0 favorites 0 likes
#vector-database

@akshay_pachaar: RAG vs. CAG, clearly explained! RAG is great, but it has a major problem: Every query hits the vector DB. Even for stat…

X AI KOLs Following β†— Β· 2026-05-19 Cached

Explains Cache-Augmented Generation (CAG) as a method to cache static knowledge directly in the model's KV memory, reducing latency and cost compared to traditional RAG, and shows how to combine both for optimal performance.

0 favorites 0 likes
#vector-database

How I wired a Graph DB on top of my vector store to scale 1K agents for 2 months, because vector search alone fails when user preferences change over time.

Reddit r/AI_Agents β†— Β· 2026-05-18

A detailed architectural guide for building long-running AI agents that handle changing user preferences over time by combining a vector store, graph DB, and temporal edges instead of overwriting data.

0 favorites 0 likes
#vector-database

what is every ai memory paltform ignoring completly ?

Reddit r/AI_Agents β†— Β· 2026-05-16

The author criticizes existing AI memory platforms for lacking multi-agent memory, poor long-term recall after many interactions, and no forgetting mechanism, and is building a new solution; asks the community for additional pain points.

0 favorites 0 likes
#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

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
← Back to home

Submit Feedback