You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I try to run this sample it break even after installing weaviate-ts-client.
I got this error:
webpack compiled with 1 warning
ERROR in src/weaviate_search.ts:1:15
TS2724: '"weaviate-ts-client"' has no exported member named 'IWeaviateClient'. Did you mean 'WeaviateClient'?
> 1 | import type { IWeaviateClient } from "weaviate-ts-client";
| ^^^^^^^^^^^^^^^
2 |
3 | export type FilterInput = {
4 | languageIdsSelected: number[];
The text was updated successfully, but these errors were encountered:
when I try to run this sample it break even after installing
weaviate-ts-client
.I got this error:
The text was updated successfully, but these errors were encountered: