VectorDatabase extension
Extension to add vector specific utilities to the database.
- on
Methods
-
ensureVectorLoaded(
) → Future< void> -
Available on Database, provided by the VectorDatabase extension
Ensures that the vector extension is loaded in the database. This is useful to ensure that vector runtime parameters default values are available. Otherwise, if parameters are queried before the extension is loaded, they will return null, making the behavior unpredictable.