@vivantel/virage-embedder-openai 0.2.16 → 0.2.17

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 +8 -8
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -80,14 +80,14 @@ Any OpenAI-compatible endpoint (including GitHub Models, Azure OpenAI, Ollama) c
80
80
 
81
81
  ## Options
82
82
 
83
- | Option | Type | Required | Description |
84
- | --- | --- | --- | --- |
85
- | `apiKey` | `string` | ✓ | API key |
86
- | `model` | `string` | ✓ | Model identifier |
87
- | `dimensions` | `number` | — | Output dimensions (default: 1536) |
88
- | `baseURL` | `string` | — | API base URL (default: OpenAI) |
89
- | `organizationId` | `string` | — | OpenAI organization ID |
90
- | `maxRetries` | `number` | — | Retry attempts (default: 3) |
83
+ | Option | Type | Required | Description |
84
+ | ---------------- | -------- | -------- | --------------------------------- |
85
+ | `apiKey` | `string` | ✓ | API key |
86
+ | `model` | `string` | ✓ | Model identifier |
87
+ | `dimensions` | `number` | — | Output dimensions (default: 1536) |
88
+ | `baseURL` | `string` | — | API base URL (default: OpenAI) |
89
+ | `organizationId` | `string` | — | OpenAI organization ID |
90
+ | `maxRetries` | `number` | — | Retry attempts (default: 3) |
91
91
 
92
92
  ## License
93
93
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vivantel/virage-embedder-openai",
3
- "version": "0.2.16",
3
+ "version": "0.2.17",
4
4
  "description": "OpenAI-compatible embedding provider for @vivantel/rag-core",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -50,7 +50,7 @@
50
50
  "@vivantel/virage-core": "*"
51
51
  },
52
52
  "devDependencies": {
53
- "@vivantel/virage-core": "0.2.15",
53
+ "@vivantel/virage-core": "0.2.16",
54
54
  "@types/node": "^25.9.1",
55
55
  "typescript": "^6.0.3",
56
56
  "vitest": "^4.1.8"