@vivantel/virage-store-qdrant 0.2.16 → 0.2.18

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
@@ -37,12 +37,12 @@ For a local instance (no API key required):
37
37
 
38
38
  ## Configuration
39
39
 
40
- | Option | Type | Default | Description |
41
- |--------|------|---------|-------------|
42
- | `url` | `string` | **required** | Qdrant instance URL |
43
- | `apiKey` | `string` | `undefined` | API key for Qdrant Cloud |
44
- | `collection` | `string` | `"documents"` | Collection name |
45
- | `dimensions` | `number` | `1536` | Vector size — must match your embedder |
40
+ | Option | Type | Default | Description |
41
+ | ------------ | -------- | ------------- | -------------------------------------- |
42
+ | `url` | `string` | **required** | Qdrant instance URL |
43
+ | `apiKey` | `string` | `undefined` | API key for Qdrant Cloud |
44
+ | `collection` | `string` | `"documents"` | Collection name |
45
+ | `dimensions` | `number` | `1536` | Vector size — must match your embedder |
46
46
 
47
47
  ## TypeScript usage
48
48
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vivantel/virage-store-qdrant",
3
- "version": "0.2.16",
3
+ "version": "0.2.18",
4
4
  "description": "Qdrant vector store for @vivantel/rag-core (local and cloud)",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -53,7 +53,7 @@
53
53
  "devDependencies": {
54
54
  "@types/node": "^25.9.1",
55
55
  "@vitest/coverage-v8": "^4.1.8",
56
- "@vivantel/virage-core": "0.2.15",
56
+ "@vivantel/virage-core": "0.2.17",
57
57
  "typescript": "^6.0.3",
58
58
  "vitest": "^4.1.8"
59
59
  },