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

Official Weaviate TypeScript Client

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

The TypeScript release candidate is missing generative `Anyscale`, `AWS`, `Mistral` module config functions

In versions 3.0.0-beta.23 and 3.0.0-rc.0 the setting for port in the rest settings seems to be ignored. If I set the host to `http://localhost` and port to `8080` I get...

In 3.0.0-rc.0 the skipVectorisation option has been removed from PropertyConfigCreate. How can one skip the vectorization of a property in this version?

Adds support for: - Supplying `BackupConfig` to `backup.create` and `backup.restore` methods - Performing `bm25` and `hybrid` queries with the `groupBy` parameter - Performing `nearText` and `nearVector` subsearch queries within a...

The capability of defining nearVector and nearText subsearches within hybrid queries will be coming in `1.25` through https://github.com/weaviate/weaviate/pull/4477 The `withHybrid` method of the `GraphQLGetter` builder class should therefore be extended...

The capability of grouping the results of a `bm25` or `hybrid` search by a property will be coming in `1.25` through https://github.com/weaviate/weaviate/pull/4477 The `v2` `GraphQLGetter` builder method should therefore be...

Hi. I'm currently working on ESM repo with tsconfig moduleResolution set to node16, and this library has misconfigured type definition that confusing typescript when we try to import default export...