web/vector_store_web library
Extension Types
- SQLiteVectorStore
- JS Interop for SQLiteVectorStore (wa-sqlite WASM)
Extensions
Functions
-
getProperty<
T extends JSAny> (JSObject obj, String key) → T - Helper functions for JS property access
-
getPropertyOrNull(
JSObject obj, String key) → JSAny?