Results for “indexing”

28 skills
More results
jarbitechture
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
kbarbel640-del
Qmd
Indexes local files and searches them with BM25, vector, and hybrid queries, plus MCP mode.
1 · bundle
lucaspmarie-a11y
Videodb
Ingest, index, search, and edit video and audio content with timestamps, subtitles, overlays, and live-stream alerts.
5 · bundle
kbarbel640-del
Ouyang
Builds a local RAG memory system that indexes session logs and notes into ChromaDB for semantic recall across agent restarts.
1 · bundle
nimoqup046-collab
Videodb
Perceives, indexes, and edits video and audio from files, URLs, and live streams, with search, timeline editing, overlays, subtitles, and real-time alerts.
2 · bundle
affaan-m
Videodb
Ingest, index, search, edit, and generate video and audio content from files, URLs, live streams, or desktop capture.
226k · bundle
kbarbel640-del
Gno
Index local folders and search documents with BM25, vector, or hybrid queries, plus AI answers with citations and a web UI.
1 · bundle
ssrjkk
Pinecone
Manages vector embeddings with Pinecone for semantic search, recommendation, and RAG pipelines.
2 · bundle
demerzels-lab
Gno
Index local folders and search documents with BM25, vector, or hybrid queries, plus AI answers with citations and a web UI.
10 · bundle
lucassantana-dev
RAG Index Rebuild
Trigger a full or incremental reindex of the RAG corpus
1 · bundle
danstrem2
Gno
Search local documents, files, notes, and knowledge bases. Index directories, search with BM25/vector/hybrid, get AI answers with citations. Use when user wants to search files, find documents, query notes, look up information in local folders, index a directory, set up document search, build a knowledge base, needs RAG/semantic search, or wants to start a local web UI for their docs.
2 · bundle
johnalbertini14-glitch
Gno
Index local folders and search documents with BM25, vector, or hybrid queries, plus AI answers with citations and a web UI.
1 · bundle
antigravity
LLM Ops
Provides guidance and code for production AI workflows including RAG pipelines, vector databases, embedding indexing, prompt engineering, cost estimation, semantic caching, and quality evaluation.
42.4k
phoroth
Videodb
Ingests video and audio from files, URLs, and live streams, builds searchable visual and spoken indexes, edits timelines with subtitles and overlays, and generates real-time alerts.
3 · bundle
lord1egypt
Qdrant Vector Search
Builds production RAG and semantic search systems with Qdrant, covering collection setup, vector indexing, filtered and hybrid search, and integration with LangChain and LlamaIndex.
2
nvidia
Nemo Retriever
Index folders of PDFs and other documents into LanceDB for vector search, then query them with semantic search, page filters, verbatim quotes, and cross-document aggregation.
2.2k · bundle
dvcrn
Nia
Index and search code repositories, documentation, research papers, HuggingFace datasets, local folders, and packages via the Nia API, with AI-powered research and code advisor capabilities.
32 · bundle
tianhao909
Llamaindex
Data framework for building LLM applications with RAG. Specializes in document ingestion (300+ connectors), indexing, and querying. Features vector indices, query engines, agents, and multi-modal support. Use for document Q&A, chatbots, knowledge retrieval, or building RAG pipelines. Best for data-centric LLM applications.
1 · bundle
qcmuu
Llamaindex
Data framework for building LLM applications with RAG. Specializes in document ingestion (300+ connectors), indexing, and querying. Features vector indices, query engines, agents, and multi-modal support. Use for document Q&A, chatbots, knowledge retrieval, or building RAG pipelines. Best for data-centric LLM applications.
0 · bundle
iamanacarolinarezende
Videodb
Ingest, index, search, and edit video and audio content from files, URLs, live streams, or desktop sessions. Build visual and spoken indexes with timestamps, generate clips, subtitles, and overlays, and set up real-time monitoring alerts.
0 · bundle
claude-dev-suite
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
claude-dev-suite
Graph RAG
Knowledge-graph-augmented retrieval. Entity and triple extraction, graph construction (Neo4j, LlamaIndex PropertyGraphIndex), hierarchical community summarization (Microsoft GraphRAG), personalized PageRank (HippoRAG), multi-hop traversal retrieval, and hybrid graph + vector pipelines. USE WHEN: user mentions "GraphRAG", "HippoRAG", "knowledge graph RAG", "entity extraction", "multi-hop reasoning", "Neo4j RAG", "LlamaIndex property graph", "LangChain graph retriever", "triple extraction", "community summarization" DO NOT USE FOR: vanilla vector RAG - use `rag-patterns`; multimodal inputs - use `multimodal-rag`; production indexing ops - use `rag-production`; hallucination checks - use `rag-guardrails`
28