@lon-ask/dockit 0.1.0 → 0.1.1

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.
@@ -5,7 +5,7 @@ export class EmbeddingService {
5
5
  private async init() {
6
6
  if (this.initialized) return;
7
7
 
8
- const mod = await import('@dockit/embeddings');
8
+ const mod = await import('@lon-ask/dockit-embeddings');
9
9
  // Configure for bundled offline mode by default.
10
10
  // env.cacheDir defaults to <package>/model/; allowRemoteModels defaults to true
11
11
  // (permits download if model not yet cached). For air-gapped environments,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lon-ask/dockit",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Local documentation hub — normalize multiple doc sources into a unified searchable bundle",
5
5
  "type": "module",
6
6
  "bin": {
@@ -48,7 +48,8 @@
48
48
  "uuid": "^11.0.5"
49
49
  },
50
50
  "optionalDependencies": {
51
- "@lancedb/lancedb": "^0.27.2"
51
+ "@lancedb/lancedb": "^0.27.2",
52
+ "@lon-ask/dockit-embeddings": "^0.1.1"
52
53
  },
53
54
  "devDependencies": {
54
55
  "@modelcontextprotocol/sdk": "^1.29.0",