Hi,
I am testing Sprint AI with Redis Vector store to house my documents. However, when I perform Similarity query, I am getting only maximum of 10 results from redis.
Do I need to set any paramater to get more results?
appreciate your help
thanks
Jay
Comment From: alexcheng1982
When creating SearchRequest
, you can use withTopK
to specify the maximum number of results.
Comment From: markpollack
closing, please reopen if this did not solve your problem