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

[Python PR](https://github.com/weaviate/weaviate-python-client/pull/1494) for reference

1.28

When you convert data to base64, you get a string with this format `data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAABQAAA...` however, inouting this directly throws and error. Everything works fine if we omit `data:image/jpeg;base64,`. Can we...

Please refer to this PR for more context: https://github.com/weaviate/weaviate/pull/9338

![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 abort-controller-x from 0.4.3 to 0.5.0. :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-client-middleware-retry from 3.1.11 to 3.1.12. :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.12 to 2.1.13. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly...

- flat index: add support for RQ - BQ: add cache param https://github.com/weaviate/weaviate-python-client/pull/1844

The TS docs do not specify whether the timeout is in seconds or milliseconds. https://github.com/weaviate/typescript-client/blob/cef88c5e78bba11f231edaa90a2823d0478f075f/src/connection/http.ts#L34C1-L34C72

Please put some effort in writing version specific documentation for NodeJS weaviate-client pacakge. I have tried every single AI tool I can think of - ChatGPT - Gemini - Perplexity...

I tried this programm with Node and weaviate-client 3.5.2 ````typescript import weaviate from 'weaviate-client'; async function connectToLocalWeaviate() { const client = await weaviate.connectToLocal(); console.log("hello"); } connectToLocalWeaviate(); ```` and it succeeds...