ex-brain 0.2.0 → 0.2.1
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 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -109,7 +109,7 @@ Ask natural language questions and get answers based on your knowledge base:
|
|
|
109
109
|
|
|
110
110
|
```bash
|
|
111
111
|
# Basic Q&A
|
|
112
|
-
|
|
112
|
+
ebrain query --llm "What is the main idea of River AI's product?"
|
|
113
113
|
|
|
114
114
|
# Control context depth
|
|
115
115
|
ebrain query --llm "What happened in Q4?" --context-limit 3
|