mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-01-11 00:12:04 -06:00
Merge pull request #1362 from nosqlbench/pinecone-query-results
Fetch the values when querying the Pinecone index
This commit is contained in:
commit
f517b35a94
@ -9,3 +9,5 @@ blocks:
|
||||
fetch: "test-index"
|
||||
namespace: "example_namespace"
|
||||
ids: "item_2,item_3,item_4"
|
||||
include_values: true
|
||||
include_metadata: true
|
||||
|
@ -31,6 +31,8 @@ blocks:
|
||||
- 0.9916525700115515
|
||||
namespace: "example_namespace"
|
||||
top_k: 3
|
||||
include_values: true
|
||||
include_metadata: true
|
||||
filter:
|
||||
filterfield: "category"
|
||||
operator: "$eq"
|
||||
|
Loading…
Reference in New Issue
Block a user