typescript-client icon indicating copy to clipboard operation
typescript-client copied to clipboard

Official Weaviate TypeScript Client

Results 72 typescript-client issues
Sort by recently updated
recently updated
newest added

- Refactor into a monorepo composed for four packages: - `@weaviate/core`: shared functionality - `@weaviate/node`: Node-client that uses `nice-grpc` and `fs` - `@weaviate/web`: Browser-client that uses `nice-grpc-web` and `FileReader` -...

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...