.dockerignore
.gitattributes
.gitignore
BYOK.md
DOCKER-README-GPU.md
DOCKER-README.md
Dockerfile
LICENSE
README.md
cyborgdb.example.yaml
cyborgdb.yaml
docker-compose.yml
package-lock.json
pyproject.toml
pytest.ini
.compound-engineering/config.local.example.yaml
.github/PULL_REQUEST_TEMPLATE.md
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/epic.yml
.github/ISSUE_TEMPLATE/task.yml
.github/scripts/check_core_version.py
.github/scripts/compare_benchmark_results.py
.github/scripts/full_index_test_go.go
.github/scripts/full_index_test_python.py
.github/scripts/full_index_test_ts.ts
.github/scripts/persistence_test_go.go
.github/scripts/persistence_test_python.py
.github/scripts/persistence_test_ts.ts
.github/scripts/push_docker_hub.py
.github/scripts/save_docker_artifacts.py
.github/scripts/start_service.sh
.github/workflows/build_and_package_wheels.yml
.github/workflows/docker-release.yml
.github/workflows/docker-test.yml
.github/workflows/e2e-build.yml
.github/workflows/e2e-full-index-test.yml
.github/workflows/e2e-test.yml
.github/workflows/pr_benchmark_comparison.yaml
.github/workflows/test.yml
.github/workflows/actions/codeartifact-pip-url/action.yml
.vscode/settings.json
assets/cyborgdb-logo-dark.svg
assets/cyborgdb-logo-light.svg
benchmarks/concurrency/.gitignore
benchmarks/concurrency/SPEC.md
benchmarks/concurrency/go.mod
benchmarks/concurrency/go.sum
benchmarks/concurrency/plot.py
benchmarks/concurrency/internal/dataset/corpus.go
benchmarks/concurrency/internal/dataset/dataset.go
benchmarks/concurrency/internal/dataset/dataset_smoke_test.go
benchmarks/concurrency/internal/driver/driver.go
benchmarks/concurrency/internal/driver/driver_test.go
benchmarks/concurrency/internal/driver/hang_test.go
benchmarks/concurrency/internal/driver/ingest.go
benchmarks/concurrency/internal/driver/ingest_test.go
benchmarks/concurrency/internal/experiment/csv.go
benchmarks/concurrency/internal/experiment/csv_test.go
benchmarks/concurrency/internal/experiment/experiment.go
benchmarks/concurrency/internal/experiment/experiment_test.go
benchmarks/concurrency/internal/gate/gate.go
benchmarks/concurrency/internal/orchestrate/orchestrate.go
benchmarks/concurrency/internal/orchestrate/orchestrate_test.go
benchmarks/concurrency/internal/restclient/client.go
benchmarks/concurrency/internal/restclient/post_hang_test.go
benchmarks/concurrency/results/README.md
benchmarks/concurrency/results/wiki_all_1M_post_fix_matrix.csv
benchmarks/concurrency/results/wiki_all_1M_post_fix_setup.csv
benchmarks/concurrency/results/wiki_all_1M_pre_fix_matrix.csv
benchmarks/concurrency/results/wiki_all_1M_pre_fix_setup.csv
benchmarks/concurrency/results/wiki_all_1M_validate.csv
benchmarks/concurrency/results/wiki_all_1M_validate_nprobes32.csv
benchmarks/concurrency/results/plots_before_after/during_train.png
benchmarks/concurrency/results/plots_before_after/ingest_throughput.png
benchmarks/concurrency/results/plots_before_after/matrix_latency_p99.png
benchmarks/concurrency/results/plots_before_after/matrix_throughput.png
benchmarks/concurrency/results/plots_before_after/matrix_throughput_read.png
benchmarks/concurrency/results/plots_before_after/matrix_throughput_write.png
benchmarks/concurrency/results/plots_pre_fix/during_train.png
benchmarks/concurrency/results/plots_pre_fix/ingest_throughput.png
benchmarks/concurrency/results/plots_pre_fix/matrix_latency_p99.png
benchmarks/concurrency/results/plots_pre_fix/matrix_throughput.png
benchmarks/concurrency/results/plots_pre_fix/matrix_throughput_read.png
benchmarks/concurrency/results/plots_pre_fix/matrix_throughput_write.png
benchmarks/concurrency/results/plots_validate/validate.png
cuda/README.md
cuda/pyproject.toml
cyborgdb_service/__init__.py
cyborgdb_service/__main__.py
cyborgdb_service/app.py
cyborgdb_service/main.py
cyborgdb_service.egg-info/PKG-INFO
cyborgdb_service.egg-info/SOURCES.txt
cyborgdb_service.egg-info/dependency_links.txt
cyborgdb_service.egg-info/entry_points.txt
cyborgdb_service.egg-info/requires.txt
cyborgdb_service.egg-info/top_level.txt
cyborgdb_service/api/__init__.py
cyborgdb_service/api/deps.py
cyborgdb_service/api/routes/__init__.py
cyborgdb_service/api/routes/health.py
cyborgdb_service/api/routes/indexes.py
cyborgdb_service/api/routes/users.py
cyborgdb_service/api/routes/vectors.py
cyborgdb_service/api/schemas/__init__.py
cyborgdb_service/api/schemas/index.py
cyborgdb_service/api/schemas/users.py
cyborgdb_service/api/schemas/vectors.py
cyborgdb_service/core/__init__.py
cyborgdb_service/core/config.py
cyborgdb_service/core/config_file.py
cyborgdb_service/core/security.py
cyborgdb_service/core/training_manager.py
cyborgdb_service/core/user_api_key.py
cyborgdb_service/core/yaml_source.py
cyborgdb_service/db/__init__.py
cyborgdb_service/db/client.py
cyborgdb_service/indexes/__init__.py
cyborgdb_service/indexes/kek_cache.py
cyborgdb_service/kms/README.md
cyborgdb_service/kms/__init__.py
cyborgdb_service/kms/base.py
cyborgdb_service/kms/config.py
cyborgdb_service/kms/providers/__init__.py
cyborgdb_service/kms/providers/_aws_credentials.py
cyborgdb_service/kms/providers/aws.py
cyborgdb_service/kms/providers/aws_kms.py
cyborgdb_service/utils/__init__.py
cyborgdb_service/utils/environment_check.py
cyborgdb_service/utils/error_handler.py
docs/sdk-service-evolution.md
load_tests/API_LOAD_TEST_GUIDE.md
load_tests/docker-compose.yml
load_tests/generate_synthetic_dataset.py
load_tests/hdf5_to_json_converter.py
load_tests/k6-concurrent-upsert-test.js
load_tests/k6-load-tests-concurrent.js
load_tests/k6-load-tests.js
load_tests/k6-specific-scenarios.js
load_tests/k6-training-benchmark.js
load_tests/k6-upsert-load-test.js
load_tests/package-lock.json
load_tests/package.json
load_tests/run-load-tests.sh
load_tests/run-training-benchmark.sh
load_tests/show-datasets.sh
load_tests/node_modules/.package-lock.json
load_tests/node_modules/k6/package.json
profiling/profile_wiki.py
ssl/generate_certs.sh
tests/conftest.py
tests/test_auth_classification.py
tests/test_concurrent_cache_consistency.py
tests/test_envelope.py
tests/test_environment_check.py
tests/test_free_tier.py
tests/test_health.py
tests/test_index.py
tests/test_kek_cache.py
tests/test_kms_aws_byok_http.py
tests/test_kms_aws_kms_provider.py
tests/test_kms_aws_provider.py
tests/test_kms_dual_provider_http.py
tests/test_kms_provider_none_http.py
tests/test_kms_registry.py
tests/test_list_ids.py
tests/test_load_index_wrong_key.py
tests/test_per_call_index_key.py
tests/test_resolve_training_kek.py
tests/test_rocksdb_integration.py
tests/test_training_auto_trigger.py
tests/test_training_manager_unit.py
tests/test_user_api_key.py
tests/test_user_metadata_gate.py
tests/test_users_routes.py
tests/test_vector.py
tests/test_yaml_config.py