Skip to content

Commit 89eaebf

Browse files
Dan JonesDan Jones
authored andcommitted
Update docs
1 parent 85c5702 commit 89eaebf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/query/response/api-response.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,8 @@ export type ApiWeaviateObject = {
202202
uuid: string;
203203
/** The returned vectors of the object. */
204204
vector: Vectors;
205-
collection: string; // NOTE: NEW
205+
/** The collection this object belongs to. */
206+
collection: string;
206207
};
207208

208209
export type ApiWeaviateReturn = {

0 commit comments

Comments
 (0)