feat: add neural extraction APIs with NounType taxonomy
Add brain.extract() and brain.extractConcepts() methods that use NeuralEntityExtractor with embeddings and sophisticated NounType taxonomy (30+ entity types) for semantic entity and concept extraction. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
27cc699555
commit
dd50d89ad6
41 changed files with 3807 additions and 7391 deletions
|
|
@ -794,8 +794,10 @@ console.log('VFS Stats:', stats)
|
|||
|
||||
---
|
||||
|
||||
The Virtual Filesystem API provides a powerful, intelligent alternative to traditional filesystems. With semantic search, rich metadata, and graph relationships, your files become living entities in a connected knowledge system.
|
||||
The Virtual Filesystem API provides a powerful, intelligent alternative to traditional filesystems. With semantic search, rich metadata, graph relationships, and AI-powered concept extraction, your files become living entities in a connected knowledge system.
|
||||
|
||||
For advanced features like event recording, semantic versioning, and persistent entities, see the [Knowledge Layer API Documentation](./KNOWLEDGE_LAYER_API.md).
|
||||
For semantic file access and neural extraction features, see:
|
||||
- [Semantic VFS Guide](./SEMANTIC_VFS.md) - Multi-dimensional file access
|
||||
- [Neural Extraction API](./NEURAL_EXTRACTION.md) - AI-powered concept and entity extraction
|
||||
|
||||
Ready to make your filesystem intelligent? 🚀
|
||||
Loading…
Add table
Add a link
Reference in a new issue