@astrofoundry/grimoire 1.3.0 → 1.3.2

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 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -7,6 +7,14 @@ Documentation search powered by vector embeddings.
7
7
  ```bash
8
8
  npm install -g @astrofoundry/grimoire
9
9
  grimoire init
10
+ # Enter API URL and API key (provided by admin)
11
+ ```
12
+
13
+ Or via environment variables:
14
+
15
+ ```bash
16
+ export GRIMOIRE_API_URL=https://your-api-url
17
+ export GRIMOIRE_API_KEY=grim_your_key
10
18
  ```
11
19
 
12
20
  ## Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@astrofoundry/grimoire",
3
- "version": "1.3.0",
3
+ "version": "1.3.2",
4
4
  "description": "Documentation RAG System",
5
5
  "keywords": [],
6
6
  "author": "",