@@ -48,7 +48,7 @@ collections.upsert(
4848
4949<ResponseField name = " collection" type = " string" required >
5050 Name of the collection, as [ defined in the
51- manifest] ( ../app-manifest#collections ) .
51+ manifest] ( ../../ app-manifest#collections ) .
5252</ResponseField >
5353
5454<ResponseField name = " key" type = " string" >
@@ -90,7 +90,7 @@ collections.upsertBatch(
9090
9191<ResponseField name = " collection" type = " string" required >
9292 Name of the collection, as [ defined in the
93- manifest] ( ../app-manifest#collections ) .
93+ manifest] ( ../../ app-manifest#collections ) .
9494</ResponseField >
9595
9696<ResponseField name = " keys" type = " string[]" >
@@ -125,7 +125,7 @@ collections.remove(
125125
126126<ResponseField name = " collection" type = " string" required >
127127 Name of the collection, as [ defined in the
128- manifest] ( ../app-manifest#collections ) .
128+ manifest] ( ../../ app-manifest#collections ) .
129129</ResponseField >
130130
131131<ResponseField name = " key" type = " string" required >
@@ -162,7 +162,7 @@ collections.search(
162162
163163<ResponseField name = " collection" type = " string" required >
164164 Name of the collection, as [ defined in the
165- manifest] ( ../app-manifest#collections ) .
165+ manifest] ( ../../ app-manifest#collections ) .
166166</ResponseField >
167167
168168<ResponseField name = " searchMethod" type = " string" required >
@@ -209,7 +209,7 @@ collections.searchByVector(
209209
210210<ResponseField name = " collection" type = " string" required >
211211 Name of the collection, as [ defined in the
212- manifest] ( ../app-manifest#collections ) .
212+ manifest] ( ../../ app-manifest#collections ) .
213213</ResponseField >
214214
215215<ResponseField name = " searchMethod" type = " string" required >
@@ -247,7 +247,7 @@ Classify an item in the collection using previous vectors' labels.
247247
248248<ResponseField name = " collection" type = " string" required >
249249 Name of the collection, as [ defined in the
250- manifest] ( ../app-manifest#collections ) .
250+ manifest] ( ../../ app-manifest#collections ) .
251251</ResponseField >
252252
253253<ResponseField name = " searchMethod" type = " string" required >
@@ -280,7 +280,7 @@ collections.computeDistance(
280280
281281<ResponseField name = " collection" type = " string" required >
282282 Name of the collection, as [ defined in the
283- manifest] ( ../app-manifest#collections ) .
283+ manifest] ( ../../ app-manifest#collections ) .
284284</ResponseField >
285285
286286<ResponseField name = " searchMethod" type = " string" required >
@@ -310,7 +310,7 @@ collections.getText(
310310
311311<ResponseField name = " collection" type = " string" required >
312312 Name of the collection, as [ defined in the
313- manifest] ( ../app-manifest#collections ) .
313+ manifest] ( ../../ app-manifest#collections ) .
314314</ResponseField >
315315
316316<ResponseField name = " key" type = " string" required >
@@ -336,7 +336,7 @@ collections.getTexts(
336336
337337<ResponseField name = " collection" type = " string" required >
338338 Name of the collection, as [ defined in the
339- manifest] ( ../app-manifest#collections ) .
339+ manifest] ( ../../ app-manifest#collections ) .
340340</ResponseField >
341341
342342<ResponseField name = " namespace" type = " string" >
@@ -356,7 +356,7 @@ collections.getNamespaces(
356356
357357<ResponseField name = " collection" type = " string" required >
358358 Name of the collection, as [ defined in the
359- manifest] ( ../app-manifest#collections ) .
359+ manifest] ( ../../ app-manifest#collections ) .
360360</ResponseField >
361361
362362#### getVector
@@ -374,7 +374,7 @@ collections.getVector(
374374
375375<ResponseField name = " collection" type = " string" required >
376376 Name of the collection, as [ defined in the
377- manifest] ( ../app-manifest#collections ) .
377+ manifest] ( ../../ app-manifest#collections ) .
378378</ResponseField >
379379
380380<ResponseField name = " searchMethod" type = " string" required >
@@ -404,7 +404,7 @@ collections.getLabels(
404404
405405<ResponseField name = " collection" type = " string" required >
406406 Name of the collection, as [ defined in the
407- manifest] ( ../app-manifest#collections ) .
407+ manifest] ( ../../ app-manifest#collections ) .
408408</ResponseField >
409409
410410<ResponseField name = " key" type = " string" required >
@@ -435,7 +435,7 @@ collections.recomputeSearchMethod(
435435
436436<ResponseField name = " collection" type = " string" required >
437437 Name of the collection, as [ defined in the
438- manifest] ( ../app-manifest#collections ) .
438+ manifest] ( ../../ app-manifest#collections ) .
439439</ResponseField >
440440
441441<ResponseField name = " searchMethod" type = " string" required >
0 commit comments