firstbatchxyz / firstbatch-sdk-ts

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

Notify if `addVdb` was not called and thus `vectorStore` is undefined #6

Closed erhant closed 8 months ago

erhant commented 9 months ago

Otherwise you most likely get Cannot read properties of undefined (reading 'embeddingSize') error.

erhant commented 8 months ago

Added checks to batch and addSignal functions for this.