Skip to content

Commit d81f077

Browse files
committed
Update introduction in get started
1 parent dfcd200 commit d81f077

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

docs/get-started.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Get started with Nucleoid, a declarative, logic-based runtime desig
77

88
[![npm](https://img.shields.io/npm/v/nucleoidai)](https://www.npmjs.com/package/nucleoidai) [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/nucleoidai/nucleoid/test.yml?branch=main)](https://github.com/NucleoidAI/Nucleoid/actions/workflows/test.yml)
99

10-
Nucleoid is a reasoning engine for Neuro-Symbolic AI, implementing symbolic AI through declarative (logic-based) programming. Integrated within the Node.js runtime, it observes and manages statements in JavaScript, establishing intricate relationships among variables, objects, and functions in a graph structure. Installation is straightforward via npm, with no need for an external database, enhancing its accessibility and efficiency for neuro-symbolic applications.
10+
Nucleoid is a declarative, logic-based runtime designed for Neuro-Symbolic AI, focusing on adaptive reasoning and explainability through the Logic Graph. This runtime environment allows for dynamic relationship mapping between logic and data, supporting both intuitive and rational decision-making processes. Nucleoid runtime integrates neural networks for pattern learning with symbolic AI for logical reasoning, enhancing system interpretability and reliability.
1111

1212
## Hello World
1313

@@ -19,7 +19,7 @@ import ReactPlayer from "react-player";
1919
height={"100%"}
2020
controls
2121
url={
22-
"https://cdn.nucleoid.com/media/05d9251a-9511-4e6e-a57e-8dc7ff99f71c.mp4"
22+
"https://cdn.nucleoid.com/media/4f509622-3739-4dd1-84ef-8b27116529c0.mp4"
2323
}
2424
/>
2525
</p>
@@ -32,6 +32,8 @@ import ReactPlayer from "react-player";
3232

3333
![Terminal Start](/media/terminal-start.png)
3434

35+
> :bulb: Nucleoid runtime can also run on local machine with `npx @nucleoidai/ide start` and `npx @nucleoidai/expert start` including [Nucleoid Chat](https://nucleoid.com/ide/chat). These commands enable IDE and expert system components needed for Neuro-Symbolic AI.
36+
3537
### Terminal
3638

3739
Terminal runs on port `8448` by default. Send `POST` to `http://localhost:8448` with `Content-Type: application/javascript`:

docs/learn.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ By integrating Nucleoid into Neuro-Symbolic AI, the system benefits from enhance
5656
height={"100%"}
5757
controls
5858
url={
59-
"https://cdn.nucleoid.com/media/05d9251a-9511-4e6e-a57e-8dc7ff99f71c.mp4"
59+
"https://cdn.nucleoid.com/media/4f509622-3739-4dd1-84ef-8b27116529c0.mp4"
6060
}
6161
/>
6262
</p>

0 commit comments

Comments
 (0)