Register and share your invite link to earn from video plays and referrals.

Search results for VectorDB
VectorDB community
One keyword maps to one global community path.
Create community
People
Not Found
Tweets including VectorDB
The hard parts of hybrid retrieval, already done. Elasticsearch Vector Database is a new serverless offering where expert-level tuning is the default: - bfloat16 storage: half the disk footprint before quantization even starts - BBQ: up to 32x vector compression, 95% less memory - Auto-calibration re-tunes quantization on every merge as your data drifts - Filtered vector search at up to 8x higher throughput than OpenSearch - Jina AI embeddings and reranking on managed GPU inference, or bring your own models You bring documents and queries. We handle the embeddings, tuning, and infrastructure. Full breakdown, including the semantic_text quickstart and what ships in vectorDB index mode:
Show more
TL;DR: Pinecone released VQ-bench, a benchmark that treats today's zoo of vector quantization methods as combinations of a small set of shared primitives, making it possible to compare them fairly under the same conditions. Title: VQ-bench: a Composable Vector Quantization Framework URL: Points 🧩 Defines composable primitives like Center, Normalize, PCA, and RandomRotate that any quantizer can be built from 🔗 Existing methods like E-RaBitQ reduce to just 4 chained primitives: Center, Normalize, Random Rotation, Angular Cast 📊 Benchmarks 14 quantizers on 5 VIBE datasets using Reconstruction MSE, Recall@10, and encode time 🥇 PQ and OPQ consistently achieve the lowest Reconstruction MSE ⚡ EDEN encodes far faster than PQ, OPQ, and E-RaBitQ while keeping recall competitive 🛠️ Adding a new quantizer often takes just a few lines of code, and a new primitive automatically composes with every existing one Putting fragmented quantization methods on the same evaluation footing should make it much easier to pick the right one for your use case. #VectorSearch# #VectorDB#
Show more
🔎 A provocative paper: "agentic search needs no embeddings or vector DB—just grep the raw corpus directly." Title: Beyond Semantic Similarity: Rethinking Retrieval for Agentic Search via Direct Corpus Interaction URL: ❓ What is Direct Corpus Interaction (DCI)? 💡 A retrieval paradigm where the agent explores the raw corpus directly via grep, find, and shell commands—no embedding model, vector index, or retrieval API. It needs no offline indexing and adapts naturally to evolving local corpora. ❓ Why aren't conventional retrievers enough? 💡 Sparse or dense, they compress the corpus through a fixed similarity interface into top-k before reasoning begins. That makes exact lexical matching, combining weak clues, and checking local context hard—and evidence filtered out early can't be recovered no matter how strong the downstream reasoning. That's fatal for multi-step agent search. ❓ Can it really win without a retriever? 💡 Yes. On BrowseComp-Plus, swapping the retriever for DCI on the same Sonnet 4.6 lifts accuracy 69.0 → 80.0% (+11.0) while cutting cost 29.4%. Multi-hop QA averages 83.0 (+30.7 over the strongest baseline); IR ranking hits 68.5 NDCG@10 (+21.5). Even the lightweight GPT-5.4 nano version beats many baselines. ❓ What's actually driving it? 💡 The authors call it "retrieval interface resolution." Trajectory analysis shows the edge comes less from surfacing more gold documents and more from high-resolution local search and verification after reaching them. #AIAgents# #RAG#
Show more
# Weaviate Features and Practical Usage 🚀 Tired of standing up a vector DB server just for a test? Embedded Weaviate launches from your script in one line and disappears when you're done, making it a perfect throwaway DB for CI and notebooks. 📌 Title and Feature URL Title: Embedded Weaviate URL: 📝 Overview Embedded Weaviate is an experimental deployment model that runs a Weaviate instance from your application code rather than a standalone server. The instance lifecycle is tied to the client app, so it terminates when your app exits, though persisted data survives. Its biggest benefit is running experiments with zero infrastructure setup. 🔧 How It Works - In Python you launch it with weaviate.connect_to_embedded(version=..., headers=..., environment_variables=...). - The client checks binary_path for a cached binary; if missing, it downloads the right binary (Linux or macOS) from GitHub releases and caches it for reuse. - On first startup it creates a persistent datastore at persistence_data_path, and subsequent runs reuse it, so data survives between sessions. - The instance exits when the script ends, the app terminates, or the notebook becomes inactive. 🛠 Practical Usage - Key parameters are version (latest, a version string, or a binary URL), port (default 8079), persistence_data_path (default ~/.local/share/weaviate), and binary_path (default ~/.cache/weaviate-embedded). - For advanced setup use EmbeddedOptions and pass modules or API keys via additional_env_vars={"ENABLE_MODULES": "..."}, then call client.connect(). - If logs are noisy, quiet them with environment_variables={"LOG_LEVEL": "error"}. - TypeScript requires a separate package, weaviate-ts-embedded. 🎯 Use Cases - Running regression tests for search logic in CI with zero infrastructure setup. - Prototyping and experimentation in Jupyter notebooks. - Lightweight, single-user local validation. ⚠️ Caveats - It is experimental; APIs and parameters may change. - It is single-node only, with no clustering or distributed deployment, and is not production-grade. - Supported operating systems are Linux and macOS only. - Avoid changing XDG_DATA_HOME or XDG_CACHE_HOME, since they are widely used by other applications. #Weaviate# #VectorDatabase#
Show more
🕸 Turn text into a "graph of concepts" and use it as a RAG retriever instead of a vector DB. An OSS you can run fully locally. Title: rahulnyk/knowledge_graph URL: 🔍 Overview A project that builds a knowledge graph from unstructured text by extracting concepts (not just named entities) and their relationships, for Graph-Augmented Generation (GRAG) and knowledge-based QA. 🧩 Problem Solved Traditional text analysis struggles to reveal how concepts interconnect and where hidden links lie. Representing knowledge as a queryable graph that preserves meaning enables deeper document understanding. 🛠 Methodology & Approach Built in six steps (clean → extract concepts → extract relations → schema → populate nodes/edges → visualize). Edges carry two weights: W1 for LLM-extracted explicit relations, W2 for same-chunk co-occurrence. Node degree and community set node size and color. 💻 Tech Stack ・LLM: Mistral 7B OpenOrca (no GPT API) ・Serving: Ollama for a fully local pipeline ・Graph: NetworkX, Visualization: Pyvis, Data: Pandas 🎯 Use Cases Graph RAG using the graph as a retriever instead of a vector DB, hidden-link discovery, centrality analysis, and community detection. #KnowledgeGraph# #GraphRAG#
Show more
Early on, we had so many hypotheses about the right memory structure for agents. Knowledge graph? Vector DB? Then we decided, screw it, just put it in a text file. For now. Messy, but kind of elegant. Fast forward to 2026: Openclaw lives in Markdown :)
Show more
View summary- Akamai–Anthropic deal: 💰 $11.6bn 7-year accelerating CPU agreement announced 24 Sep (potential +$9bn expansion). Anthropic to use Akamai’s distributed AI infra & software for growing CPU workloads. 
🤖 Vera CPUs expected: Nvidia previously flagged Akamai’s Vera deployment plans. Vera targets agentic workloads (code, orchestration, data processing) with high-bandwidth LPDDR5X. 
• Positive read-throughs:
– Server CPU & DRAM demand (agentic AI needs more compute + memory)
– eSSD / NAND (context, vector DB, KV-cache growth; better cost/power vs DRAM/HDD)
– ABF substrates
– Lenovo (major server OEM for Akamai)
• Our Server CPU TAM: 2030 server CPU TAM of $215bn 
• Stocks & Positive Implications :
– CPU: NVDA, AMD, INTC
– Memory: SK Hynix, Micron (DRAM/HBM); Samsung, SK Hynix, MU + SanDisk (NAND)
– Advanced packaging: ASE (Buy), TSMC (Hold), Amkor
– OEM: Lenovo (Buy) #anthropic# #NVDA# #CPU# #DRAM#
Show more
# Practical and Useful Patterns with ADK Memory enables "long-term recall" across sessions. Build agents that learn from past conversations and deeply understand each user 🧠 📌 **Title**: Memory 🔗 **URL**: ## 🧩 Overview Memory manages long-term knowledge that is searchable across sessions. While State holds data for "the current conversation," Memory accumulates "knowledge gained from past conversations" and makes it searchable via natural language. The two key APIs are: - `add_session_to_memory` / `add_events_to_memory`: Add session or event content to memory - `search_memory`: Search memory with natural language queries Backends can use vector databases like Chroma, improving agent response quality through RAG (Retrieval-Augmented Generation) patterns. ## 🛠 How to Use Import and instantiate `InMemoryMemoryService` from `google.adk.memory`. When a session ends, call `await memory_service.add_session_to_memory(session)` to store the session content in memory. To search, use `await memory_service.search_memory(app_name=..., user_id=..., query="previous network connection issues")` with a natural language query. Iterate over the returned results and access each `memory.content` to retrieve related past conversation content for use as agent context. ## 🏗 Practical Usage **Customer support scenario:** 1. User reports "My network isn't connecting again" 2. Search Memory for "network connection issues" 3. Retrieve: "User had the same issue 3 days ago, resolved by router restart" 4. Agent suggests: "Was your previous issue resolved? If the symptoms are the same, try restarting your router" This enables personalized support informed by past interaction history. **Learning assistant agent:** 1. User asks "I don't understand derivatives" 2. Search Memory to find "This user prefers visual explanations" and "Last time they understood through concrete examples" 3. Provide graph-based, example-driven explanations ## 💡 Use Cases - 🎧 Customer support: Informed responses based on past inquiry history. "Was your previous issue resolved?" - 📚 Learning assistance: Remember user learning styles and comprehension levels to choose optimal teaching approaches - 🏥 Health management: Understand trends from consultation history for continuous advice - 🛒 Personal shopper: Remember purchase history and preferences for accurate product suggestions ## ⚠️ Caveats - Storing personal information in Memory requires compliance with privacy policies and data protection regulations - Vector DB search accuracy depends on embedding model quality. Choose an appropriate model - Search costs increase as memory volume grows. Consider periodic cleanup or TTL (time-to-live) settings - `InMemoryMemoryService` loses data on process restart. Use persistent backends like Chroma in production ✨ With Memory giving agents long-term recall, you build deeper user relationships and agents that get smarter with every interaction! #ADK# #AIAgent#
Show more
Agent loops burn ~50x what chat does. Uber blew its annual AI coding budget by April. Cursor and Claude Code both face an explosion of costs. FinOps teams tracking AI spend went from 31% to 98% in a year. Here's the part nobody prices in: a huge share of that burn is your agent re-reading things it already knew. Every new session, the same repo context, the same conventions, re-fed through the window, costing you money again. Therefore Sibyl Labs built the memory plugin around one idea: pay to learn something once, then retrieve it cheaply as much as you want. File-based persistent memory, local-first, no vector DB. Knowledge gets written as a one-time cost; recall is targeted search, not context flooding. Works with Claude Code, Codex, Cursor, and any MCP runtime. No "cut your bill 70%". Anyone quoting you a percentage right now is guessing. The claim: stop paying to re-read what your agent already figured out. #2# on LongMemEval Oracle (95.6%). Try it:
Show more
- Claude = coding. ($20/mo) - Supabase = backend. (Free) - Vercel = deploying. (Free) - Namecheap = domain. ($12/yr) - Stripe = payments. (2.9%/transaction) - GitHub = version control. (Free) - Resend = emails. (Free) - = AI job Agent (Free) - Clerk = auth. (Free) - Cloudflare = DNS. (Free) - PostHog = analytics. (Free) - Sentry = error tracking. (Free) - Upstash = Redis. (Free) - Pinecone = vector DB. (Free) Total monthly cost to run a startup: ~$20 There has never been a cheaper time to build.
Show more