lance-oss-validation

Automate end-to-end validation of Lance Vector plugin integration with Elasticsearch OSS storage.

Updated Feb 5, 2026
One-click install
npx skills add https://github.com/dennywu2966/denny-all-in-one --skill lance-oss-validation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lance-oss-validation
Source: https://github.com/dennywu2966/denny-all-in-one/tree/main/home/.claude/skills/lance-oss-validation
Command: npx skills add https://github.com/dennywu2966/denny-all-in-one --skill lance-oss-validation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, numpy.

What problem does it solve?

Validates end-to-end Lance Vector plugin integration with Elasticsearch using OSS storage, ensuring builds succeed and data retrieval works across local and OSS-backed datasets.

Core Features & Use Cases

  • End-to-end validation of Lance Vector plugin workflows, including build, local kNN testing, OSS-backed data access, and stress testing.
  • Provides guidance for CI/CD validations and reproducible performance benchmarks across environments.
  • Detects and surfaces actionable errors in build, indexing, and search phases to accelerate debugging.

Quick Start

Run the Lance OSS validation workflow to verify build, local search, and OSS storage integration.

Frequently Asked Questions about lance-oss-validation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate Elasticsearch kNN search with Lance Vector OSS storage?

The Lance OSS validation workflow automates end-to-end testing of Lance Vector plugin integration with Elasticsearch OSS storage, verifying builds, local kNN search, and OSS data retrieval.

What is end-to-end validation for the Lance Vector plugin?

End-to-end validation for the Lance Vector plugin automates build checks, local kNN testing, OSS-backed data integration, and stress benchmarking to ensure data retrieval works correctly across environments.

Do I need a running Elasticsearch deployment to validate Lance Vector OSS storage?

Yes, you need a running Elasticsearch deployment with the Lance Vector plugin installed, along with OSS credentials and the validation scripts, to execute the OSS storage integration tests.

How do I run CI/CD validations for the Elasticsearch Lance Vector plugin?

You run CI/CD validations by executing the provided validation scripts like validate_build.py and validate_oss_storage.py, which detect actionable errors in build, indexing, and search phases to accelerate debugging.

Can I perform stress benchmarking for Lance Vector kNN search across environments?

Yes, the validation workflow supports stress benchmarking across development and CI environments, providing reproducible performance benchmarks for Lance Vector kNN search operations.

Why does my Lance Vector plugin build fail during OSS storage validation?

Build failures during OSS storage validation are surfaced as actionable errors by the validate_build.py script, which checks the Lance Vector plugin integration to accelerate debugging.