An open API service indexing awesome lists of open source software.

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

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)
```