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 ee116f3 commit a679e49Copy full SHA for a679e49
examples/src/main/scala/io/cequence/pineconescala/demo/Rerank.scala
@@ -33,7 +33,7 @@ object Rerank extends PineconeDemoApp {
33
settings = RerankSettings(
34
model = RerankModelId.bge_reranker_v2_m3,
35
top_n = Some(4),
36
- return_documents = false,
+ return_documents = true,
37
rank_fields = Seq("my_field")
38
)
39
).map { response =>
0 commit comments