pullrequests Search Results · language:Dune language:Python language:Vue language:Java language:JavaScript is:unmerged
Filter by
36.5M results
Summary
This branch adds full Plato VM provider support to OSWorld, rebased cleanly onto the latest xlang-ai/OSWorld upstream.
It fixes everything that was broken in Alexander s initial Plato integration ...
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
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, ...
modificación de exportación pdf para mostrar información de facturación electrónica implementación de botón de
exportación Json
Title
Short, imperative summary (e.g., fix(robots): handle None in sensor parser ). See CONTRIBUTING.md for PR conventions.
Summary / Motivation
- One-paragraph description of what changes and why. ...
Fixes #37770
The convert_to_openai_data_block function did not handle video content blocks, causing a ValueError: Block of type video
is not supported when users tried to send video content through OpenAI-compatible ...
core
external
fix
missing-issue-link
new-contributor
size: XS
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 ...