docs: add technical explanation subtitle for Brainy Chat feature
- Add brief technical overview explaining how Brainy Chat works - Mentions key components: vector embeddings, graph relationships, metadata filtering, and optional LLM - Helps readers understand the technology behind the one-line API
This commit is contained in:
parent
ce9e0e2927
commit
2b379e8462
2 changed files with 3 additions and 1 deletions
|
|
@ -99,6 +99,8 @@ const answer = await chat.ask("What patterns do you see in customer behavior?")
|
||||||
// → AI-powered insights from your knowledge graph!
|
// → AI-powered insights from your knowledge graph!
|
||||||
```
|
```
|
||||||
|
|
||||||
|
<sub>**How it works:** Combines vector embeddings for semantic understanding • Graph relationships for connection patterns • Metadata filtering for structured analysis • Optional LLM for natural language insights</sub>
|
||||||
|
|
||||||
**One line. Zero complexity. Optional LLM for genius-level responses.**
|
**One line. Zero complexity. Optional LLM for genius-level responses.**
|
||||||
[📖 **Learn More About Brainy Chat**](BRAINY-CHAT.md)
|
[📖 **Learn More About Brainy Chat**](BRAINY-CHAT.md)
|
||||||
|
|
||||||
|
|
|
||||||
2
package-lock.json
generated
2
package-lock.json
generated
|
|
@ -23,7 +23,7 @@
|
||||||
"uuid": "^9.0.1"
|
"uuid": "^9.0.1"
|
||||||
},
|
},
|
||||||
"bin": {
|
"bin": {
|
||||||
"cortex": "bin/cortex.js"
|
"brainy": "bin/brainy.js"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/express": "^5.0.3",
|
"@types/express": "^5.0.3",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue