bluera-knowledge 0.14.3 → 0.14.4

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.
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "bluera-knowledge",
3
- "version": "0.14.3",
3
+ "version": "0.14.4",
4
4
  "description": "Clone repos, crawl docs, search locally. Fast, authoritative answers for AI coding agents."
5
5
  }
@@ -7,7 +7,7 @@ import {
7
7
  createStoreId,
8
8
  destroyServices,
9
9
  summarizePayload
10
- } from "./chunk-Y24ZJRZP.js";
10
+ } from "./chunk-PWOIOCTW.js";
11
11
 
12
12
  // src/mcp/server.ts
13
13
  import { Server } from "@modelcontextprotocol/sdk/server/index.js";
@@ -2270,4 +2270,4 @@ export {
2270
2270
  createMCPServer,
2271
2271
  runMCPServer
2272
2272
  };
2273
- //# sourceMappingURL=chunk-UAWKTJWN.js.map
2273
+ //# sourceMappingURL=chunk-GHRRKPM4.js.map
@@ -4626,13 +4626,13 @@ async function createServices(configPath, dataDir, projectRoot) {
4626
4626
  const config = new ConfigService(configPath, dataDir, projectRoot);
4627
4627
  const appConfig = await config.load();
4628
4628
  const resolvedDataDir = config.resolveDataDir();
4629
+ const pythonBridge = new PythonBridge();
4630
+ await pythonBridge.start();
4629
4631
  const lance = new LanceStore(resolvedDataDir);
4630
4632
  const embeddings = new EmbeddingEngine(appConfig.embedding.model, appConfig.embedding.dimensions);
4631
4633
  await embeddings.initialize();
4632
4634
  const store = new StoreService(resolvedDataDir);
4633
4635
  await store.initialize();
4634
- const pythonBridge = new PythonBridge();
4635
- await pythonBridge.start();
4636
4636
  const codeGraph = new CodeGraphService(resolvedDataDir, pythonBridge);
4637
4637
  const search = new SearchService(lance, embeddings, codeGraph);
4638
4638
  const index = new IndexService(lance, embeddings, { codeGraphService: codeGraph });
@@ -4701,4 +4701,4 @@ export {
4701
4701
  createServices,
4702
4702
  destroyServices
4703
4703
  };
4704
- //# sourceMappingURL=chunk-Y24ZJRZP.js.map
4704
+ //# sourceMappingURL=chunk-PWOIOCTW.js.map