weaviate-examples icon indicating copy to clipboard operation
weaviate-examples copied to clipboard

Issue with `cohere-multilingual-wikipedia-search`

Open jeremi opened this issue 2 years ago • 0 comments

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[];

jeremi avatar Dec 14 '23 15:12 jeremi