mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-27 07:16:19 +09:00
feat(agent): relax provider http timeouts (#348)
This commit is contained in:
@@ -23,7 +23,7 @@ import (
|
||||
"github.com/memohai/memoh/internal/models"
|
||||
)
|
||||
|
||||
const denseEmbedTimeout = 30 * time.Second
|
||||
const denseEmbedTimeout = models.DefaultProviderRequestTimeout
|
||||
|
||||
type denseRuntime struct {
|
||||
qdrant *qdrantclient.Client
|
||||
|
||||
Reference in New Issue
Block a user