spring-ai icon indicating copy to clipboard operation
spring-ai copied to clipboard

MilvusSearchRequest.nativeExpression is not useable in QuestionAnswerAdvisor

Open 2352413035 opened this issue 6 months ago • 1 comments
trafficstars

Image MilvusSearchRequest,nativeExpression and MilvusSearchRequest.searchParamsJson use in the QuestionAnswerAdvisor is no effect

Image because the MilvusSearchRequest transform to common SearchRequest by SearchRequest.from() ,but use SearchRequest.from() method lose nativeExpression and searchParamsJson

Image

2352413035 avatar Apr 27 '25 18:04 2352413035