weaviate / typescript-client

Official Weaviate TypeScript Client
https://www.npmjs.com/package/weaviate-client
BSD 3-Clause "New" or "Revised" License
65 stars 23 forks source link

Support fetch in all environments #69

Closed parkerduckworth closed 1 year ago

parkerduckworth commented 1 year ago

Export fetch, in the case that cross-fetch (used by the gql client) is not supported in a given environment

Closes #54