feat(agent): relax provider http timeouts (#348)

This commit is contained in:
Fodesu
2026-04-15 00:07:41 +08:00
committed by GitHub
parent 38ac907361
commit 8e1ed3683f
10 changed files with 95 additions and 28 deletions
@@ -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