pullrequests Search Results · language:Dune language:Python is:merged language:JavaScript language:JavaScript
Filter by
84.3M results
The local write model intermittently returns JSON the lenient parser can t recover (unterminated string / stray control
char / truncated tail). _default_generate made ONE call, so a single bad sample HELD ...
What
PR #18 fixed the consolidation fold s FAISS remove_ids abort with a union-rebuild, but the same latent abort still lived
in two other paths in services/index_builder/run.py. This PR applies the same ...
Motivation
- Live cloud RAG queries were not reliably invoking provider APIs for planner sub-sources (e.g. gmail, drive, outlook)
and therefore chat RAG results rarely surfaced emails/files as context. ...
codex
Pipelines as Code configuration proposal
To start the PipelineRun, add a new comment with content /ok-to-test
For more detailed information about running a PipelineRun, please refer to Pipelines as Code ...
변경 내용\n\nPR 생성 및 main·develop push 시 pytest 전체 자동 실행.\n\n- Python 3.11, Ubuntu 최신\n- PyQt6 시스템 패키지 설치 (libgl1, libglib2.0-0, libegl1)\n- QT_QPA_PLATFORM=offscreen — 디스플레이 없이 GUI 테스트 가능\n- pip install .[dev] ...
Summary
- ai_chat.py was missing from the Dockerfile COPY list, causing ModuleNotFoundError: No module named ai_chat at
runtime
- bess-analyst.md agent definition was not copied into the Docker ...
Replace duplicated JSON parsing and serialization logic in chat routes and chat service with centralized functions from
messageConversions utils.
- Extract parseDbRowToMessage() for converting DB rows ...