[RESULT][VOTE] Add providers for Pinecone, OpenAI & Cohere to enable first-class LLMOps

2023-11-01 Thread Kaxil Naik
Hey everyone,

Thanks for the vote. Following are the results.

*Pinecone & Cohere*

*15* "+1" binding votes received:

   - Kaxil Naik
   - Jarek Potiuk
   - Andrey Anshin
   - Pankaj Koti
   - Phani Kumar
   - Amogh Desai
   - Pankaj Singh
   - Pierre Jeambrun
   - Vincent Beck
   - Vikram Koka
   - Jed Cunningham
   - Dennis Ferruzzi
   - Niko Oliveria
   - Hussein Awala
   - Josh Fell


*5* "+1" non-binding votes received:

   - Utkarsh Sharma
   - Wei Lee
   - Arita Basu
   - Ryan Hatter
   - Rahul Vats


*OpenAI*

*13* "+1" binding votes received:

   - Kaxil Naik
   - Jarek Potiuk
   - Andrey Anshin
   - Pankaj Koti
   - Phani Kumar
   - Amogh Desai
   - Pankaj Singh
   - Pierre Jeambrun
   - Vincent Beck
   - Vikram Koka
   - Jed Cunningham
   - Dennis Ferruzzi
   - Niko Oliveria

*5* "+1" non-binding votes received:

   - Utkarsh Sharma
   - Wei Lee
   - Arita Basu
   - Ryan Hatter
   - Rahul Vats

*2* "+0" binding votes received:

   - Hussein Awala
   - Josh Fell


Vote thread:
https://lists.apache.org/thread/skh32jksvcf4yx4fhhsfz8lq6w5nhfjc

The Dashboard for testing has been created at
https://astronomer.github.io/llm-dags-dashboard/.

We will go ahead with completing this PRs and merge them.

Thanks.

Regards,
Kaxil

On Mon, 30 Oct 2023 at 13:48, Josh Fell 
wrote:

