**docs(demo): add link to interactive GitHub Pages demo**
### Changes: - Updated `README.md` to include a direct link to the interactive demo hosted on GitHub Pages. - Improved demo instructions with clearer options for trying the live demo or running it locally. - Refined descriptions of demo features such as environment compatibility, noun-verb model, and HNSW search. ### Purpose: Provided a quick access link to the live demo for better discoverability and convenience. Enhanced clarity of instructions to guide users in exploring Brainy's capabilities effectively.
This commit is contained in:
parent
9051d566f8
commit
ebeb86d178
1 changed files with 8 additions and 5 deletions
13
README.md
13
README.md
|
|
@ -954,11 +954,14 @@ Before deploying, make sure to configure the appropriate environment variables i
|
|||
|
||||
The repository includes a comprehensive demo that showcases Brainy's main features:
|
||||
|
||||
- `examples/demo.html` - A single demo page with animations demonstrating Brainy's features. Run it with
|
||||
`npm run demo` (see [demo instructions](README.demo.md) for details):
|
||||
- How Brainy runs in different environments (browser, Node.js, server, cloud)
|
||||
- How the noun-verb data model works
|
||||
- How HNSW search works
|
||||
- `examples/demo.html` - A single demo page with animations demonstrating Brainy's features.
|
||||
- **[Try the live demo](https://soulcraft.github.io/brainy/demo.html)** - Check out the interactive demo on GitHub Pages
|
||||
- Or run it locally with `npm run demo` (see [demo instructions](README.demo.md) for details)
|
||||
|
||||
The demo showcases:
|
||||
- How Brainy runs in different environments (browser, Node.js, server, cloud)
|
||||
- How the noun-verb data model works
|
||||
- How HNSW search works
|
||||
|
||||
## Syncing Brainy Instances
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue