We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CloudRag bug or not use ,but LocalRagController can run
Rag-example use Coud Rag exmaple , appear 400 - {"code":"InvalidParameter","message":"Illegal X-DashScope-OpenAPISource field.","request_id":"bbd99821-35fc-97ed-bb33-62ffef74d90b"}
my question
my code I reference official example
https://github.com/springaialibaba/spring-ai-alibaba-examples/blob/main/spring-ai-alibaba-rag-example/rag-example/src/main/java/com/alibaba/cloud/ai/example/rag/cloud/CloudRagService.java
https://github.com/coderpwh1024/Spring-Ai-Alibaba/tree/master/spring-ai-alibaba-example-nacos/rag-example
version
pom detail
4.0.0
<parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>3.3.3</version> <relativePath/> <!-- lookup parent from repository --> </parent> <groupId>com.coderpwh</groupId> <artifactId>rag-example</artifactId> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <maven.compiler.source>17</maven.compiler.source> <maven.compiler.target>17</maven.compiler.target> <maven-deploy-plugin.version>3.1.1</maven-deploy-plugin.version> <!-- utils --> <commons-lang3.version>3.14.0</commons-lang3.version> <!-- Spring AI --> <spring-ai-alibaba.version>1.0.0-M3.1</spring-ai-alibaba.version> <spring-ai.version>1.0.0-M3</spring-ai.version> <spring-cloud-alibaba.version>2023.0.1.0</spring-cloud-alibaba.version> </properties> <version>1.0-SNAPSHOT</version> <dependencies> <dependency> <groupId>com.alibaba.cloud.ai</groupId> <artifactId>spring-ai-alibaba-starter</artifactId> <version>${spring-ai-alibaba.version}</version> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> <dependency> <groupId>com.alibaba.cloud</groupId> <artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId> <version>${spring-cloud-alibaba.version}</version> </dependency> <dependency> <groupId>com.alibaba.cloud</groupId> <artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId> <version>${spring-cloud-alibaba.version}</version> </dependency> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-bootstrap</artifactId> <version>4.0.1</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> </dependency> <dependency> <groupId>org.springframework.ai</groupId> <artifactId>spring-ai-pdf-document-reader</artifactId> <version>${spring-ai.version}</version> </dependency> <dependency> <groupId>org.springframework.ai</groupId> <artifactId>spring-ai-elasticsearch-store-spring-boot-starter</artifactId> <version>${spring-ai.version}</version> </dependency> </dependencies> <profiles> <profile> <id>dev</id> <properties> <spring.profiles.active>dev</spring.profiles.active> </properties> <activation> <activeByDefault>true</activeByDefault> </activation> </profile> <profile> <id>qa</id> <properties> <spring.profiles.active>qa</spring.profiles.active> </properties> </profile> <profile> <id>prod</id> <properties> <spring.profiles.active>prod</spring.profiles.active> </properties> </profile> </profiles> <build> <plugins> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> <version>${maven-deploy-plugin.version}</version> <configuration> <skip>true</skip> </configuration> </plugin> </plugins> </build> <repositories> <repository> <id>spring-milestones</id> <name>Spring Milestones</name> <url>https://repo.spring.io/milestone</url> <snapshots> <enabled>false</enabled> </snapshots> </repository> </repositories>
application
]
email email: [email protected]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
CloudRag bug or not use ,but LocalRagController can run
Rag-example
use Coud Rag exmaple ,
appear 400 - {"code":"InvalidParameter","message":"Illegal X-DashScope-OpenAPISource field.","request_id":"bbd99821-35fc-97ed-bb33-62ffef74d90b"}
my question
my code
I reference official example
https://github.com/springaialibaba/spring-ai-alibaba-examples/blob/main/spring-ai-alibaba-rag-example/rag-example/src/main/java/com/alibaba/cloud/ai/example/rag/cloud/CloudRagService.java
https://github.com/coderpwh1024/Spring-Ai-Alibaba/tree/master/spring-ai-alibaba-example-nacos/rag-example
version
pom detail
4.0.0
application
]
email
email: [email protected]
The text was updated successfully, but these errors were encountered: