@vivantel/virage-store-lancedb 0.2.17 → 0.2.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +6 -6
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -43,12 +43,12 @@ Pass your LanceDB Cloud URI and API key:
43
43
 
44
44
  ## Configuration
45
45
 
46
- | Option | Type | Default | Description |
47
- |--------|------|---------|-------------|
48
- | `uri` | `string` | **required** | Local path (`"./lancedb"`) or LanceDB Cloud URI (`"db://…"`) |
49
- | `apiKey` | `string` | `undefined` | LanceDB Cloud API key |
50
- | `tableName` | `string` | `"documents"` | Table name inside the database |
51
- | `dimensions` | `number` | `1536` | Vector size — must match your embedder |
46
+ | Option | Type | Default | Description |
47
+ | ------------ | -------- | ------------- | ------------------------------------------------------------ |
48
+ | `uri` | `string` | **required** | Local path (`"./lancedb"`) or LanceDB Cloud URI (`"db://…"`) |
49
+ | `apiKey` | `string` | `undefined` | LanceDB Cloud API key |
50
+ | `tableName` | `string` | `"documents"` | Table name inside the database |
51
+ | `dimensions` | `number` | `1536` | Vector size — must match your embedder |
52
52
 
53
53
  ## TypeScript usage
54
54
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vivantel/virage-store-lancedb",
3
- "version": "0.2.17",
3
+ "version": "0.2.19",
4
4
  "description": "LanceDB vector store for @vivantel/rag-core (embedded, file-based)",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -63,7 +63,7 @@
63
63
  },
64
64
  "devDependencies": {
65
65
  "@types/node": "^25.9.1",
66
- "@vivantel/virage-core": "0.2.15",
66
+ "@vivantel/virage-core": "0.2.17",
67
67
  "typescript": "^6.0.3",
68
68
  "vitest": "^4.1.8"
69
69
  },