https://github.com/memfreeme/vector-test
The test cases for memfree vector service
https://github.com/memfreeme/vector-test
Last synced: 6 months ago
JSON representation
The test cases for memfree vector service
- Host: GitHub
- URL: https://github.com/memfreeme/vector-test
- Owner: memfreeme
- Created: 2024-08-09T15:24:48.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-09T15:57:37.000Z (about 1 year ago)
- Last Synced: 2025-02-08T08:25:02.705Z (8 months ago)
- Language: TypeScript
- Size: 1.42 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 1 Set .env file
**It is easier to expose problems based on S3**
```
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_REGION=
AWS_BUCKET=
```## 2. Run Test
```
1. bun i
2. bun index.ts
3. bun test test/index-jsonl.test.ts (should run many times)
```