vector-js
vector-js copied to clipboard
Upstash Vector JS SDK
## Upsert Command https://github.com/upstash/vector-js/blob/801c6668fb79ba180cdcf9e21b605dd1d59b15b8/README.md?plain=1#L76-L84 Here it is shown upsert command can be called without the vector or data fields to update the metadata information in the index but this is...
- Implement caching for Bun dependencies in both test.yaml and release.yaml. - Use actions/cache@v3 to cache .bun directory. - This change aims to improve the efficiency of CI/CD pipelines by...
If single query list is given to queryMany like `index.queryMany([{vector: [1, 0, 0], topK: 6}])`, return value is one dimensional list just as normal query function. Return type of queryMany...
should be released after #47.
Hi. Packages published to npm have a version field prefixed with "v". This causes problems when installating via nexus3 npm repos. Is it possible to publish packages with a version...