memory-lancedb-pro 1.0.26 → 1.0.27

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/index.ts +0 -1
  2. package/package.json +1 -1
package/index.ts CHANGED
@@ -894,7 +894,6 @@ function parsePluginConfig(value: unknown): PluginConfig {
894
894
  if (!apiKey || (Array.isArray(apiKey) && apiKey.length === 0)) {
895
895
  throw new Error("embedding.apiKey is required (set directly or via OPENAI_API_KEY env var)");
896
896
  }
897
- }
898
897
 
899
898
  return {
900
899
  embedding: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "memory-lancedb-pro",
3
- "version": "1.0.26",
3
+ "version": "1.0.27",
4
4
  "description": "OpenClaw enhanced LanceDB memory plugin with hybrid retrieval (Vector + BM25), cross-encoder rerank, multi-scope isolation, long-context chunking, and management CLI",
5
5
  "type": "module",
6
6
  "main": "index.ts",