firstbatchxyz / firstbatch-sdk-ts

TypeScript SDK for FirstBatch: Real-time Personalization using VectorDBs.
https://firstbatch.xyz/
MIT License
5 stars 1 forks source link

todo fix weaviate #28

Closed erhant closed 7 months ago

erhant commented 7 months ago

I didnt break Weaviate, apparently it was already broken!

let vs: Weaviate | Pinecone | Typesense | Supabase;
let dim: number;

These guys^ are under the wrong describe scope, they should be under the scope within the map!