@ontos-ai/knowhere-claw 0.2.6 → 0.2.7
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.
- package/README.md +1 -0
- package/openclaw.plugin.json +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
package/openclaw.plugin.json
CHANGED
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
"name": "Knowhere",
|
|
4
4
|
"description": "Parse documents with Knowhere and expose the stored result as tool-queryable document state for OpenClaw agents.",
|
|
5
5
|
"skills": ["./skills"],
|
|
6
|
-
"version": "0.2.
|
|
6
|
+
"version": "0.2.7",
|
|
7
7
|
"uiHints": {
|
|
8
8
|
"apiKey": {
|
|
9
9
|
"label": "Knowhere API Key",
|
|
10
|
-
"help": "Optional
|
|
10
|
+
"help": "Optional Knowhere API key. If omitted, the plugin falls back to env var `KNOWHERE_API_KEY` and any API key previously stored with `knowhere_set_api_key`. If no API key is available when the agent first needs Knowhere, the plugin guides the user to the Knowhere API key page at `https://knowhereto.ai/api-keys`",
|
|
11
11
|
"sensitive": true
|
|
12
12
|
},
|
|
13
13
|
"baseUrl": {
|