Re: Joining Apache Beam Slack

2024-11-11 Thread Ahmet Altay via dev
I sent an invite. Welcome. On Sat, Nov 9, 2024 at 10:51 PM LDesire wrote: > Hi. > > Can I also join the Apache Beam Slack channel? > my email is two_som...@icloud.com > > Thanks. > LDesire > > > > 2024. 6. 4. 오전 2:38, Ahmet Altay via dev 작성: > > Sent an invite. Welcome to the Beam community! >

Beam High Priority Issue Report (45)

2024-11-11 Thread beamactions
This is your daily summary of Beam's current high priority issues that may need attention. See https://beam.apache.org/contribute/issue-priorities for the meaning and expectations around issue priorities. Unassigned P1 Issues: https://github.com/apache/beam/issues/33066 The Community Metri

Re: RAG with Apache Beam design proposal

2024-11-11 Thread Danny McCormick via dev
I left a few comments, but overall it looks like a great proposal! Hopefully we can keep building off of the RAG momentum from Beam summit :) Thanks, Danny On Fri, Nov 8, 2024 at 4:38 PM Claudius van der Merwe wrote: > Hi all, > > As Large Language Models (LLMs) continue to transform the ML lan

Re: RAG with Apache Beam design proposal

2024-11-11 Thread Ganesh
Hi I've been working on a similar thing to integrate langchain and beam, it integrates LLMs as Ptransform in pipelines using langchain. Previously, I've contributed to langchain dart and used beam at my job. So, I thought would combine both of them as langchain provides a common interface for mult