Tag
A local, file-based long-term memory layer for personal AI that stores raw conversation logs with timestamps, enabling time-first search and maintaining full context without summarization.
FIND is an open-source Chrome extension that provides AI-powered semantic search for near real-time, meaning-based finding on the web.
MongoDB Atlas introduces auto-embedding, enabling databases to generate and manage embeddings internally for semantic search, eliminating the need for external services and improving data synchronization.
Meilisearch is an open-source search engine that enables fast application search with typo-tolerant full-text, semantic, and hybrid retrieval, all accessible through a single API with configurable keyword vs. embedding reliance.
ThreadShelf is an open-source tool that allows users to locally archive, search, and continue chats from OpenRouter, LM Studio, and AI Studio, with semantic search and llama.cpp integration.
A developer shares MnemoBrain, a memory system that enables AI agents to automatically remember context using hooks and semantic search, removing the need for explicit memory commands.
This article compares web search APIs for AI agents, evaluating options like Serper, Brave, Exa, Firecrawl, and Tavily based on their suitability for tasks such as SEO tracking, semantic discovery, and full-content extraction.
The article argues that cosine similarity in vector databases is a mathematical property that does not ensure factual accuracy, rendering retrieval systems susceptible to poisoning attacks where malicious documents can surpass legitimate ones in ranking.
A study finds that coding agents often prefer grep over LSP for code retrieval due to better LLM-friendliness and harness integration, challenging assumptions about tool precision.
ZvecAI has open-sourced zg (zvec-grep), a local-first search tool that integrates semantic search, BM25, and ripgrep for efficient indexing and retrieval on-device, designed for both humans and AI agents.
x402 Trust provides continuous monitoring and risk scores for over 85,000 endpoints to prevent AI agents from being scammed in payments, with semantic search to identify trustworthy services.
This paper introduces a policy-aligned retrieval framework for semantic search on LinkedIn, leveraging embeddings partitioned into category-supervised segments and a two-stage GPU architecture to improve recall and precision, with significant gains validated in A/B testing.
James Luan reflects on the evolution of vector databases from early similarity-search systems to critical infrastructure for production AI, emphasizing their expanding role in RAG and agent-based systems.
The paper presents KSE-Web, an analysis of hybrid retrieval and LLM-assisted query expansion for low-resource Khmer semantic search, using a constructed dataset to evaluate BM25, dense, and hybrid methods, finding that BM25 performs best while LLM expansion has limitations for Khmer.
The article discusses a prototype open-source package called Agentize that exposes semantic search endpoints for AI agents on websites, and questions whether this approach solves retrieval problems or duplicates existing methods.
A tool that enables semantic search over your Claude Code session history for efficient management and retrieval.
CABLE is a plug-in augmentation that extends LLM memory retrieval by constructing complementary antecedent-based links to surface implicit supporting evidence, evaluated on benchmarks with higher mean scores across multiple systems.
The article discusses methods for detecting new prompt injection patterns in AI systems after launch, including semantic search, trace-level safety scores, and tools like Braintrust, while highlighting challenges with false positives and attack taxonomy.
This paper introduces AViD Journal, a pipeline for automated novelty verification of mathematical theorems using Lean 4, evaluating it on withdrawn arXiv papers and highlighting challenges in formal verification.
Sentence Transformers v6.0 introduces MultiVectorEncoder for ColBERT-style late interaction retrieval, enhancing support for multi-vector embedding models with a familiar API.