https://github.com/weaviate-tutorials/embedded-test
Test "embedded DB" (automatically downloading the Weaviate server binary when instantiating the client)
https://github.com/weaviate-tutorials/embedded-test
Last synced: 7 months ago
JSON representation
Test "embedded DB" (automatically downloading the Weaviate server binary when instantiating the client)
- Host: GitHub
- URL: https://github.com/weaviate-tutorials/embedded-test
- Owner: weaviate-tutorials
- License: mit
- Created: 2023-03-29T03:16:50.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-29T04:13:53.000Z (about 3 years ago)
- Last Synced: 2025-03-29T06:11:22.305Z (about 1 year ago)
- Language: TypeScript
- Size: 91.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Embedded Weaviate test
Simple Node.js project to test "embedded DB" - the feature to automatically download the Weaviate server Linux binary when constructing the Weaviate client object.
The test script creates a number of objects using [Auto-schema](https://weaviate.io/developers/weaviate/configuration/schema-configuration#auto-schema), then fetches all of them, verifying that the same number of objects was returned.