``` threadsCol := `{"name": "threads", "fields": [...
# community-help
m
Copy code
threadsCol := `{"name": "threads", "fields": [
	{"name": ".*", "type": "auto"},
	{"name": "embedding",
	 "type": "float[]",
	 "num_dim": 384
	}
	]}`