refactor(knowledge): Move the all dependent components to app infra (#795)

This commit is contained in:
Ryo
2025-08-18 18:18:39 +08:00
committed by GitHub
parent 23a468c72c
commit f940edf585
9 changed files with 198 additions and 186 deletions

View File

@@ -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"