Skip to content

Commit 71f2292

Browse files
committed
deploy
1 parent a14003e commit 71f2292

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/store/vector/weaviate_wrapper.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1095,7 +1095,6 @@ func fetchCodeContentsBatch(ctx context.Context, cfg config.VectorStoreConf, cli
10951095

10961096
// 设置请求头
10971097
req.Header.Set("Content-Type", "application/json")
1098-
req.Header.Set("Content-Type", "application/json")
10991098
req.Header.Set("X-Costrict-Version", "v1.6.0")
11001099
if authorization != "" {
11011100
req.Header.Set("authorization", authorization)

0 commit comments

Comments
 (0)