Skip to content

Releases: jasonmayes/VectorSearch.js

v1.1.2

27 Mar 02:52
43b26d4

Choose a tag to compare

Added support for batch embedding of multiple text strings if using the all-Mini-L6-v2 model. As it is so small it barely uses the GPU so can batch process embedding to maximize embedding performance. Runs much faster now.

v1.1.1

25 Mar 03:24
1b211f8

Choose a tag to compare

Added support for 2 Embedding models:
Google's EmbeddingGemma (highest quality and works with larger texts but 300Mb - 1024 token input, 768 dimensional output)
all-Mini-L6-v2 (fastest and only 30mb - 128 token input, 384 dimensional output)

v1.0.1

24 Mar 02:04
640ffcc

Choose a tag to compare

Fixes bug where user attempts to query vector DB with nothing stored.

v1.0.0

20 Mar 06:01
2850600

Choose a tag to compare

Initial commit and release.