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

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",