Skip to content

Commit a679e49

Browse files
committed
README examples cleaned up and extended with rerank. Version 1.1.0
1 parent ee116f3 commit a679e49

File tree

1 file changed

+1
-1
lines changed
  • examples/src/main/scala/io/cequence/pineconescala/demo

1 file changed

+1
-1
lines changed

examples/src/main/scala/io/cequence/pineconescala/demo/Rerank.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ object Rerank extends PineconeDemoApp {
3333
settings = RerankSettings(
3434
model = RerankModelId.bge_reranker_v2_m3,
3535
top_n = Some(4),
36-
return_documents = false,
36+
return_documents = true,
3737
rank_fields = Seq("my_field")
3838
)
3939
).map { response =>

0 commit comments

Comments
 (0)