alibaba / spring-ai-alibaba

An Application Framework for Java Developers
https://sca.aliyun.com/ai
Apache License 2.0
471 stars 134 forks source link

DashScopeDocumentRetrievalAdvisor doesn't compatible with previous Advisor #76

Closed flystar32 closed 3 weeks ago

flystar32 commented 4 weeks ago

https://github.com/alibaba/spring-ai-alibaba/blob/45351040e9b8fd6ef6e3bf1ebd9ca0a7da1d2797/spring-ai-alibaba-core/src/main/java/com/alibaba/cloud/ai/dashscope/rag/DashScopeDocumentRetrievalAdvisor.java#L187

DashScopeDocumentRetrievalAdvisor replace origin SystemText and SystemParams,rather than append it's SystemText to origin Context.

@robinyeeh