ci/cd调整

This commit is contained in:
2026-06-10 16:36:46 +08:00
parent 61fbd50e3d
commit eea10519a3
33 changed files with 180 additions and 554 deletions

View File

@@ -1,7 +1,7 @@
package dto
import (
"gitea.com/red-future/common/beans"
"gitea.redpowerfuture.com/red-future/common/beans"
"github.com/gogf/gf/v2/frame/g"
"github.com/gogf/gf/v2/os/gtime"
)

View File

@@ -3,7 +3,7 @@ package dto
import (
"rag/consts/document"
"gitea.com/red-future/common/beans"
"gitea.redpowerfuture.com/red-future/common/beans"
"github.com/gogf/gf/v2/frame/g"
"github.com/gogf/gf/v2/os/gtime"
"github.com/pgvector/pgvector-go"

View File

@@ -3,7 +3,7 @@ package dto
import (
"rag/consts/document"
"gitea.com/red-future/common/beans"
"gitea.redpowerfuture.com/red-future/common/beans"
"github.com/gogf/gf/v2/frame/g"
"github.com/gogf/gf/v2/os/gtime"
"github.com/pgvector/pgvector-go"

View File

@@ -3,7 +3,7 @@ package dto
import (
"rag/consts/keyword"
"gitea.com/red-future/common/beans"
"gitea.redpowerfuture.com/red-future/common/beans"
"github.com/gogf/gf/v2/frame/g"
"github.com/gogf/gf/v2/os/gtime"
)

View File

@@ -4,7 +4,7 @@ import (
"rag/consts/model"
"time"
"gitea.com/red-future/common/beans"
"gitea.redpowerfuture.com/red-future/common/beans"
"github.com/gogf/gf/v2/frame/g"
)

View File

@@ -1,7 +1,7 @@
package entity
import (
"gitea.com/red-future/common/beans"
"gitea.redpowerfuture.com/red-future/common/beans"
)
type datasetCol struct {

View File

@@ -1,6 +1,6 @@
package entity
import "gitea.com/red-future/common/beans"
import "gitea.redpowerfuture.com/red-future/common/beans"
type datasetIndexCol struct {
beans.SQLBaseCol

View File

@@ -1,7 +1,7 @@
package entity
import (
"gitea.com/red-future/common/beans"
"gitea.redpowerfuture.com/red-future/common/beans"
"rag/consts/document"
)

View File

@@ -3,7 +3,7 @@ package entity
import (
"rag/consts/document"
"gitea.com/red-future/common/beans"
"gitea.redpowerfuture.com/red-future/common/beans"
"github.com/pgvector/pgvector-go"
)

View File

@@ -3,7 +3,7 @@ package entity
import (
"rag/consts/keyword"
"gitea.com/red-future/common/beans"
"gitea.redpowerfuture.com/red-future/common/beans"
)
type keywordCol struct {

View File

@@ -3,7 +3,7 @@ package entity
import (
"rag/consts/model"
"gitea.com/red-future/common/beans"
"gitea.redpowerfuture.com/red-future/common/beans"
)
type modelCol struct {

View File

@@ -3,7 +3,7 @@ package entity
import (
"rag/consts/task"
"gitea.com/red-future/common/beans"
"gitea.redpowerfuture.com/red-future/common/beans"
)
type taskCol struct {