@sovant/sdk 1.1.1 → 1.1.2
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 +6 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
# Sovant JavaScript/TypeScript SDK
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Sovant is Memory-as-a-Service: a durable, queryable memory layer for AI apps with cross-model recall, hybrid (semantic + deterministic) retrieval, and simple SDKs.
|
|
4
|
+
|
|
5
|
+
[](https://www.npmjs.com/package/@sovant/sdk)
|
|
6
|
+
[](https://opensource.org/licenses/MIT)
|
|
4
7
|
|
|
5
8
|
## Installation
|
|
6
9
|
|
|
@@ -447,8 +450,8 @@ The API implements rate limiting. The SDK automatically handles rate limit respo
|
|
|
447
450
|
|
|
448
451
|
## Support
|
|
449
452
|
|
|
450
|
-
- Documentation: [https://
|
|
451
|
-
- API
|
|
453
|
+
- Documentation: [https://sovant.ai/docs](https://sovant.ai/docs)
|
|
454
|
+
- API/Auth docs: [https://sovant.ai/docs/security/auth](https://sovant.ai/docs/security/auth)
|
|
452
455
|
- Issues: [GitHub Issues](https://github.com/sovant-ai/javascript-sdk/issues)
|
|
453
456
|
- Support: support@sovant.ai
|
|
454
457
|
|