pullrequests Search Results · language:Dune language:Python language:Python language:Java language:Java
Filter by
77M results
Qué cambia
1. Cada búsqueda reemplaza la anterior: al apretar Buscar productos especificos , la tabla se limpia y se llena solo
con los productos de la nueva búsqueda (antes acumulaba). Se limpia ...
See Commits and Changes for more details.
Created by img src= https://prod.download/pull-18h-svg valign= bottom / pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please ...
⤵️ pull
See Commits and Changes for more details.
Created by img src= https://prod.download/pull-18h-svg valign= bottom / pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please ...
⤵️ pull
Summary
Add automatic retry logic for 504 Gateway Timeout errors in generate_chat_completion with exponential backoff (3
retries: 1s, 2s, 4s).
Root Cause
When LLM providers return 504 Gateway Timeout, ...
Summary
- Filter out texts without valid embeddings before inserting to chromadb (empty lists are rejected)
- Skip vector DB insert entirely if no valid embeddings exist
- Prevents IndexError: list ...
Summary
- Add embedding_function is None check in get_embedding_function to return empty list when embedding_function is None
- Prevents AttributeError: NoneType object has no attribute encode when ...
Summary
- Drop public from AttachmentScanner (and its sha256 + SnapshotError) — classify returned the internal
AttachmentState, which Swift bars from a public surface
- Replace Self.defaultDestination() ...