docs: add Brainy Chat preview documentation
- Introduce upcoming chat feature for v0.56 - Zero additional dependencies using existing embeddings - RAG-based Q&A over your data - Multiple deployment options (embedding-only, local LLM, API) - Updated README to highlight chat feature
This commit is contained in:
parent
ce677f441d
commit
57a0caba88
2 changed files with 219 additions and 0 deletions
15
README.md
15
README.md
|
|
@ -13,6 +13,21 @@
|
|||
|
||||
---
|
||||
|
||||
# 🆕 Coming Soon: Talk to Your Data with Brainy Chat!
|
||||
|
||||
**Transform your database into an AI that understands your data:**
|
||||
|
||||
```javascript
|
||||
// Coming in v0.56!
|
||||
const chat = await BrainyChat.create(brainy)
|
||||
const answer = await chat.ask("What patterns do you see in customer behavior?")
|
||||
// → AI analyzes YOUR data and relationships to provide insights
|
||||
```
|
||||
|
||||
[📖 **Learn More About Brainy Chat**](BRAINY-CHAT.md) | **Zero extra dependencies** | **Uses existing embeddings**
|
||||
|
||||
---
|
||||
|
||||
# 🆕 Introducing Cortex - Configuration & Coordination Command Center
|
||||
|
||||
**Never manage .env files again!** Cortex brings encrypted configuration management and distributed coordination to Brainy:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue