@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.
- package/README.md +8 -0
- 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
|