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:
David Snelling 2025-08-08 06:24:08 -07:00
parent ce9e0e2927
commit 2b379e8462
2 changed files with 3 additions and 1 deletions

View file

@ -99,6 +99,8 @@ const answer = await chat.ask("What patterns do you see in customer behavior?")
// → 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.**
[📖 **Learn More About Brainy Chat**](BRAINY-CHAT.md)

2
package-lock.json generated
View file

@ -23,7 +23,7 @@
"uuid": "^9.0.1"
},
"bin": {
"cortex": "bin/cortex.js"
"brainy": "bin/brainy.js"
},
"devDependencies": {
"@types/express": "^5.0.3",