--- license: mit tags: - robotics - papers - embeddings - lancedb - semantic-search size_categories: - 10K cd vec-db VECDB_LANCE_DIR=/path/to/downloaded/lancedb npx tsx src/cli.ts search "robot grasping" ``` ## Schema | Column | Type | Description | |--------|------|-------------| | vecId | string | `{conf}_{year}_{id}` compound key | | title | string | Paper title | | abstract | string | Paper abstract | | author | string | Authors (semicolon-separated) | | conference | string | Conference name | | year | float | Publication year | | arxiv | string | arXiv ID | | github | string | GitHub repo URL | | gsCitation | float | Citation count (from OpenAlex) | | vector | float[1024] | bge-m3 embedding |