qdrant_client.local package¶
Subpackages¶
Submodules¶
- qdrant_client.local.async_qdrant_local module
AsyncQdrantLocal
AsyncQdrantLocal.batch_update_points()
AsyncQdrantLocal.clear_payload()
AsyncQdrantLocal.close()
AsyncQdrantLocal.collection_exists()
AsyncQdrantLocal.count()
AsyncQdrantLocal.create_collection()
AsyncQdrantLocal.create_full_snapshot()
AsyncQdrantLocal.create_payload_index()
AsyncQdrantLocal.create_shard_key()
AsyncQdrantLocal.create_shard_snapshot()
AsyncQdrantLocal.create_snapshot()
AsyncQdrantLocal.delete()
AsyncQdrantLocal.delete_collection()
AsyncQdrantLocal.delete_full_snapshot()
AsyncQdrantLocal.delete_payload()
AsyncQdrantLocal.delete_payload_index()
AsyncQdrantLocal.delete_shard_key()
AsyncQdrantLocal.delete_shard_snapshot()
AsyncQdrantLocal.delete_snapshot()
AsyncQdrantLocal.delete_vectors()
AsyncQdrantLocal.discover()
AsyncQdrantLocal.discover_batch()
AsyncQdrantLocal.facet()
AsyncQdrantLocal.get_aliases()
AsyncQdrantLocal.get_collection()
AsyncQdrantLocal.get_collection_aliases()
AsyncQdrantLocal.get_collections()
AsyncQdrantLocal.get_locks()
AsyncQdrantLocal.info()
AsyncQdrantLocal.list_full_snapshots()
AsyncQdrantLocal.list_shard_snapshots()
AsyncQdrantLocal.list_snapshots()
AsyncQdrantLocal.lock_storage()
AsyncQdrantLocal.overwrite_payload()
AsyncQdrantLocal.query_batch_points()
AsyncQdrantLocal.query_points()
AsyncQdrantLocal.query_points_groups()
AsyncQdrantLocal.recommend()
AsyncQdrantLocal.recommend_batch()
AsyncQdrantLocal.recommend_groups()
AsyncQdrantLocal.recover_shard_snapshot()
AsyncQdrantLocal.recover_snapshot()
AsyncQdrantLocal.recreate_collection()
AsyncQdrantLocal.retrieve()
AsyncQdrantLocal.scroll()
AsyncQdrantLocal.search()
AsyncQdrantLocal.search_batch()
AsyncQdrantLocal.search_groups()
AsyncQdrantLocal.search_matrix_offsets()
AsyncQdrantLocal.search_matrix_pairs()
AsyncQdrantLocal.set_payload()
AsyncQdrantLocal.unlock_storage()
AsyncQdrantLocal.update_collection()
AsyncQdrantLocal.update_collection_aliases()
AsyncQdrantLocal.update_vectors()
AsyncQdrantLocal.upload_collection()
AsyncQdrantLocal.upload_points()
AsyncQdrantLocal.upload_records()
AsyncQdrantLocal.upsert()
AsyncQdrantLocal.closed
- qdrant_client.local.distances module
ContextPair
ContextQuery
DiscoveryQuery
DistanceOrder
RecoQuery
calculate_context_scores()
calculate_discovery_ranks()
calculate_discovery_scores()
calculate_distance()
calculate_distance_core()
calculate_recommend_best_scores()
cosine_similarity()
distance_to_order()
dot_product()
euclidean_distance()
fast_sigmoid()
manhattan_distance()
scaled_fast_sigmoid()
- qdrant_client.local.geo module
- qdrant_client.local.local_collection module
LocalCollection
LocalCollection.batch_update_points()
LocalCollection.clear_payload()
LocalCollection.close()
LocalCollection.count()
LocalCollection.delete()
LocalCollection.delete_payload()
LocalCollection.delete_vectors()
LocalCollection.discover()
LocalCollection.facet()
LocalCollection.get_vector_params()
LocalCollection.info()
LocalCollection.load_vectors()
LocalCollection.overwrite_payload()
LocalCollection.query_groups()
LocalCollection.query_points()
LocalCollection.recommend()
LocalCollection.recommend_groups()
LocalCollection.retrieve()
LocalCollection.scroll()
LocalCollection.search()
LocalCollection.search_groups()
LocalCollection.search_matrix_offsets()
LocalCollection.search_matrix_pairs()
LocalCollection.set_payload()
LocalCollection.update_sparse_vectors_config()
LocalCollection.update_vectors()
LocalCollection.upsert()
ignore_mentioned_ids_filter()
record_to_scored_point()
set_prefetch_limit_recursively()
to_jsonable_python()
- qdrant_client.local.payload_filters module
calculate_payload_mask()
check_condition()
check_datetime_range()
check_filter()
check_geo_bounding_box()
check_geo_polygon()
check_geo_radius()
check_match()
check_min_should()
check_must()
check_must_not()
check_nested_filter()
check_range()
check_range_interface()
check_should()
check_values_count()
get_value_counts()
- qdrant_client.local.payload_value_extractor module
- qdrant_client.local.persistence module
- qdrant_client.local.qdrant_local module
QdrantLocal
QdrantLocal.batch_update_points()
QdrantLocal.clear_payload()
QdrantLocal.close()
QdrantLocal.collection_exists()
QdrantLocal.count()
QdrantLocal.create_collection()
QdrantLocal.create_full_snapshot()
QdrantLocal.create_payload_index()
QdrantLocal.create_shard_key()
QdrantLocal.create_shard_snapshot()
QdrantLocal.create_snapshot()
QdrantLocal.delete()
QdrantLocal.delete_collection()
QdrantLocal.delete_full_snapshot()
QdrantLocal.delete_payload()
QdrantLocal.delete_payload_index()
QdrantLocal.delete_shard_key()
QdrantLocal.delete_shard_snapshot()
QdrantLocal.delete_snapshot()
QdrantLocal.delete_vectors()
QdrantLocal.discover()
QdrantLocal.discover_batch()
QdrantLocal.facet()
QdrantLocal.get_aliases()
QdrantLocal.get_collection()
QdrantLocal.get_collection_aliases()
QdrantLocal.get_collections()
QdrantLocal.get_locks()
QdrantLocal.info()
QdrantLocal.list_full_snapshots()
QdrantLocal.list_shard_snapshots()
QdrantLocal.list_snapshots()
QdrantLocal.lock_storage()
QdrantLocal.overwrite_payload()
QdrantLocal.query_batch_points()
QdrantLocal.query_points()
QdrantLocal.query_points_groups()
QdrantLocal.recommend()
QdrantLocal.recommend_batch()
QdrantLocal.recommend_groups()
QdrantLocal.recover_shard_snapshot()
QdrantLocal.recover_snapshot()
QdrantLocal.recreate_collection()
QdrantLocal.retrieve()
QdrantLocal.scroll()
QdrantLocal.search()
QdrantLocal.search_batch()
QdrantLocal.search_groups()
QdrantLocal.search_matrix_offsets()
QdrantLocal.search_matrix_pairs()
QdrantLocal.set_payload()
QdrantLocal.unlock_storage()
QdrantLocal.update_collection()
QdrantLocal.update_collection_aliases()
QdrantLocal.update_vectors()
QdrantLocal.upload_collection()
QdrantLocal.upload_points()
QdrantLocal.upload_records()
QdrantLocal.upsert()
QdrantLocal.closed