Property

chroma

Property Name Type Description Required
configuration_json object Yes
database string Yes
dimension integer
id string Yes
log_position integer Yes
name string Yes
tenant string Yes
version integer Yes

↑ TopExample
{
    "collections": [
        {
            "log_position": 0,
            "name": "chat_with_db",
            "database": "default_database",
            "id": "5d536fe1-3f5b-4fc6-92d4-665d902a1516",
            "version": 0,
            "configuration_json": {
                "_type": "CollectionConfigurationInternal",
                "hnsw_configuration": {
                    "num_threads": 2,
                    "_type": "HNSWConfigurationInternal",
                    "ef_construction": 100,
                    "space": "l2",
                    "ef_search": 10,
                    "sync_threshold": 1000,
                    "M": 16,
                    "batch_size": 100,
                    "resize_factor": 1.2
                }
            },
            "dimension": null,
            "tenant": "default_tenant",
            "metadata": null
        },
        {
            "log_position": 0,
            "name": "jarvis_contents_test",
            "database": "default_database",
            "id": "ac041eca-4c74-4dd1-9cb2-4ab237a4bfa1",
            "version": 0,
            "configuration_json": {
                "_type": "CollectionConfigurationInternal",
                "hnsw_configuration": {
                    "num_threads": 2,
                    "_type": "HNSWConfigurationInternal",
                    "ef_construction": 100,
                    "space": "l2",
                    "ef_search": 10,
                    "sync_threshold": 1000,
                    "M": 16,
                    "batch_size": 100,
                    "resize_factor": 1.2
                }
            },
            "dimension": 1536,
            "tenant": "default_tenant",
            "metadata": null
        }
    ]
}