refactor(knowledge): Move the all dependent components to app infra (#795)
This commit is contained in:
@@ -21,7 +21,6 @@ import (
|
||||
"context"
|
||||
"errors"
|
||||
"fmt"
|
||||
"github.com/alicebob/miniredis/v2"
|
||||
"net/http"
|
||||
"os"
|
||||
"reflect"
|
||||
@@ -31,6 +30,8 @@ import (
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
"github.com/alicebob/miniredis/v2"
|
||||
|
||||
"github.com/bytedance/mockey"
|
||||
"github.com/cloudwego/eino/callbacks"
|
||||
model2 "github.com/cloudwego/eino/components/model"
|
||||
|
||||
Reference in New Issue
Block a user