Results for “localstorage”
7 skillsMedia Use
Resolves, generates, and operates on media assets (audio, images, icons, logos, voice, color grades, LUTs) for HyperFrames projects, using a local cache and the HeyGen CLI for free-usage catalog search and TTS.
· bundle
Liteparse
Parse PDFs, Office files, and images locally with layout-preserved text, bounding boxes, OCR, and page screenshots for RAG and multimodal agents.
30.2k · bundle
Leann
Local RAG indexing with 97% storage reduction via anchor-based lazy recomputation. Graph-based selective embedding storage for memory-efficient semantic code search.
0 · bundle
Mnemon
Persistent memory CLI for LLM agents. Store facts, recall past knowledge, link related memories, manage lifecycle.
1 · bundle
Gno
Index local folders and search documents with BM25, vector, or hybrid queries, plus AI answers with citations and a web UI.
1 · bundle
Autoskill
Manages personal local Agent Skill files by detecting reusable material, searching for similar skills, and creating or updating SKILL.md folders after user approval.
559 · bundle
RAG Caching
Caching strategies across the RAG stack. Semantic caching with GPTCache and LangChain, Redis-based embedding-similarity cache, cache key design, TTL/invalidation, partial caching (cache retrieval only), provider-native prompt caching (Anthropic, OpenAI), and hierarchical L1/L2 caches. USE WHEN: user mentions "semantic cache", "GPTCache", "LLM cache", "prompt caching", "Redis vector cache", "cache invalidation for RAG", "reduce LLM cost", "latency reduction LLM" DO NOT USE FOR: retrieval accuracy - use `rag-patterns`; groundedness checks - use `rag-guardrails`; incremental indexing - use `rag-production`
28