lancedb

Manage LanceDB vector tables, dataset imports, and materialized views.

17|8|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/nebius/nebius-physical-ai --skill lancedb-nebius
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lancedb
Source: https://github.com/nebius/nebius-physical-ai/tree/main/skills/tools/lancedb
Command: npx skills add https://github.com/nebius/nebius-physical-ai --skill lancedb-nebius

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill addresses the complexity of managing large-scale vector storage and perception datasets, ensuring consistency across CLI, SDK, and service-level operations.

Core Features & Use Cases

  • Vector Storage Management: Create, query, and maintain LanceDB tables for frame-aligned records.
  • Dataset Integration: Streamline imports for LeRobot and BDD100K datasets with automated UDF backfills.
  • Use Case: A robotics team needs to slice BDD100K data for failure-mode analysis; this skill enables the creation of materialized views like nighttime_person_train to isolate specific perception scenarios.

Quick Start

Use the lancedb skill to create a new table for your perception data and import the BDD100K dataset.

Frequently Asked Questions about lancedb

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

FAQPage Schema
How do I manage vector storage for perception datasets in autonomous vehicle research?

You can manage vector storage for perception datasets by creating and maintaining LanceDB tables for frame-aligned records. This skill handles table creation, dataset ingestion, and materialized view maintenance to ensure consistency across CLI and SDK operations.

How do I slice BDD100K data for failure-mode analysis?

To slice BDD100K data for failure-mode analysis, you can create materialized views to isolate specific perception scenarios. For example, this skill enables the creation of views like nighttime_person_train to filter and analyze targeted failure cases.

Does LanceDB vector-search work with LeRobot and BDD100K dataset imports?

Yes, LanceDB vector-search works with LeRobot and BDD100K datasets. The skill streamlines dataset integration by importing these formats with automated UDF backfills to populate missing data fields automatically.

Do I need S3-backed storage and GPU-accelerated UDFs to generate embeddings with LanceDB?

Yes, generating embeddings with LanceDB requires integration with S3-backed storage for data persistence and GPU-accelerated UDFs for embedding generation. These components support the perception data workflows.

What is the best way to maintain materialized views for frame-aligned vector records?

The best way to maintain materialized views for frame-aligned vector records is using LanceDB table operations. This skill manages materialized view maintenance, allowing you to isolate specific perception scenarios like nighttime conditions for targeted analysis.