LICENSE
README.md
pyproject.toml
src/hydra_db/__init__.py
src/hydra_db/_default_clients.py
src/hydra_db/client.py
src/hydra_db/environment.py
src/hydra_db/raw_client.py
src/hydra_db/context/__init__.py
src/hydra_db/context/client.py
src/hydra_db/context/raw_client.py
src/hydra_db/core/__init__.py
src/hydra_db/core/api_error.py
src/hydra_db/core/client_wrapper.py
src/hydra_db/core/datetime_utils.py
src/hydra_db/core/file.py
src/hydra_db/core/force_multipart.py
src/hydra_db/core/http_client.py
src/hydra_db/core/http_response.py
src/hydra_db/core/jsonable_encoder.py
src/hydra_db/core/logging.py
src/hydra_db/core/parse_error.py
src/hydra_db/core/pydantic_utilities.py
src/hydra_db/core/query_encoder.py
src/hydra_db/core/remove_none_from_dict.py
src/hydra_db/core/request_options.py
src/hydra_db/core/serialization.py
src/hydra_db/core/http_sse/__init__.py
src/hydra_db/core/http_sse/_api.py
src/hydra_db/core/http_sse/_decoders.py
src/hydra_db/core/http_sse/_exceptions.py
src/hydra_db/core/http_sse/_models.py
src/hydra_db/embeddings/__init__.py
src/hydra_db/embeddings/client.py
src/hydra_db/embeddings/raw_client.py
src/hydra_db/errors/__init__.py
src/hydra_db/errors/bad_request_error.py
src/hydra_db/errors/conflict_error.py
src/hydra_db/errors/forbidden_error.py
src/hydra_db/errors/internal_server_error.py
src/hydra_db/errors/not_found_error.py
src/hydra_db/errors/too_many_requests_error.py
src/hydra_db/errors/unprocessable_entity_error.py
src/hydra_db/helpers/__init__.py
src/hydra_db/helpers/build_string.py
src/hydra_db/tenants/__init__.py
src/hydra_db/tenants/client.py
src/hydra_db/tenants/raw_client.py
src/hydra_db/tests/conftest.py
src/hydra_db/tests/test_aiohttp_autodetect.py
src/hydra_db/types/__init__.py
src/hydra_db/types/dashboard_pagination_meta.py
src/hydra_db/types/embeddings_delete_result.py
src/hydra_db/types/embeddings_insert_result.py
src/hydra_db/types/embeddings_raw_embedding_document.py
src/hydra_db/types/embeddings_raw_embedding_search_result.py
src/hydra_db/types/embeddings_raw_embedding_vector.py
src/hydra_db/types/fetch_v2source_fetch_response.py
src/hydra_db/types/graph_entity.py
src/hydra_db/types/graph_graph_relations_response.py
src/hydra_db/types/graph_relation_evidence.py
src/hydra_db/types/graph_triplet_with_evidence.py
src/hydra_db/types/handler_api_error.py
src/hydra_db/types/handler_envelope_array_embeddings_raw_embedding_search_result.py
src/hydra_db/types/handler_envelope_embeddings_delete_result.py
src/hydra_db/types/handler_envelope_embeddings_insert_result.py
src/hydra_db/types/handler_envelope_fetch_v2source_fetch_response.py
src/hydra_db/types/handler_envelope_graph_graph_relations_response.py
src/hydra_db/types/handler_envelope_ingestion_v2batch_processing_status.py
src/hydra_db/types/handler_envelope_ingestion_v2source_upload_response.py
src/hydra_db/types/handler_envelope_list_v2source_list_response.py
src/hydra_db/types/handler_envelope_search_v2retrieval_result.py
src/hydra_db/types/handler_envelope_sources_source_delete_response.py
src/hydra_db/types/handler_envelope_tenants_infra_status_response_v2.py
src/hydra_db/types/handler_envelope_tenants_sub_tenant_ids_response.py
src/hydra_db/types/handler_envelope_tenants_tenant_create_accepted_response.py
src/hydra_db/types/handler_envelope_tenants_tenant_delete_response.py
src/hydra_db/types/handler_envelope_tenants_tenant_ids_response.py
src/hydra_db/types/handler_envelope_tenants_tenant_stats_response.py
src/hydra_db/types/handler_envelope_webhooks_delivery_item.py
src/hydra_db/types/handler_envelope_webhooks_delivery_list_response.py
src/hydra_db/types/handler_envelope_webhooks_retry_response.py
src/hydra_db/types/handler_envelope_webhooks_webhook_delete_response.py
src/hydra_db/types/handler_envelope_webhooks_webhook_get_response.py
src/hydra_db/types/handler_envelope_webhooks_webhook_register_response.py
src/hydra_db/types/handler_envelope_webhooks_webhook_test_response.py
src/hydra_db/types/handler_error_detail.py
src/hydra_db/types/handler_error_response.py
src/hydra_db/types/handler_response_meta.py
src/hydra_db/types/ingestion_source_status.py
src/hydra_db/types/ingestion_v2batch_processing_status.py
src/hydra_db/types/ingestion_v2processing_status.py
src/hydra_db/types/ingestion_v2source_upload_response.py
src/hydra_db/types/ingestion_v2source_upload_result_item.py
src/hydra_db/types/list_content_filter.py
src/hydra_db/types/list_source_list_response.py
src/hydra_db/types/list_v2source_list_response.py
src/hydra_db/types/search_graph_context.py
src/hydra_db/types/search_operator.py
src/hydra_db/types/search_path_triplet.py
src/hydra_db/types/search_query_by.py
src/hydra_db/types/search_recall_mode.py
src/hydra_db/types/search_scored_path_response.py
src/hydra_db/types/search_source_info.py
src/hydra_db/types/search_source_type.py
src/hydra_db/types/search_v2chunk.py
src/hydra_db/types/search_v2retrieval_result.py
src/hydra_db/types/sources_source_delete_response.py
src/hydra_db/types/sources_source_delete_result_item.py
src/hydra_db/types/tenants_collection_stats.py
src/hydra_db/types/tenants_custom_property_definition.py
src/hydra_db/types/tenants_failed_tenant.py
src/hydra_db/types/tenants_infra_status_response_v2.py
src/hydra_db/types/tenants_infra_v2.py
src/hydra_db/types/tenants_milvus_data_type.py
src/hydra_db/types/tenants_sub_tenant_ids_response.py
src/hydra_db/types/tenants_tenant_create_accepted_response.py
src/hydra_db/types/tenants_tenant_delete_response.py
src/hydra_db/types/tenants_tenant_ids_response.py
src/hydra_db/types/tenants_tenant_stats_response.py
src/hydra_db/types/tenants_vectorstore_status_v2.py
src/hydra_db/types/webhooks_delivery_item.py
src/hydra_db/types/webhooks_delivery_list_response.py
src/hydra_db/types/webhooks_retry_response.py
src/hydra_db/types/webhooks_webhook_delete_response.py
src/hydra_db/types/webhooks_webhook_get_response.py
src/hydra_db/types/webhooks_webhook_register_response.py
src/hydra_db/types/webhooks_webhook_test_response.py
src/hydra_db/webhooks/__init__.py
src/hydra_db/webhooks/client.py
src/hydra_db/webhooks/raw_client.py
src/hydradb_sdk.egg-info/PKG-INFO
src/hydradb_sdk.egg-info/SOURCES.txt
src/hydradb_sdk.egg-info/dependency_links.txt
src/hydradb_sdk.egg-info/requires.txt
src/hydradb_sdk.egg-info/top_level.txt
tests/test_sdk.py