Embeddings

6 articles about embeddings.

Long-Term Memory Without Going Bankrupt - SQLite with Local Embeddings

·3 min read

Cloud vector databases are expensive for AI agent memory. SQLite with local embeddings gives you persistent long-term memory at near-zero cost.

ai-agentmemorysqliteembeddingslocal-firstai_agents

Open Source AI Memory Storage - The Deduplication Challenge

·2 min read

Building deduplicated memory storage for AI agents is harder than it looks. The real challenge isn't storing memories - it's knowing when two memories are

ai-memorydeduplicationopen-sourceknowledge-managementembeddings

Is RAG Dead? Bigger Context Windows Shift the Use Cases

·2 min read

With context windows growing past 1 million tokens, many RAG use cases are better served by stuffing documents directly into context. RAG is not dead but

ragcontext-windowsllmembeddingsai-architecture

Self-Hosted Vector Memory for AI Agents

·3 min read

How to build a local-first vector memory system for AI agents using self-hosted embeddings. Keep your agent's memory private, fast, and under your control.

vector-memoryself-hostedai-agentembeddingslocal-first

Tiered Memory for Desktop Agents - Plain Text First, Vector Search for Long-Term

·2 min read

How desktop AI agents should handle memory: plain text for recent context and vector embeddings only for long-term recall. A practical approach to agent

memoryragembeddingsdesktop-agentvector-searchai_agents

Embeddings vs Tokens - How AI Agent Memory Actually Works

·2 min read

Embeddings aren't tokens. They're dense vector representations that capture semantic meaning and power similarity search for AI agent memory retrieval.

embeddingstokensagent-memoryvector-searchai-fundamentals

Browse by Topic