We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22755ef commit 6cb0377Copy full SHA for 6cb0377
README.md
@@ -273,7 +273,7 @@ var queryResponse = await index.QueryAsync(
273
TopK = 10,
274
IncludeValues = true,
275
IncludeMetadata = true,
276
- Filter = new Metadata,
+ Filter = new Metadata
277
{
278
["genre"] =
279
new Metadata
@@ -299,7 +299,7 @@ var queryResponse = await index.QueryAsync(
299
300
301
Vector = [0.1f, 0.2f, 0.3f],
302
- SparseVector = new SparseValues,
+ SparseVector = new SparseValues
303
304
Indices = [10, 45, 16],
305
Values = [0.5f, 0.5f, 0.2f],
0 commit comments