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
2
package-lock.json
generated
2
package-lock.json
generated
|
|
@ -23,7 +23,7 @@
|
|||
"uuid": "^9.0.1"
|
||||
},
|
||||
"bin": {
|
||||
"cortex": "bin/cortex.js"
|
||||
"brainy": "bin/brainy.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/express": "^5.0.3",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue