curl --request POST \
--url https://sync.trychroma.com/api/v1/sources \
--header 'Content-Type: application/json' \
--header 'x-chroma-token: <api-key>' \
--data '
{
"github": {
"repository": "<string>",
"app_id": "<string>",
"include_globs": [
"<string>"
]
},
"database_name": "<string>",
"chunking": {
"type": "tree_sitter",
"max_size_bytes": 1
},
"embedding": {
"dense": {
"model": "Qwen/Qwen3-Embedding-0.6B",
"task": "<unknown>"
},
"sparse": "<unknown>"
},
"embedding_model": "<unknown>"
}
'