voctar 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
@@ -1,5 +1,5 @@
1
1
  <p align="center">
2
- <img src="./docs/assets/vectar.png" alt="Voctar logo" width="180" />
2
+ <img src="https://github.com/marvinified/voctar/blob/e0ca3d3d1d609020e9139530aea9c8e60eca92ae/docs/assets/vectar.png" alt="Voctar logo" width="180" />
3
3
  </p>
4
4
 
5
5
  <h1 align="center">Voctar</h1>
package/docs/.DS_Store ADDED
Binary file
@@ -6,7 +6,7 @@ Voctar is config-first:
6
6
 
7
7
  - your app chooses the backend,
8
8
  - your app reads env vars (if any),
9
- - your app passes explicit config to `new Vectar(...)`.
9
+ - your app passes explicit config to `new Voctar(...)`.
10
10
 
11
11
  ## Available Backends
12
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "voctar",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "TypeScript library with RAG primitives for vector embeddings, chunking, storing and retrieval.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
File without changes