Michael Pont
Michael Pont
I have a sortKey that is a number enum: ``` export enum OfficeStatus { IN_OFFICE = 0, REMOTE = 1, } ``` When querying this particular GSI which uses the...
I wanted to do an update to an item which has an optional field that can be undefined or is a list of strings. The expected behavior from the following...
### How to reproduce this bug? We've upgrade our dev cluster to weaviate 1.25.2 and have noticed a certain part of our application has been failing with regards to a...
I am having some troubles converting code from previous typescript client (v2) to new client (3.0.5). My confusion revolves around: - Will the collection definition be the same? I am...
### How to reproduce this bug? Use v3 of typescript client ( "weaviate-client": "^3.1.3",) batch update the object ```typescript async function insertSingleBatch({ batch, collection, }: { batch: (DataObject | NonReferenceInputs)[]...
### Describe your feature request From https://docs.voyageai.com/reference/embeddings-api, the more recent models support multiple dimensions (such as 2048, 1024 (default), 512, and 256). I would like to be able to define...
From https://docs.voyageai.com/reference/embeddings-api, the more recent models support multiple dimensions (such as 2048, 1024 (default), 512, and 256). I would like to be able to define the number of dimensions for...