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 CHANGED
@@ -4,7 +4,7 @@
4
4
  [![npm version](https://img.shields.io/npm/v/vecbox.svg)](https://www.npmjs.com/package/vecbox)
5
5
  [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
6
6
 
7
- ## Why Embedbox?
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vecbox",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "A minimal and powerful embedding library that supports multiple providers with automatic detection and fallback capabilities",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
Binary file
Binary file