Skip to content

Commit

Permalink
修改RAG应用路径 (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
ide-rea authored Apr 12, 2024
1 parent e3b651d commit 91a8f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/appbuilder/rag.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ type RAG struct {
func (t *RAG) Run(conversationID string, query string, stream bool) (RAGIterator, error) {
request := http.Request{}
header := t.sdkConfig.AuthHeader()
serviceURL, err := t.sdkConfig.ServiceURL("/api/v1/ai_engine/agi_platform/ai_apaas/v1/instance/integrated")
serviceURL, err := t.sdkConfig.ServiceURL("/api/v1/ai_engine/agi_platform/v1/instance/integrated")
if err != nil {
return nil, err
}
Expand Down

0 comments on commit 91a8f79

Please sign in to comment.