vector-search-setup
CommunityEnable vector search in Elasticsearch
Software Engineering#embeddings#elasticsearch#knn#semantic-search#vector-search#dense_vector#ingest-pipeline
Authorpatrykkopycinski
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Provides a clear, end-to-end workflow to add vector and semantic search capabilities to Elasticsearch so applications can retrieve semantically relevant documents rather than relying solely on keyword matches.
Core Features & Use Cases
- Index Provisioning: Create indices with dense_vector mappings sized for your embedding model (e.g., 384 or 768 dimensions).
- Embedding Integration: Support for inference endpoints or ingest pipelines to generate embeddings at ingest time or from the application.
- Search & Validation: Index documents with vectors and run kNN or hybrid keyword+vector queries, with guidance on tuning size and num_candidates.
- Use Case: Add semantic search to a customer support knowledge base to surface relevant articles by meaning rather than exact keyword overlap.
Quick Start
Create a dense_vector-enabled index, ensure documents are indexed with embeddings, and run a sample kNN search to verify results.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: vector-search-setup Download link: https://github.com/patrykkopycinski/elastic-cursor-plugin/archive/main.zip#vector-search-setup Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.