docs: consolidate and archive redundant documentation
- Archived 13 API design iterations to docs/api-design-archive/ - Consolidated augmentation docs to docs/augmentations-archive/ - Maintained ONE definitive API doc at docs/api/README.md - Cleaned up documentation structure for 2.0 release - Preserved all historical documents for reference
This commit is contained in:
parent
ef8f35ec2a
commit
994276f09f
35 changed files with 444 additions and 239 deletions
|
|
@ -462,7 +462,7 @@ for (const order of orders) {
|
|||
// Similar to graph databases but with added benefits:
|
||||
// 1. Automatic vector embeddings for similarity
|
||||
// 2. Natural language querying
|
||||
// 3. Unified with field filtering
|
||||
// 3. Unified with metadata filtering
|
||||
|
||||
// Enhanced graph queries
|
||||
const results = await brain.find("similar users who purchased similar products")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue