.gitignore
LICENSE
README.md
main.py
pyproject.toml
requirements.txt
requirements_dev.txt
chroma_migrate/__init__.py
chroma_migrate/__main__.py
chroma_migrate/cli.py
chroma_migrate/import_chromadb.py
chroma_migrate/import_clickhouse.py
chroma_migrate/import_duckdb.py
chroma_migrate/utils.py
chroma_migrate.egg-info/PKG-INFO
chroma_migrate.egg-info/SOURCES.txt
chroma_migrate.egg-info/dependency_links.txt
chroma_migrate.egg-info/entry_points.txt
chroma_migrate.egg-info/requires.txt
chroma_migrate.egg-info/top_level.txt
examples/from_chroma.py
examples/from_clickhouse.py
examples/from_duckdb.py
test_data_duckdb/chroma-collections.parquet
test_data_duckdb/chroma-embeddings.parquet
test_data_duckdb/index/id_to_uuid_3eccf5ff-7ecb-4312-940f-7f93b64b3c9c.pkl
test_data_duckdb/index/id_to_uuid_6c666f15-6c80-4a18-b955-5b4da3e25d77.pkl
test_data_duckdb/index/id_to_uuid_71c07377-67be-4e5d-9270-2c71ec881f59.pkl
test_data_duckdb/index/id_to_uuid_89b468b4-1082-40d6-a057-fe4ab2e2bcc7.pkl
test_data_duckdb/index/id_to_uuid_e13ac20a-0baa-47e7-a9ef-87280069d2d2.pkl
test_data_duckdb/index/id_to_uuid_e3eeb25a-6b54-4efc-885e-1be28f1e4c94.pkl
test_data_duckdb/index/id_to_uuid_e7bb06ac-f659-4389-9e11-e9730efeca85.pkl
test_data_duckdb/index/id_to_uuid_e8170c78-f675-4f1a-ab37-0dc436d64257.pkl
test_data_duckdb/index/id_to_uuid_f29adc7f-4178-4c82-8fb2-1ae513520fe8.pkl
test_data_duckdb/index/id_to_uuid_f97e7bdb-bf55-4ecb-afb0-f7f96456068d.pkl
test_data_duckdb/index/index_3eccf5ff-7ecb-4312-940f-7f93b64b3c9c.bin
test_data_duckdb/index/index_6c666f15-6c80-4a18-b955-5b4da3e25d77.bin
test_data_duckdb/index/index_71c07377-67be-4e5d-9270-2c71ec881f59.bin
test_data_duckdb/index/index_89b468b4-1082-40d6-a057-fe4ab2e2bcc7.bin
test_data_duckdb/index/index_e13ac20a-0baa-47e7-a9ef-87280069d2d2.bin
test_data_duckdb/index/index_e3eeb25a-6b54-4efc-885e-1be28f1e4c94.bin
test_data_duckdb/index/index_e7bb06ac-f659-4389-9e11-e9730efeca85.bin
test_data_duckdb/index/index_e8170c78-f675-4f1a-ab37-0dc436d64257.bin
test_data_duckdb/index/index_f29adc7f-4178-4c82-8fb2-1ae513520fe8.bin
test_data_duckdb/index/index_f97e7bdb-bf55-4ecb-afb0-f7f96456068d.bin
test_data_duckdb/index/index_metadata_3eccf5ff-7ecb-4312-940f-7f93b64b3c9c.pkl
test_data_duckdb/index/index_metadata_6c666f15-6c80-4a18-b955-5b4da3e25d77.pkl
test_data_duckdb/index/index_metadata_71c07377-67be-4e5d-9270-2c71ec881f59.pkl
test_data_duckdb/index/index_metadata_89b468b4-1082-40d6-a057-fe4ab2e2bcc7.pkl
test_data_duckdb/index/index_metadata_e13ac20a-0baa-47e7-a9ef-87280069d2d2.pkl
test_data_duckdb/index/index_metadata_e3eeb25a-6b54-4efc-885e-1be28f1e4c94.pkl
test_data_duckdb/index/index_metadata_e7bb06ac-f659-4389-9e11-e9730efeca85.pkl
test_data_duckdb/index/index_metadata_e8170c78-f675-4f1a-ab37-0dc436d64257.pkl
test_data_duckdb/index/index_metadata_f29adc7f-4178-4c82-8fb2-1ae513520fe8.pkl
test_data_duckdb/index/index_metadata_f97e7bdb-bf55-4ecb-afb0-f7f96456068d.pkl
test_data_duckdb/index/uuid_to_id_3eccf5ff-7ecb-4312-940f-7f93b64b3c9c.pkl
test_data_duckdb/index/uuid_to_id_6c666f15-6c80-4a18-b955-5b4da3e25d77.pkl
test_data_duckdb/index/uuid_to_id_71c07377-67be-4e5d-9270-2c71ec881f59.pkl
test_data_duckdb/index/uuid_to_id_89b468b4-1082-40d6-a057-fe4ab2e2bcc7.pkl
test_data_duckdb/index/uuid_to_id_e13ac20a-0baa-47e7-a9ef-87280069d2d2.pkl
test_data_duckdb/index/uuid_to_id_e3eeb25a-6b54-4efc-885e-1be28f1e4c94.pkl
test_data_duckdb/index/uuid_to_id_e7bb06ac-f659-4389-9e11-e9730efeca85.pkl
test_data_duckdb/index/uuid_to_id_e8170c78-f675-4f1a-ab37-0dc436d64257.pkl
test_data_duckdb/index/uuid_to_id_f29adc7f-4178-4c82-8fb2-1ae513520fe8.pkl
test_data_duckdb/index/uuid_to_id_f97e7bdb-bf55-4ecb-afb0-f7f96456068d.pkl
test_scripts/generate_test_clickhouse.py
test_scripts/generate_test_duckdb.py