vecbox 0.1.0 → 0.1.1
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 +3 -2
- package/package.json +1 -1
- package/src/images/vecbox.png +0 -0
- package/src/images/embed-kit.png +0 -0
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
[](https://www.npmjs.com/package/vecbox)
|
|
5
5
|
[](LICENSE)
|
|
6
6
|
|
|
7
|
-
## Why
|
|
7
|
+
## Why vecbox?
|
|
8
8
|
|
|
9
9
|
**One API, multiple providers.** Switch between OpenAI, Gemini, or run locally with Llama.cpp without changing code.
|
|
10
10
|
```typescript
|
|
@@ -15,7 +15,8 @@ console.log(result.embedding); // [0.1, 0.2, ...]
|
|
|
15
15
|
|
|
16
16
|
## Installation
|
|
17
17
|
```bash
|
|
18
|
-
|
|
18
|
+
npm install vacbox
|
|
19
|
+
pnpm add vacbox
|
|
19
20
|
```
|
|
20
21
|
|
|
21
22
|
## Quick Start
|
package/package.json
CHANGED
|
Binary file
|
package/src/images/embed-kit.png
DELETED
|
Binary file
|