> +1 (binding) for Pinecone, Cohere
>
> +0 (binding) for OpenAI. I share some of Hussein's concerns here. Or at
> least put a ceiling on the Python client of 1.0.0 and release v1.0.0 of the
> provider. Granted the provider can have successive major releases to handle
> the 1.0.0 rewrite, but the latest I see on an ETA was 3 weeks ago stating
> "in the coming weeks"
> <
> https://github.com/openai/openai-python/discussions/631#discussioncomment-7256192
> >
> so maybe it's close (a RC was published 2 days ago
> <https://pypi.org/project/openai/1.0.0rc1/> too)
>
> On Fri, Oct 27, 2023 at 5:52 PM Hussein Awala  wrote:
>
> > +1 (binding) for:
> >- https://github.com/apache/airflow/pull/35094 (Pinecone)
> >- https://github.com/apache/airflow/pull/34921 (Cohere)
> >
> > -0 (binding) for:
> >  - https://github.com/apache/airflow/pull/35023 (OpenAI)
> > -> One month ago, openai-python announced its v1.0.0 Beta version (
> > https://github.com/openai/openai-python/discussions/631), which is a
> total
> > rewrite of the library and has a lot of changes according to this
> > announcement.
> > IMHO, it would be better to wait for the first major version to avoid
> > bringing breaking changes to this new provider or handling two
> > completely different versions for b/c.
> >
> > On Fri, Oct 27, 2023 at 9:20 PM Rahul Vats 
> wrote:
> >
> > > +1 (non binding)
> > >
> > > On Sat, 28 Oct, 2023, 00:47 Ryan Hatter,  > > .invalid>
> > > wrote:
> > >
> > > > +1 (non-binding)
> > > >
> > > > On Thu, Oct 26, 2023 at 9:32 AM Oliveira, Niko
> > >  > > > >
> > > > wrote:
> > > >
> > > > > +1 (binding)
> > > > >
> > > > > looking forward to having more native LLM capabilities in Airflow!
> > > > >
> > > > > 
> > > > > From: Aritra Basu 
> > > > > Sent: Wednesday, October 25, 2023 12:10:00 PM
> > > > > To: dev@airflow.apache.org
> > > > > Subject: RE: [EXTERNAL] [COURRIEL EXTERNE] [VOTE] Add providers for
> > > > > Pinecone, OpenAI & Cohere to enable first-class LLMOps
> > > > >
> > > > > CAUTION: This email originated from outside of the organization. Do
> > not
> > > > > click links or open attachments unless you can confirm the sender
> and
> > > > know
> > > > > the content is safe.
> > > > >
> > > > >
> > > > >
> > > > > AVERTISSEMENT: Ce courrier électronique provient d’un expéditeur
> > > externe.
> > > > > Ne cliquez sur aucun lien et n’ouvrez aucune pièce jointe si vous
> ne
> > > > pouvez
> > > > > pas confirmer l’identité de l’expéditeur et si vous n’êtes pas
> > certain
> > > > que
> > > > > le contenu ne présente aucun risque.
> > > > >
> > > > >
> > > > >
> > > > > +1 (non binding)
> > > > >
> > > > > --
> > > > > Regards,
> > > > > Aritra Basu
> > > > >
> > > > > On Wed, Oct 25, 2023, 11:02 PM Ferruzzi, Dennis
> > > 

Re: [VOTE] Add providers for Pinecone, OpenAI & Cohere to enable first-class LLMOps

2023-10-30 Thread Josh Fell
+1 (binding) for Pinecone, Cohere

+0 (binding) for OpenAI. I share some of Hussein's concerns here. Or at
least put a ceiling on the Python client of 1.0.0 and release v1.0.0 of the
provider. Granted the provider can have successive major releases to handle
the 1.0.0 rewrite, but the latest I see on an ETA was 3 weeks ago stating
"in the coming weeks"
<https://github.com/openai/openai-python/discussions/631#discussioncomment-7256192>
so maybe it's close (a RC was published 2 days ago
<https://pypi.org/project/openai/1.0.0rc1/> too)

On Fri, Oct 27, 2023 at 5:52 PM Hussein Awala  wrote:

> +1 (binding) for:
>- https://github.com/apache/airflow/pull/35094 (Pinecone)
>- https://github.com/apache/airflow/pull/34921 (Cohere)
>
> -0 (binding) for:
>  - https://github.com/apache/airflow/pull/35023 (OpenAI)
> -> One month ago, openai-python announced its v1.0.0 Beta version (
> https://github.com/openai/openai-python/discussions/631), which is a total
> rewrite of the library and has a lot of changes according to this
> announcement.
> IMHO, it would be better to wait for the first major version to avoid
> bringing breaking changes to this new provider or handling two
> completely different versions for b/c.
>
> On Fri, Oct 27, 2023 at 9:20 PM Rahul Vats  wrote:
>
> > +1 (non binding)
> >
> > On Sat, 28 Oct, 2023, 00:47 Ryan Hatter,  > .invalid>
> > wrote:
> >
> > > +1 (non-binding)
> > >
> > > On Thu, Oct 26, 2023 at 9:32 AM Oliveira, Niko
> >  > > >
> > > wrote:
> > >
> > > > +1 (binding)
> > > >
> > > > looking forward to having more native LLM capabilities in Airflow!
> > > >
> > > > ____________
> > > > From: Aritra Basu 
> > > > Sent: Wednesday, October 25, 2023 12:10:00 PM
> > > > To: dev@airflow.apache.org
> > > > Subject: RE: [EXTERNAL] [COURRIEL EXTERNE] [VOTE] Add providers for
> > > > Pinecone, OpenAI & Cohere to enable first-class LLMOps
> > > >
> > > > CAUTION: This email originated from outside of the organization. Do
> not
> > > > click links or open attachments unless you can confirm the sender and
> > > know
> > > > the content is safe.
> > > >
> > > >
> > > >
> > > > AVERTISSEMENT: Ce courrier électronique provient d’un expéditeur
> > externe.
> > > > Ne cliquez sur aucun lien et n’ouvrez aucune pièce jointe si vous ne
> > > pouvez
> > > > pas confirmer l’identité de l’expéditeur et si vous n’êtes pas
> certain
> > > que
> > > > le contenu ne présente aucun risque.
> > > >
> > > >
> > > >
> > > > +1 (non binding)
> > > >
> > > > --
> > > > Regards,
> > > > Aritra Basu
> > > >
> > > > On Wed, Oct 25, 2023, 11:02 PM Ferruzzi, Dennis
> > > > 
> > > > wrote:
> > > >
> > > > > +1 (binding)
> > > > >
> > > > >
> > > > >  - ferruzzi
> > > > >
> > > > >
> > > > > 
> > > > > From: Jed Cunningham 
> > > > > Sent: Wednesday, October 25, 2023 9:54 AM
> > > > > To: dev@airflow.apache.org
> > > > > Subject: RE: [EXTERNAL] [COURRIEL EXTERNE] [VOTE] Add providers for
> > > > > Pinecone, OpenAI & Cohere to enable first-class LLMOps
> > > > >
> > > > > CAUTION: This email originated from outside of the organization. Do
> > not
> > > > > click links or open attachments unless you can confirm the sender
> and
> > > > know
> > > > > the content is safe.
> > > > >
> > > > >
> > > > >
> > > > > AVERTISSEMENT: Ce courrier électronique provient d’un expéditeur
> > > externe.
> > > > > Ne cliquez sur aucun lien et n’ouvrez aucune pièce jointe si vous
> ne
> > > > pouvez
> > > > > pas confirmer l’identité de l’expéditeur et si vous n’êtes pas
> > certain
> > > > que
> > > > > le contenu ne présente aucun risque.
> > > > >
> > > > >
> > > > >
> > > > > +1 (binding)
> > > > >
> > > >
> > >
> >
>


Re: [VOTE] Add providers for Pinecone, OpenAI & Cohere to enable first-class LLMOps

2023-10-27 Thread Hussein Awala
+1 (binding) for:
   - https://github.com/apache/airflow/pull/35094 (Pinecone)
   - https://github.com/apache/airflow/pull/34921 (Cohere)

-0 (binding) for:
 - https://github.com/apache/airflow/pull/35023 (OpenAI)
-> One month ago, openai-python announced its v1.0.0 Beta version (
https://github.com/openai/openai-python/discussions/631), which is a total
rewrite of the library and has a lot of changes according to this
announcement.
IMHO, it would be better to wait for the first major version to avoid
bringing breaking changes to this new provider or handling two
completely different versions for b/c.

On Fri, Oct 27, 2023 at 9:20 PM Rahul Vats  wrote:

> +1 (non binding)
>
> On Sat, 28 Oct, 2023, 00:47 Ryan Hatter,  .invalid>
> wrote:
>
> > +1 (non-binding)
> >
> > On Thu, Oct 26, 2023 at 9:32 AM Oliveira, Niko
>  > >
> > wrote:
> >
> > > +1 (binding)
> > >
> > > looking forward to having more native LLM capabilities in Airflow!
> > >
> > > 
> > > From: Aritra Basu 
> > > Sent: Wednesday, October 25, 2023 12:10:00 PM
> > > To: dev@airflow.apache.org
> > > Subject: RE: [EXTERNAL] [COURRIEL EXTERNE] [VOTE] Add providers for
> > > Pinecone, OpenAI & Cohere to enable first-class LLMOps
> > >
> > > CAUTION: This email originated from outside of the organization. Do not
> > > click links or open attachments unless you can confirm the sender and
> > know
> > > the content is safe.
> > >
> > >
> > >
> > > AVERTISSEMENT: Ce courrier électronique provient d’un expéditeur
> externe.
> > > Ne cliquez sur aucun lien et n’ouvrez aucune pièce jointe si vous ne
> > pouvez
> > > pas confirmer l’identité de l’expéditeur et si vous n’êtes pas certain
> > que
> > > le contenu ne présente aucun risque.
> > >
> > >
> > >
> > > +1 (non binding)
> > >
> > > --
> > > Regards,
> > > Aritra Basu
> > >
> > > On Wed, Oct 25, 2023, 11:02 PM Ferruzzi, Dennis
> > > 
> > > wrote:
> > >
> > > > +1 (binding)
> > > >
> > > >
> > > >  - ferruzzi
> > > >
> > > >
> > > > 
> > > > From: Jed Cunningham 
> > > > Sent: Wednesday, October 25, 2023 9:54 AM
> > > > To: dev@airflow.apache.org
> > > > Subject: RE: [EXTERNAL] [COURRIEL EXTERNE] [VOTE] Add providers for
> > > > Pinecone, OpenAI & Cohere to enable first-class LLMOps
> > > >
> > > > CAUTION: This email originated from outside of the organization. Do
> not
> > > > click links or open attachments unless you can confirm the sender and
> > > know
> > > > the content is safe.
> > > >
> > > >
> > > >
> > > > AVERTISSEMENT: Ce courrier électronique provient d’un expéditeur
> > externe.
> > > > Ne cliquez sur aucun lien et n’ouvrez aucune pièce jointe si vous ne
> > > pouvez
> > > > pas confirmer l’identité de l’expéditeur et si vous n’êtes pas
> certain
> > > que
> > > > le contenu ne présente aucun risque.
> > > >
> > > >
> > > >
> > > > +1 (binding)
> > > >
> > >
> >
>


Re: [VOTE] Add providers for Pinecone, OpenAI & Cohere to enable first-class LLMOps

2023-10-27 Thread Rahul Vats
+1 (non binding)

On Sat, 28 Oct, 2023, 00:47 Ryan Hatter, 
wrote:

> +1 (non-binding)
>
> On Thu, Oct 26, 2023 at 9:32 AM Oliveira, Niko  >
> wrote:
>
> > +1 (binding)
> >
> > looking forward to having more native LLM capabilities in Airflow!
> >
> > 
> > From: Aritra Basu 
> > Sent: Wednesday, October 25, 2023 12:10:00 PM
> > To: dev@airflow.apache.org
> > Subject: RE: [EXTERNAL] [COURRIEL EXTERNE] [VOTE] Add providers for
> > Pinecone, OpenAI & Cohere to enable first-class LLMOps
> >
> > CAUTION: This email originated from outside of the organization. Do not
> > click links or open attachments unless you can confirm the sender and
> know
> > the content is safe.
> >
> >
> >
> > AVERTISSEMENT: Ce courrier électronique provient d’un expéditeur externe.
> > Ne cliquez sur aucun lien et n’ouvrez aucune pièce jointe si vous ne
> pouvez
> > pas confirmer l’identité de l’expéditeur et si vous n’êtes pas certain
> que
> > le contenu ne présente aucun risque.
> >
> >
> >
> > +1 (non binding)
> >
> > --
> > Regards,
> > Aritra Basu
> >
> > On Wed, Oct 25, 2023, 11:02 PM Ferruzzi, Dennis
> > 
> > wrote:
> >
> > > +1 (binding)
> > >
> > >
> > >  - ferruzzi
> > >
> > >
> > > 
> > > From: Jed Cunningham 
> > > Sent: Wednesday, October 25, 2023 9:54 AM
> > > To: dev@airflow.apache.org
> > > Subject: RE: [EXTERNAL] [COURRIEL EXTERNE] [VOTE] Add providers for
> > > Pinecone, OpenAI & Cohere to enable first-class LLMOps
> > >
> > > CAUTION: This email originated from outside of the organization. Do not
> > > click links or open attachments unless you can confirm the sender and
> > know
> > > the content is safe.
> > >
> > >
> > >
> > > AVERTISSEMENT: Ce courrier électronique provient d’un expéditeur
> externe.
> > > Ne cliquez sur aucun lien et n’ouvrez aucune pièce jointe si vous ne
> > pouvez
> > > pas confirmer l’identité de l’expéditeur et si vous n’êtes pas certain
> > que
> > > le contenu ne présente aucun risque.
> > >
> > >
> > >
> > > +1 (binding)
> > >
> >
>


Re: [VOTE] Add providers for Pinecone, OpenAI & Cohere to enable first-class LLMOps

2023-10-27 Thread Ryan Hatter
+1 (non-binding)

On Thu, Oct 26, 2023 at 9:32 AM Oliveira, Niko 
wrote:

> +1 (binding)
>
> looking forward to having more native LLM capabilities in Airflow!
>
> 
> From: Aritra Basu 
> Sent: Wednesday, October 25, 2023 12:10:00 PM
> To: dev@airflow.apache.org
> Subject: RE: [EXTERNAL] [COURRIEL EXTERNE] [VOTE] Add providers for
> Pinecone, OpenAI & Cohere to enable first-class LLMOps
>
> CAUTION: This email originated from outside of the organization. Do not
> click links or open attachments unless you can confirm the sender and know
> the content is safe.
>
>
>
> AVERTISSEMENT: Ce courrier électronique provient d’un expéditeur externe.
> Ne cliquez sur aucun lien et n’ouvrez aucune pièce jointe si vous ne pouvez
> pas confirmer l’identité de l’expéditeur et si vous n’êtes pas certain que
> le contenu ne présente aucun risque.
>
>
>
> +1 (non binding)
>
> --
> Regards,
> Aritra Basu
>
> On Wed, Oct 25, 2023, 11:02 PM Ferruzzi, Dennis
> 
> wrote:
>
> > +1 (binding)
> >
> >
> >  - ferruzzi
> >
> >
> > 
> > From: Jed Cunningham 
> > Sent: Wednesday, October 25, 2023 9:54 AM
> > To: dev@airflow.apache.org
> > Subject: RE: [EXTERNAL] [COURRIEL EXTERNE] [VOTE] Add providers for
> > Pinecone, OpenAI & Cohere to enable first-class LLMOps
> >
> > CAUTION: This email originated from outside of the organization. Do not
> > click links or open attachments unless you can confirm the sender and
> know
> > the content is safe.
> >
> >
> >
> > AVERTISSEMENT: Ce courrier électronique provient d’un expéditeur externe.
> > Ne cliquez sur aucun lien et n’ouvrez aucune pièce jointe si vous ne
> pouvez
> > pas confirmer l’identité de l’expéditeur et si vous n’êtes pas certain
> que
> > le contenu ne présente aucun risque.
> >
> >
> >
> > +1 (binding)
> >
>


Re: [VOTE] Add providers for Pinecone, OpenAI & Cohere to enable first-class LLMOps

2023-10-25 Thread Oliveira, Niko
+1 (binding)

looking forward to having more native LLM capabilities in Airflow!


From: Aritra Basu 
Sent: Wednesday, October 25, 2023 12:10:00 PM
To: dev@airflow.apache.org
Subject: RE: [EXTERNAL] [COURRIEL EXTERNE] [VOTE] Add providers for Pinecone, 
OpenAI & Cohere to enable first-class LLMOps

CAUTION: This email originated from outside of the organization. Do not click 
links or open attachments unless you can confirm the sender and know the 
content is safe.



AVERTISSEMENT: Ce courrier électronique provient d’un expéditeur externe. Ne 
cliquez sur aucun lien et n’ouvrez aucune pièce jointe si vous ne pouvez pas 
confirmer l’identité de l’expéditeur et si vous n’êtes pas certain que le 
contenu ne présente aucun risque.



+1 (non binding)

--
Regards,
Aritra Basu

On Wed, Oct 25, 2023, 11:02 PM Ferruzzi, Dennis 
wrote:

> +1 (binding)
>
>
>  - ferruzzi
>
>
> 
> From: Jed Cunningham 
> Sent: Wednesday, October 25, 2023 9:54 AM
> To: dev@airflow.apache.org
> Subject: RE: [EXTERNAL] [COURRIEL EXTERNE] [VOTE] Add providers for
> Pinecone, OpenAI & Cohere to enable first-class LLMOps
>
> CAUTION: This email originated from outside of the organization. Do not
> click links or open attachments unless you can confirm the sender and know
> the content is safe.
>
>
>
> AVERTISSEMENT: Ce courrier électronique provient d’un expéditeur externe.
> Ne cliquez sur aucun lien et n’ouvrez aucune pièce jointe si vous ne pouvez
> pas confirmer l’identité de l’expéditeur et si vous n’êtes pas certain que
> le contenu ne présente aucun risque.
>
>
>
> +1 (binding)
>


Re: [VOTE] Add providers for Pinecone, OpenAI & Cohere to enable first-class LLMOps

2023-10-25 Thread Aritra Basu
+1 (non binding)

--
Regards,
Aritra Basu

On Wed, Oct 25, 2023, 11:02 PM Ferruzzi, Dennis 
wrote:

> +1 (binding)
>
>
>  - ferruzzi
>
>
> 
> From: Jed Cunningham 
> Sent: Wednesday, October 25, 2023 9:54 AM
> To: dev@airflow.apache.org
> Subject: RE: [EXTERNAL] [COURRIEL EXTERNE] [VOTE] Add providers for
> Pinecone, OpenAI & Cohere to enable first-class LLMOps
>
> CAUTION: This email originated from outside of the organization. Do not
> click links or open attachments unless you can confirm the sender and know
> the content is safe.
>
>
>
> AVERTISSEMENT: Ce courrier électronique provient d’un expéditeur externe.
> Ne cliquez sur aucun lien et n’ouvrez aucune pièce jointe si vous ne pouvez
> pas confirmer l’identité de l’expéditeur et si vous n’êtes pas certain que
> le contenu ne présente aucun risque.
>
>
>
> +1 (binding)
>


Re: [VOTE] Add providers for Pinecone, OpenAI & Cohere to enable first-class LLMOps

2023-10-25 Thread Ferruzzi, Dennis
+1 (binding)


 - ferruzzi



From: Jed Cunningham 
Sent: Wednesday, October 25, 2023 9:54 AM
To: dev@airflow.apache.org
Subject: RE: [EXTERNAL] [COURRIEL EXTERNE] [VOTE] Add providers for Pinecone, 
OpenAI & Cohere to enable first-class LLMOps

CAUTION: This email originated from outside of the organization. Do not click 
links or open attachments unless you can confirm the sender and know the 
content is safe.



AVERTISSEMENT: Ce courrier électronique provient d’un expéditeur externe. Ne 
cliquez sur aucun lien et n’ouvrez aucune pièce jointe si vous ne pouvez pas 
confirmer l’identité de l’expéditeur et si vous n’êtes pas certain que le 
contenu ne présente aucun risque.



+1 (binding)


Re: [VOTE] Add providers for Pinecone, OpenAI & Cohere to enable first-class LLMOps

2023-10-25 Thread Jed Cunningham
+1 (binding)


Re: [VOTE] Add providers for Pinecone, OpenAI & Cohere to enable first-class LLMOps

2023-10-25 Thread Vikram Koka
+1 (Binding)

On Wed, Oct 25, 2023 at 7:20 AM Wei Lee  wrote:

> +1 (non-binding)
>
> Best,
> Wei
>
>
> On Wed, Oct 25, 2023 at 10:44 PM Vincent Beck  wrote:
>
> > +1 binding
> >
> > On 2023/10/25 13:32:49 Pierre Jeambrun wrote:
> > > +1 (binding)
> > >
> > > Le mer. 25 oct. 2023 à 13:29, Pankaj Singh 
> a
> > > écrit :
> > >
> > > > +1 (binding)
> > > >
> > > > On Wed, Oct 25, 2023 at 4:52 PM Amogh Desai <
> amoghdesai@gmail.com>
> > > > wrote:
> > > >
> > > > > +1 (binding)
> > > > >
> > > > > On Wed, Oct 25, 2023 at 4:41 PM Phani Kumar
> > > > >  wrote:
> > > > >
> > > > > > +1 binding
> > > > > >
> > > > > > On Wed, 25 Oct 2023, 16:39 utkarsh sharma, <
> utkarshar...@gmail.com
> > >
> > > > > wrote:
> > > > > >
> > > > > > > +1 (non-binding)
> > > > > > >
> > > > > > > Thanks,
> > > > > > > Utkarsh Sharma
> > > > > > >
> > > > > > >
> > > > > > > On Wed, 25 Oct 2023 at 4:10 PM, Pankaj Koti
> > > > > > >  wrote:
> > > > > > >
> > > > > > > > +1 (binding)
> > > > > > > >
> > > > > > > > On Wed, 25 Oct 2023, 06:32 Andrey Anshin, <
> > > > andrey.ans...@taragol.is>
> > > > > > > > wrote:
> > > > > > > >
> > > > > > > > > +1 binding
> > > > > > > > >
> > > > > > > > > 
> > > > > > > > > Best Wishes
> > > > > > > > > *Andrey Anshin*
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > On Wed, 25 Oct 2023 at 14:25, Kaxil Naik <
> > kaxiln...@gmail.com>
> > > > > > wrote:
> > > > > > > > >
> > > > > > > > > > Hello everyone,
> > > > > > > > > >
> > > > > > > > > > Following the discussion about adding five new providers,
> > I am
> > > > > > > calling
> > > > > > > > > for
> > > > > > > > > > an official vote on adding providers for Pinecone,
> OpenAI &
> > > > > Cohere
> > > > > > to
> > > > > > > > the
> > > > > > > > > > Airflow repo.
> > > > > > > > > >
> > > > > > > > > > Discussion thread:
> > > > > > > > > >
> > > > https://lists.apache.org/thread/0d669fmy4hn29h5c0wj0ottdskd77ktp
> > > > > > > > > >
> > > > > > > > > > Draft PRs:
> > > > > > > > > >
> > > > > > > > > >- https://github.com/apache/airflow/pull/35094
> > (Pinecone)
> > > > > > > > > >- https://github.com/apache/airflow/pull/35023
> (OpenAI)
> > > > > > > > > >- https://github.com/apache/airflow/pull/34921
> (Cohere)
> > > > > > > > > >
> > > > > > > > > > This is my binding +1 vote.
> > > > > > > > > >
> > > > > > > > > > The vote will last until 10:30 GMT/UTC on 1st November,
> > > > > > > > > > and until at least 3 binding votes have been cast.
> > > > > > > > > >
> > > > > > > > > > Please vote accordingly:
> > > > > > > > > >
> > > > > > > > > > [ ] + 1 approve
> > > > > > > > > > [ ] + 0 no opinion
> > > > > > > > > > [ ] - 1 disapprove with the reason
> > > > > > > > > >
> > > > > > > > > > Only votes from PMC members and committers are binding,
> but
> > > > other
> > > > > > > > members
> > > > > > > > > > of the community are encouraged to check the AIP and vote
> > with
> > > > > > > > > > "(non-binding)".
> > > > > > > > > >
> > > > > > > > > > Regards,
> > > > > > > > > > Kaxil
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@airflow.apache.org
> > For additional commands, e-mail: dev-h...@airflow.apache.org
> >
> >
>


Re: [VOTE] Add providers for Pinecone, OpenAI & Cohere to enable first-class LLMOps

2023-10-25 Thread Wei Lee
+1 (non-binding)

Best,
Wei


On Wed, Oct 25, 2023 at 10:44 PM Vincent Beck  wrote:

> +1 binding
>
> On 2023/10/25 13:32:49 Pierre Jeambrun wrote:
> > +1 (binding)
> >
> > Le mer. 25 oct. 2023 à 13:29, Pankaj Singh  a
> > écrit :
> >
> > > +1 (binding)
> > >
> > > On Wed, Oct 25, 2023 at 4:52 PM Amogh Desai 
> > > wrote:
> > >
> > > > +1 (binding)
> > > >
> > > > On Wed, Oct 25, 2023 at 4:41 PM Phani Kumar
> > > >  wrote:
> > > >
> > > > > +1 binding
> > > > >
> > > > > On Wed, 25 Oct 2023, 16:39 utkarsh sharma,  >
> > > > wrote:
> > > > >
> > > > > > +1 (non-binding)
> > > > > >
> > > > > > Thanks,
> > > > > > Utkarsh Sharma
> > > > > >
> > > > > >
> > > > > > On Wed, 25 Oct 2023 at 4:10 PM, Pankaj Koti
> > > > > >  wrote:
> > > > > >
> > > > > > > +1 (binding)
> > > > > > >
> > > > > > > On Wed, 25 Oct 2023, 06:32 Andrey Anshin, <
> > > andrey.ans...@taragol.is>
> > > > > > > wrote:
> > > > > > >
> > > > > > > > +1 binding
> > > > > > > >
> > > > > > > > 
> > > > > > > > Best Wishes
> > > > > > > > *Andrey Anshin*
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > On Wed, 25 Oct 2023 at 14:25, Kaxil Naik <
> kaxiln...@gmail.com>
> > > > > wrote:
> > > > > > > >
> > > > > > > > > Hello everyone,
> > > > > > > > >
> > > > > > > > > Following the discussion about adding five new providers,
> I am
> > > > > > calling
> > > > > > > > for
> > > > > > > > > an official vote on adding providers for Pinecone, OpenAI &
> > > > Cohere
> > > > > to
> > > > > > > the
> > > > > > > > > Airflow repo.
> > > > > > > > >
> > > > > > > > > Discussion thread:
> > > > > > > > >
> > > https://lists.apache.org/thread/0d669fmy4hn29h5c0wj0ottdskd77ktp
> > > > > > > > >
> > > > > > > > > Draft PRs:
> > > > > > > > >
> > > > > > > > >- https://github.com/apache/airflow/pull/35094
> (Pinecone)
> > > > > > > > >- https://github.com/apache/airflow/pull/35023 (OpenAI)
> > > > > > > > >- https://github.com/apache/airflow/pull/34921 (Cohere)
> > > > > > > > >
> > > > > > > > > This is my binding +1 vote.
> > > > > > > > >
> > > > > > > > > The vote will last until 10:30 GMT/UTC on 1st November,
> > > > > > > > > and until at least 3 binding votes have been cast.
> > > > > > > > >
> > > > > > > > > Please vote accordingly:
> > > > > > > > >
> > > > > > > > > [ ] + 1 approve
> > > > > > > > > [ ] + 0 no opinion
> > > > > > > > > [ ] - 1 disapprove with the reason
> > > > > > > > >
> > > > > > > > > Only votes from PMC members and committers are binding, but
> > > other
> > > > > > > members
> > > > > > > > > of the community are encouraged to check the AIP and vote
> with
> > > > > > > > > "(non-binding)".
> > > > > > > > >
> > > > > > > > > Regards,
> > > > > > > > > Kaxil
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@airflow.apache.org
> For additional commands, e-mail: dev-h...@airflow.apache.org
>
>


Re: [VOTE] Add providers for Pinecone, OpenAI & Cohere to enable first-class LLMOps

2023-10-25 Thread Vincent Beck
+1 binding

On 2023/10/25 13:32:49 Pierre Jeambrun wrote:
> +1 (binding)
> 
> Le mer. 25 oct. 2023 à 13:29, Pankaj Singh  a
> écrit :
> 
> > +1 (binding)
> >
> > On Wed, Oct 25, 2023 at 4:52 PM Amogh Desai 
> > wrote:
> >
> > > +1 (binding)
> > >
> > > On Wed, Oct 25, 2023 at 4:41 PM Phani Kumar
> > >  wrote:
> > >
> > > > +1 binding
> > > >
> > > > On Wed, 25 Oct 2023, 16:39 utkarsh sharma, 
> > > wrote:
> > > >
> > > > > +1 (non-binding)
> > > > >
> > > > > Thanks,
> > > > > Utkarsh Sharma
> > > > >
> > > > >
> > > > > On Wed, 25 Oct 2023 at 4:10 PM, Pankaj Koti
> > > > >  wrote:
> > > > >
> > > > > > +1 (binding)
> > > > > >
> > > > > > On Wed, 25 Oct 2023, 06:32 Andrey Anshin, <
> > andrey.ans...@taragol.is>
> > > > > > wrote:
> > > > > >
> > > > > > > +1 binding
> > > > > > >
> > > > > > > 
> > > > > > > Best Wishes
> > > > > > > *Andrey Anshin*
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > On Wed, 25 Oct 2023 at 14:25, Kaxil Naik 
> > > > wrote:
> > > > > > >
> > > > > > > > Hello everyone,
> > > > > > > >
> > > > > > > > Following the discussion about adding five new providers, I am
> > > > > calling
> > > > > > > for
> > > > > > > > an official vote on adding providers for Pinecone, OpenAI &
> > > Cohere
> > > > to
> > > > > > the
> > > > > > > > Airflow repo.
> > > > > > > >
> > > > > > > > Discussion thread:
> > > > > > > >
> > https://lists.apache.org/thread/0d669fmy4hn29h5c0wj0ottdskd77ktp
> > > > > > > >
> > > > > > > > Draft PRs:
> > > > > > > >
> > > > > > > >- https://github.com/apache/airflow/pull/35094 (Pinecone)
> > > > > > > >- https://github.com/apache/airflow/pull/35023 (OpenAI)
> > > > > > > >- https://github.com/apache/airflow/pull/34921 (Cohere)
> > > > > > > >
> > > > > > > > This is my binding +1 vote.
> > > > > > > >
> > > > > > > > The vote will last until 10:30 GMT/UTC on 1st November,
> > > > > > > > and until at least 3 binding votes have been cast.
> > > > > > > >
> > > > > > > > Please vote accordingly:
> > > > > > > >
> > > > > > > > [ ] + 1 approve
> > > > > > > > [ ] + 0 no opinion
> > > > > > > > [ ] - 1 disapprove with the reason
> > > > > > > >
> > > > > > > > Only votes from PMC members and committers are binding, but
> > other
> > > > > > members
> > > > > > > > of the community are encouraged to check the AIP and vote with
> > > > > > > > "(non-binding)".
> > > > > > > >
> > > > > > > > Regards,
> > > > > > > > Kaxil
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> 

-
To unsubscribe, e-mail: dev-unsubscr...@airflow.apache.org
For additional commands, e-mail: dev-h...@airflow.apache.org



Re: [VOTE] Add providers for Pinecone, OpenAI & Cohere to enable first-class LLMOps

2023-10-25 Thread Pierre Jeambrun
+1 (binding)

Le mer. 25 oct. 2023 à 13:29, Pankaj Singh  a
écrit :

> +1 (binding)
>
> On Wed, Oct 25, 2023 at 4:52 PM Amogh Desai 
> wrote:
>
> > +1 (binding)
> >
> > On Wed, Oct 25, 2023 at 4:41 PM Phani Kumar
> >  wrote:
> >
> > > +1 binding
> > >
> > > On Wed, 25 Oct 2023, 16:39 utkarsh sharma, 
> > wrote:
> > >
> > > > +1 (non-binding)
> > > >
> > > > Thanks,
> > > > Utkarsh Sharma
> > > >
> > > >
> > > > On Wed, 25 Oct 2023 at 4:10 PM, Pankaj Koti
> > > >  wrote:
> > > >
> > > > > +1 (binding)
> > > > >
> > > > > On Wed, 25 Oct 2023, 06:32 Andrey Anshin, <
> andrey.ans...@taragol.is>
> > > > > wrote:
> > > > >
> > > > > > +1 binding
> > > > > >
> > > > > > 
> > > > > > Best Wishes
> > > > > > *Andrey Anshin*
> > > > > >
> > > > > >
> > > > > >
> > > > > > On Wed, 25 Oct 2023 at 14:25, Kaxil Naik 
> > > wrote:
> > > > > >
> > > > > > > Hello everyone,
> > > > > > >
> > > > > > > Following the discussion about adding five new providers, I am
> > > > calling
> > > > > > for
> > > > > > > an official vote on adding providers for Pinecone, OpenAI &
> > Cohere
> > > to
> > > > > the
> > > > > > > Airflow repo.
> > > > > > >
> > > > > > > Discussion thread:
> > > > > > >
> https://lists.apache.org/thread/0d669fmy4hn29h5c0wj0ottdskd77ktp
> > > > > > >
> > > > > > > Draft PRs:
> > > > > > >
> > > > > > >- https://github.com/apache/airflow/pull/35094 (Pinecone)
> > > > > > >- https://github.com/apache/airflow/pull/35023 (OpenAI)
> > > > > > >- https://github.com/apache/airflow/pull/34921 (Cohere)
> > > > > > >
> > > > > > > This is my binding +1 vote.
> > > > > > >
> > > > > > > The vote will last until 10:30 GMT/UTC on 1st November,
> > > > > > > and until at least 3 binding votes have been cast.
> > > > > > >
> > > > > > > Please vote accordingly:
> > > > > > >
> > > > > > > [ ] + 1 approve
> > > > > > > [ ] + 0 no opinion
> > > > > > > [ ] - 1 disapprove with the reason
> > > > > > >
> > > > > > > Only votes from PMC members and committers are binding, but
> other
> > > > > members
> > > > > > > of the community are encouraged to check the AIP and vote with
> > > > > > > "(non-binding)".
> > > > > > >
> > > > > > > Regards,
> > > > > > > Kaxil
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>


Re: [VOTE] Add providers for Pinecone, OpenAI & Cohere to enable first-class LLMOps

2023-10-25 Thread Pankaj Singh
+1 (binding)

On Wed, Oct 25, 2023 at 4:52 PM Amogh Desai 
wrote:

> +1 (binding)
>
> On Wed, Oct 25, 2023 at 4:41 PM Phani Kumar
>  wrote:
>
> > +1 binding
> >
> > On Wed, 25 Oct 2023, 16:39 utkarsh sharma, 
> wrote:
> >
> > > +1 (non-binding)
> > >
> > > Thanks,
> > > Utkarsh Sharma
> > >
> > >
> > > On Wed, 25 Oct 2023 at 4:10 PM, Pankaj Koti
> > >  wrote:
> > >
> > > > +1 (binding)
> > > >
> > > > On Wed, 25 Oct 2023, 06:32 Andrey Anshin, 
> > > > wrote:
> > > >
> > > > > +1 binding
> > > > >
> > > > > 
> > > > > Best Wishes
> > > > > *Andrey Anshin*
> > > > >
> > > > >
> > > > >
> > > > > On Wed, 25 Oct 2023 at 14:25, Kaxil Naik 
> > wrote:
> > > > >
> > > > > > Hello everyone,
> > > > > >
> > > > > > Following the discussion about adding five new providers, I am
> > > calling
> > > > > for
> > > > > > an official vote on adding providers for Pinecone, OpenAI &
> Cohere
> > to
> > > > the
> > > > > > Airflow repo.
> > > > > >
> > > > > > Discussion thread:
> > > > > > https://lists.apache.org/thread/0d669fmy4hn29h5c0wj0ottdskd77ktp
> > > > > >
> > > > > > Draft PRs:
> > > > > >
> > > > > >- https://github.com/apache/airflow/pull/35094 (Pinecone)
> > > > > >- https://github.com/apache/airflow/pull/35023 (OpenAI)
> > > > > >- https://github.com/apache/airflow/pull/34921 (Cohere)
> > > > > >
> > > > > > This is my binding +1 vote.
> > > > > >
> > > > > > The vote will last until 10:30 GMT/UTC on 1st November,
> > > > > > and until at least 3 binding votes have been cast.
> > > > > >
> > > > > > Please vote accordingly:
> > > > > >
> > > > > > [ ] + 1 approve
> > > > > > [ ] + 0 no opinion
> > > > > > [ ] - 1 disapprove with the reason
> > > > > >
> > > > > > Only votes from PMC members and committers are binding, but other
> > > > members
> > > > > > of the community are encouraged to check the AIP and vote with
> > > > > > "(non-binding)".
> > > > > >
> > > > > > Regards,
> > > > > > Kaxil
> > > > > >
> > > > >
> > > >
> > >
> >
>


Re: [VOTE] Add providers for Pinecone, OpenAI & Cohere to enable first-class LLMOps

2023-10-25 Thread Amogh Desai
+1 (binding)

On Wed, Oct 25, 2023 at 4:41 PM Phani Kumar
 wrote:

> +1 binding
>
> On Wed, 25 Oct 2023, 16:39 utkarsh sharma,  wrote:
>
> > +1 (non-binding)
> >
> > Thanks,
> > Utkarsh Sharma
> >
> >
> > On Wed, 25 Oct 2023 at 4:10 PM, Pankaj Koti
> >  wrote:
> >
> > > +1 (binding)
> > >
> > > On Wed, 25 Oct 2023, 06:32 Andrey Anshin, 
> > > wrote:
> > >
> > > > +1 binding
> > > >
> > > > 
> > > > Best Wishes
> > > > *Andrey Anshin*
> > > >
> > > >
> > > >
> > > > On Wed, 25 Oct 2023 at 14:25, Kaxil Naik 
> wrote:
> > > >
> > > > > Hello everyone,
> > > > >
> > > > > Following the discussion about adding five new providers, I am
> > calling
> > > > for
> > > > > an official vote on adding providers for Pinecone, OpenAI & Cohere
> to
> > > the
> > > > > Airflow repo.
> > > > >
> > > > > Discussion thread:
> > > > > https://lists.apache.org/thread/0d669fmy4hn29h5c0wj0ottdskd77ktp
> > > > >
> > > > > Draft PRs:
> > > > >
> > > > >- https://github.com/apache/airflow/pull/35094 (Pinecone)
> > > > >- https://github.com/apache/airflow/pull/35023 (OpenAI)
> > > > >- https://github.com/apache/airflow/pull/34921 (Cohere)
> > > > >
> > > > > This is my binding +1 vote.
> > > > >
> > > > > The vote will last until 10:30 GMT/UTC on 1st November,
> > > > > and until at least 3 binding votes have been cast.
> > > > >
> > > > > Please vote accordingly:
> > > > >
> > > > > [ ] + 1 approve
> > > > > [ ] + 0 no opinion
> > > > > [ ] - 1 disapprove with the reason
> > > > >
> > > > > Only votes from PMC members and committers are binding, but other
> > > members
> > > > > of the community are encouraged to check the AIP and vote with
> > > > > "(non-binding)".
> > > > >
> > > > > Regards,
> > > > > Kaxil
> > > > >
> > > >
> > >
> >
>


Re: [VOTE] Add providers for Pinecone, OpenAI & Cohere to enable first-class LLMOps

2023-10-25 Thread Phani Kumar
+1 binding

On Wed, 25 Oct 2023, 16:39 utkarsh sharma,  wrote:

> +1 (non-binding)
>
> Thanks,
> Utkarsh Sharma
>
>
> On Wed, 25 Oct 2023 at 4:10 PM, Pankaj Koti
>  wrote:
>
> > +1 (binding)
> >
> > On Wed, 25 Oct 2023, 06:32 Andrey Anshin, 
> > wrote:
> >
> > > +1 binding
> > >
> > > 
> > > Best Wishes
> > > *Andrey Anshin*
> > >
> > >
> > >
> > > On Wed, 25 Oct 2023 at 14:25, Kaxil Naik  wrote:
> > >
> > > > Hello everyone,
> > > >
> > > > Following the discussion about adding five new providers, I am
> calling
> > > for
> > > > an official vote on adding providers for Pinecone, OpenAI & Cohere to
> > the
> > > > Airflow repo.
> > > >
> > > > Discussion thread:
> > > > https://lists.apache.org/thread/0d669fmy4hn29h5c0wj0ottdskd77ktp
> > > >
> > > > Draft PRs:
> > > >
> > > >- https://github.com/apache/airflow/pull/35094 (Pinecone)
> > > >- https://github.com/apache/airflow/pull/35023 (OpenAI)
> > > >- https://github.com/apache/airflow/pull/34921 (Cohere)
> > > >
> > > > This is my binding +1 vote.
> > > >
> > > > The vote will last until 10:30 GMT/UTC on 1st November,
> > > > and until at least 3 binding votes have been cast.
> > > >
> > > > Please vote accordingly:
> > > >
> > > > [ ] + 1 approve
> > > > [ ] + 0 no opinion
> > > > [ ] - 1 disapprove with the reason
> > > >
> > > > Only votes from PMC members and committers are binding, but other
> > members
> > > > of the community are encouraged to check the AIP and vote with
> > > > "(non-binding)".
> > > >
> > > > Regards,
> > > > Kaxil
> > > >
> > >
> >
>


Re: [VOTE] Add providers for Pinecone, OpenAI & Cohere to enable first-class LLMOps

2023-10-25 Thread utkarsh sharma
+1 (non-binding)

Thanks,
Utkarsh Sharma


On Wed, 25 Oct 2023 at 4:10 PM, Pankaj Koti
 wrote:

> +1 (binding)
>
> On Wed, 25 Oct 2023, 06:32 Andrey Anshin, 
> wrote:
>
> > +1 binding
> >
> > 
> > Best Wishes
> > *Andrey Anshin*
> >
> >
> >
> > On Wed, 25 Oct 2023 at 14:25, Kaxil Naik  wrote:
> >
> > > Hello everyone,
> > >
> > > Following the discussion about adding five new providers, I am calling
> > for
> > > an official vote on adding providers for Pinecone, OpenAI & Cohere to
> the
> > > Airflow repo.
> > >
> > > Discussion thread:
> > > https://lists.apache.org/thread/0d669fmy4hn29h5c0wj0ottdskd77ktp
> > >
> > > Draft PRs:
> > >
> > >- https://github.com/apache/airflow/pull/35094 (Pinecone)
> > >- https://github.com/apache/airflow/pull/35023 (OpenAI)
> > >- https://github.com/apache/airflow/pull/34921 (Cohere)
> > >
> > > This is my binding +1 vote.
> > >
> > > The vote will last until 10:30 GMT/UTC on 1st November,
> > > and until at least 3 binding votes have been cast.
> > >
> > > Please vote accordingly:
> > >
> > > [ ] + 1 approve
> > > [ ] + 0 no opinion
> > > [ ] - 1 disapprove with the reason
> > >
> > > Only votes from PMC members and committers are binding, but other
> members
> > > of the community are encouraged to check the AIP and vote with
> > > "(non-binding)".
> > >
> > > Regards,
> > > Kaxil
> > >
> >
>


Re: [VOTE] Add providers for Pinecone, OpenAI & Cohere to enable first-class LLMOps

2023-10-25 Thread Pankaj Koti
+1 (binding)

On Wed, 25 Oct 2023, 06:32 Andrey Anshin,  wrote:

> +1 binding
>
> 
> Best Wishes
> *Andrey Anshin*
>
>
>
> On Wed, 25 Oct 2023 at 14:25, Kaxil Naik  wrote:
>
> > Hello everyone,
> >
> > Following the discussion about adding five new providers, I am calling
> for
> > an official vote on adding providers for Pinecone, OpenAI & Cohere to the
> > Airflow repo.
> >
> > Discussion thread:
> > https://lists.apache.org/thread/0d669fmy4hn29h5c0wj0ottdskd77ktp
> >
> > Draft PRs:
> >
> >- https://github.com/apache/airflow/pull/35094 (Pinecone)
> >- https://github.com/apache/airflow/pull/35023 (OpenAI)
> >- https://github.com/apache/airflow/pull/34921 (Cohere)
> >
> > This is my binding +1 vote.
> >
> > The vote will last until 10:30 GMT/UTC on 1st November,
> > and until at least 3 binding votes have been cast.
> >
> > Please vote accordingly:
> >
> > [ ] + 1 approve
> > [ ] + 0 no opinion
> > [ ] - 1 disapprove with the reason
> >
> > Only votes from PMC members and committers are binding, but other members
> > of the community are encouraged to check the AIP and vote with
> > "(non-binding)".
> >
> > Regards,
> > Kaxil
> >
>


Re: [VOTE] Add providers for Pinecone, OpenAI & Cohere to enable first-class LLMOps

2023-10-25 Thread Andrey Anshin
+1 binding


Best Wishes
*Andrey Anshin*



On Wed, 25 Oct 2023 at 14:25, Kaxil Naik  wrote:

> Hello everyone,
>
> Following the discussion about adding five new providers, I am calling for
> an official vote on adding providers for Pinecone, OpenAI & Cohere to the
> Airflow repo.
>
> Discussion thread:
> https://lists.apache.org/thread/0d669fmy4hn29h5c0wj0ottdskd77ktp
>
> Draft PRs:
>
>- https://github.com/apache/airflow/pull/35094 (Pinecone)
>- https://github.com/apache/airflow/pull/35023 (OpenAI)
>- https://github.com/apache/airflow/pull/34921 (Cohere)
>
> This is my binding +1 vote.
>
> The vote will last until 10:30 GMT/UTC on 1st November,
> and until at least 3 binding votes have been cast.
>
> Please vote accordingly:
>
> [ ] + 1 approve
> [ ] + 0 no opinion
> [ ] - 1 disapprove with the reason
>
> Only votes from PMC members and committers are binding, but other members
> of the community are encouraged to check the AIP and vote with
> "(non-binding)".
>
> Regards,
> Kaxil
>


Re: [VOTE] Add providers for Pinecone, OpenAI & Cohere to enable first-class LLMOps

2023-10-25 Thread Jarek Potiuk
+1 (binding)

On Wed, Oct 25, 2023 at 12:25 PM Kaxil Naik  wrote:

> Hello everyone,
>
> Following the discussion about adding five new providers, I am calling for
> an official vote on adding providers for Pinecone, OpenAI & Cohere to the
> Airflow repo.
>
> Discussion thread:
> https://lists.apache.org/thread/0d669fmy4hn29h5c0wj0ottdskd77ktp
>
> Draft PRs:
>
>- https://github.com/apache/airflow/pull/35094 (Pinecone)
>- https://github.com/apache/airflow/pull/35023 (OpenAI)
>- https://github.com/apache/airflow/pull/34921 (Cohere)
>
> This is my binding +1 vote.
>
> The vote will last until 10:30 GMT/UTC on 1st November,
> and until at least 3 binding votes have been cast.
>
> Please vote accordingly:
>
> [ ] + 1 approve
> [ ] + 0 no opinion
> [ ] - 1 disapprove with the reason
>
> Only votes from PMC members and committers are binding, but other members
> of the community are encouraged to check the AIP and vote with
> "(non-binding)".
>
> Regards,
> Kaxil
>


[VOTE] Add providers for Pinecone, OpenAI & Cohere to enable first-class LLMOps

2023-10-25 Thread Kaxil Naik
Hello everyone,

Following the discussion about adding five new providers, I am calling for
an official vote on adding providers for Pinecone, OpenAI & Cohere to the
Airflow repo.

Discussion thread:
https://lists.apache.org/thread/0d669fmy4hn29h5c0wj0ottdskd77ktp

Draft PRs:

   - https://github.com/apache/airflow/pull/35094 (Pinecone)
   - https://github.com/apache/airflow/pull/35023 (OpenAI)
   - https://github.com/apache/airflow/pull/34921 (Cohere)

This is my binding +1 vote.

The vote will last until 10:30 GMT/UTC on 1st November,
and until at least 3 binding votes have been cast.

Please vote accordingly:

[ ] + 1 approve
[ ] + 0 no opinion
[ ] - 1 disapprove with the reason

Only votes from PMC members and committers are binding, but other members
of the community are encouraged to check the AIP and vote with
"(non-binding)".

Regards,
Kaxil