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

there are situations were backup gets stuck and in those situations we would like to cancel the created (stuck) backups. so Weaviate will support backup cancellation from `1.27+` and in...

enhancement

Currently, the way to get the number of objects in a collection is to do ```typescript await collection.aggregate.overAll().then((res) => res.totalCount) ``` We should add a method: ```typescript await collection.length() ```...

enhancement
good first issue

![snyk-top-banner](https://res.cloudinary.com/snyk/image/upload/r-d/scm-platform/snyk-pull-requests/pr-banner-default.svg) Snyk has created this PR to upgrade nice-grpc-client-middleware-retry from 3.1.10 to 3.1.11. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly...

![snyk-top-banner](https://res.cloudinary.com/snyk/image/upload/r-d/scm-platform/snyk-pull-requests/pr-banner-default.svg) Snyk has created this PR to upgrade nice-grpc from 2.1.11 to 2.1.12. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly...

### What is changed? This PR adds optional `includeLastUsedTime` parameter to `users.db.byName` and `users.db.listAll` methods, which controls if the last login time will be retrieved for the users. Additionally, `UserDB`...

Currently, running a generative search with an image input doesn't support URLs as in input parameter... i.e ``` response = await myCollection.generate.nearText("Movies", { groupedTask: { prompt: "Which movie is closest...

![snyk-top-banner](https://res.cloudinary.com/snyk/image/upload/r-d/scm-platform/snyk-pull-requests/pr-banner-default.svg) Snyk has created this PR to upgrade long from 5.2.4 to 5.3.1. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly...

There is a bug in the current WCS dashboard relying on the TS client. When navigating over the vector objects of a collection that uses Multivector/Colbert, the retrieved object contains...