mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
Fetch the values when querying the Pinecone index
This commit is contained in:
parent
a3e276b96c
commit
c7a98266cf
@ -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