pullrequests Search Results · language:Dune language:Python language:Python language:Java language:JavaScript language:JavaScript
Filter by
183M results
Bumps actions/checkout from 6 to 7. details summary Release notes /summary p em Sourced from a href=
https://github.com/actions/checkout/releases actions/checkout s releases /a . /em /p blockquote h2 v7.0.0 ...
dependencies
github_actions
Bumps rollup from 4.62.0 to 4.62.2. details summary Release notes /summary p em Sourced from a href=
https://github.com/rollup/rollup/releases rollup s releases /a . /em /p blockquote h2 v4.62.2 /h2 h2 ...
dependencies
javascript
Bumps ruff from 0.15.17 to 0.15.18. details summary Release notes /summary p em Sourced from a href=
https://github.com/astral-sh/ruff/releases ruff s releases /a . /em /p blockquote h2 0.15.18 /h2 h2 ...
dependencies
python
Bumps the npm-production group with 2 updates in the / directory: mongodb and stripe.
Updates mongodb from 6.21.0 to 7.3.0 details summary Release notes /summary p em Sourced from a href=
https://github.com/mongodb/node-mongodb-native/releases ...
dependencies
javascript
Bumps the prod group with 1 update: @aws-sdk/credential-providers.
Updates @aws-sdk/credential-providers from 3.1066.0 to 3.1068.0 details summary Release notes /summary p em Sourced from
a href= https://github.com/aws/aws-sdk-js-v3/releases ...
dependencies
javascript
Bumps ruff from 0.15.15 to 0.15.18. details summary Release notes /summary p em Sourced from a href=
https://github.com/astral-sh/ruff/releases ruff s releases /a . /em /p blockquote h2 0.15.18 /h2 h2 ...
dependencies
python:uv
Bumps actions/checkout from 6 to 7. details summary Release notes /summary p em Sourced from a href=
https://github.com/actions/checkout/releases actions/checkout s releases /a . /em /p blockquote h2 v7.0.0 ...
dependencies
conversation_node(상담방 DB 조회/생성)와 decision_node(LLM 의도분류)가 서로의 결과를 필요로 하지 않는데도 직렬로 실행되어, DB 왕복 시간이 LLM 호출 시간 위에 그대로 더해지고
있었다. 두 노드를 LangGraph상에서 병렬 entry로 변경해 동시에 시작하도록 수정.
- conversation/decision 모두 ...
…, and admin utilities
- Implement RAG (Retrieval-Augmented Generation) service with embeddings
- Add AI summary UI: RAG sources display, snippets, regenerate button, loading states
- Add AI disclaimer ...