weaviate / weaviate-examples

Weaviate vector database – examples
MIT License
291 stars 71 forks source link

Issue with `cohere-multilingual-wikipedia-search` #62

Open jeremi opened 7 months ago

jeremi commented 7 months ago

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