retrieval
SolidRetrieval - vector DBs, embeddings, hybrid search, reranking.
Install
Quality Score: 89/100
Skill Content
Details
- Author
- sipyourdrink-ltd
- Repository
- sipyourdrink-ltd/bernstein
- Created
- 4 months ago
- Last Updated
- today
- Language
- Python
- License
- Apache-2.0
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
senior-rag-engineer
Use when designing, building, reviewing, or operating retrieval augmented generation systems: corpus parsing, chunking, embedding, indexing, retrieval (semantic, lexical, hybrid), reranking, citation, evaluation, and ingestion freshness. Covers vector stores (pgvector, Pinecone, Weaviate, Qdrant, Vespa, Milvus, Elastic kNN), embedding models (text-embedding-3, bge-large, nomic-embed, voyage, cohere), BM25 and reciprocal rank fusion, cross encoder rerankers, ColBERT, MMR, and retrieval specific evaluation. Triggers: RAG, retrieval augmented generation, retrieval, embedding, vector store, hybrid search, BM25, reranker, citation, chunking, document parsing, freshness, retrieval eval, recall, precision, NDCG, MRR. Produces parsing plans, chunking configs, vector store schemas, hybrid retrieval pipelines, retrieval eval harnesses. Not for the LLM app around retrieval, see senior-llm-app-engineer; not for eval harness rigor, see senior-eval-engineer.
iterative-retrieval
Iterative retrieval — 4-stage loop (DISPATCH→EVALUATE→REFINE→LOOP) to pinpoint relevant information in the code base. Up to 3 rounds.
rag-architect
Use when building RAG systems, vector databases, or knowledge-grounded AI applications requiring semantic search, document retrieval, or context augmentation.