datastax / astra-db-ts

Typescript client for Astra DB Vector
https://npmjs.com/@datastax/astra-db-ts
Apache License 2.0
15 stars 6 forks source link

Non-standard runtime support #37

Closed toptobes closed 5 months ago

toptobes commented 5 months ago

Adds in support for runtimes that don't properly support the default fetch-h2 http client by adding a native fetch implementation which is set as the default for non-node environments

It also evolved into a bit of a refactoring of the api/ stuff