feat: enable batch indexing by default

This commit is contained in:
Peter Steinberger
2026-01-17 23:29:36 +00:00
parent 9de762faa2
commit b60a53e10d
6 changed files with 7 additions and 6 deletions

View File

@@ -6,6 +6,7 @@ Docs: https://docs.clawd.bot
### Changes
- Memory: add OpenAI Batch API indexing for embeddings when configured.
- Memory: enable OpenAI batch indexing by default for OpenAI embeddings.
### Fixes
- Memory: retry transient 5xx errors (Cloudflare) during embedding indexing.