com.stepstone.search.hnswlib.jna.exception.ItemCannotBeInsertedIntoTheVectorSpaceException Maven / Gradle / Ivy
package com.stepstone.search.hnswlib.jna.exception;
/**
* Exception thrown when the max number of elements into a vector
* space is reached. This value is set during the vector space initialization.
*/
public class ItemCannotBeInsertedIntoTheVectorSpaceException extends UnexpectedNativeException {
}