We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6e4a81 commit 3e7c370Copy full SHA for 3e7c370
docs/references/http_api_reference.md
@@ -156,23 +156,27 @@ curl --request POST \
156
"name":
157
{
158
"type": "varchar",
159
- "constraints": ["not null"]
+ "constraints": ["not null"],
160
+ "id": 0,
161
},
162
"age":
163
164
"type": "integer",
165
166
+ "id": 1,
167
168
"score":
169
170
171
172
+ "id": 2,
173
}
174
"my_vector"
175
176
"type": "vector",
177
"dimension": 1024,
- "element_type": "float"
178
+ "element_type": "float",
179
+ "id": 3,
180
181
],
182
"properties":
0 commit comments