@semiont/api-client 0.1.0-build.6 → 0.1.0-build.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +12 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# @semiont/api-client
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/@semiont/api-client)
|
|
4
|
+
[](https://www.npmjs.com/package/@semiont/api-client)
|
|
5
|
+
[](https://github.com/The-AI-Alliance/semiont/blob/main/LICENSE)
|
|
6
|
+
|
|
3
7
|
TypeScript SDK for [Semiont](https://github.com/The-AI-Alliance/semiont) - a knowledge management system for semantic annotations, AI-powered entity detection, and collaborative document analysis.
|
|
4
8
|
|
|
5
9
|
## What is Semiont?
|
|
@@ -17,10 +21,18 @@ Semiont lets you:
|
|
|
17
21
|
|
|
18
22
|
## Installation
|
|
19
23
|
|
|
24
|
+
Install the latest stable release from npm:
|
|
25
|
+
|
|
20
26
|
```bash
|
|
21
27
|
npm install @semiont/api-client
|
|
22
28
|
```
|
|
23
29
|
|
|
30
|
+
Or install the latest development build:
|
|
31
|
+
|
|
32
|
+
```bash
|
|
33
|
+
npm install @semiont/api-client@dev
|
|
34
|
+
```
|
|
35
|
+
|
|
24
36
|
**Prerequisites**: Semiont backend running. See [Running the Backend](../../apps/backend/README.md#quick-start) for setup.
|
|
25
37
|
|
|
26
38
|
## Quick Start
|