Actions

add_points_to_collection
Insert a point (= embedding or vector + other infos) to a specific collection, if the collection does not exist it will be created

collection_infos
Get the all the infos of a specific collection

collection_list
Get the list of all the collections of your database

delete_collection
Delete a collection of your database

delete_points
Delete points of a specific collection

get_points
Get the points of a specific collection

search_points
Search for points closest to your given vector (= embedding)























