Skip to main content

atlas

superduperdb.vector_search.atlas

Source code

MongoAtlasVectorSearcher​

MongoAtlasVectorSearcher(self,
identifier: str,
collection: str,
dimensions: Optional[int] = None,
measure: Optional[str] = None,
output_path: Optional[str] = None)
ParameterDescription
identifierUnique string identifier of index
collectionCollection name
dimensionsDimension of the vector embeddings
measuremeasure to assess similarity
output_pathPath to the output

Vector searcher implementation of atlas vector search.