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
6c11956df3
commit
7b6302ff25
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!
|
||||
```
|
||||
|
||||
<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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue