Re: [PR] Add Cohere Provider [airflow]

2023-11-06 Thread via GitHub
pankajastro merged PR #34921: URL: https://github.com/apache/airflow/pull/34921 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@airf

Re: [PR] Add Cohere Provider [airflow]

2023-11-04 Thread via GitHub
pankajastro commented on code in PR #34921: URL: https://github.com/apache/airflow/pull/34921#discussion_r1382410058 ## docs/apache-airflow-providers-cohere/security.rst: ## @@ -0,0 +1,38 @@ + + .. Licensed to the Apache Software Foundation (ASF) under one +or more contribut

Re: [PR] Add Cohere Provider [airflow]

2023-11-04 Thread via GitHub
potiuk commented on PR #34921: URL: https://github.com/apache/airflow/pull/34921#issuecomment-1793437418 All. Right. The pre-commit is merged now from #35424 so I recommend to rebase/update all the LLM providers to apply auto-fixes/verifications. -- This is an automated message from the A

Re: [PR] Add Cohere Provider [airflow]

2023-11-04 Thread via GitHub
potiuk commented on PR #34921: URL: https://github.com/apache/airflow/pull/34921#issuecomment-1793427809 > @utkarsharma2 we have `security.rst` in other provider docs example: https://github.com/apache/airflow/blob/main/docs/apache-airflow-providers-apache-cassandra/security.rst do we need

Re: [PR] Add Cohere Provider [airflow]

2023-11-04 Thread via GitHub
pankajastro commented on code in PR #34921: URL: https://github.com/apache/airflow/pull/34921#discussion_r1382380732 ## docs/apache-airflow-providers-cohere/index.rst: ## @@ -0,0 +1,96 @@ + + .. Licensed to the Apache Software Foundation (ASF) under one +or more contributor

Re: [PR] Add Cohere Provider [airflow]

2023-11-03 Thread via GitHub
utkarsharma2 commented on code in PR #34921: URL: https://github.com/apache/airflow/pull/34921#discussion_r1382238644 ## airflow/providers/cohere/hooks/cohere.py: ## @@ -0,0 +1,82 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license

Re: [PR] Add Cohere Provider [airflow]

2023-11-03 Thread via GitHub
utkarsharma2 commented on code in PR #34921: URL: https://github.com/apache/airflow/pull/34921#discussion_r1382237544 ## airflow/providers/cohere/hooks/cohere.py: ## @@ -0,0 +1,84 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license

Re: [PR] Add Cohere Provider [airflow]

2023-11-03 Thread via GitHub
josh-fell commented on code in PR #34921: URL: https://github.com/apache/airflow/pull/34921#discussion_r1381780594 ## tests/system/providers/cohere/example_cohere_embedding_operator.py: ## @@ -0,0 +1,49 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

Re: [PR] Add Cohere Provider [airflow]

2023-11-02 Thread via GitHub
pankajastro commented on code in PR #34921: URL: https://github.com/apache/airflow/pull/34921#discussion_r1379921858 ## airflow/providers/cohere/operators/embedding.py: ## @@ -0,0 +1,70 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor licen

Re: [PR] Add Cohere Provider [airflow]

2023-11-02 Thread via GitHub
pankajastro commented on PR #34921: URL: https://github.com/apache/airflow/pull/34921#issuecomment-1790420816 @utkarsharma2 we have `security.rst` in other provider docs example: https://github.com/apache/airflow/blob/main/docs/apache-airflow-providers-apache-cassandra/security.rst do we ne

Re: [PR] Add Cohere Provider [airflow]

2023-11-01 Thread via GitHub
utkarsharma2 commented on code in PR #34921: URL: https://github.com/apache/airflow/pull/34921#discussion_r1378749647 ## tests/system/providers/cohere/example_cohere_embedding_operator.py: ## @@ -0,0 +1,49 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or mo

Re: [PR] Add Cohere Provider [airflow]

2023-11-01 Thread via GitHub
utkarsharma2 commented on code in PR #34921: URL: https://github.com/apache/airflow/pull/34921#discussion_r1378747378 ## airflow/providers/cohere/operators/embedding.py: ## @@ -0,0 +1,72 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor lice

Re: [PR] Add Cohere Provider [airflow]

2023-11-01 Thread via GitHub
utkarsharma2 commented on code in PR #34921: URL: https://github.com/apache/airflow/pull/34921#discussion_r1378746548 ## docs/apache-airflow-providers-cohere/operators/embedding.rst: ## @@ -0,0 +1,42 @@ + .. Licensed to the Apache Software Foundation (ASF) under one +or more

Re: [PR] Add Cohere Provider [airflow]

2023-11-01 Thread via GitHub
utkarsharma2 commented on code in PR #34921: URL: https://github.com/apache/airflow/pull/34921#discussion_r1378746045 ## airflow/providers/cohere/operators/embedding.py: ## @@ -0,0 +1,72 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor lice

Re: [PR] Add Cohere Provider [airflow]

2023-11-01 Thread via GitHub
utkarsharma2 commented on code in PR #34921: URL: https://github.com/apache/airflow/pull/34921#discussion_r1378745524 ## tests/system/providers/cohere/example_cohere_embedding_operator.py: ## @@ -0,0 +1,49 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or mo

Re: [PR] Add Cohere Provider [airflow]

2023-11-01 Thread via GitHub
utkarsharma2 commented on code in PR #34921: URL: https://github.com/apache/airflow/pull/34921#discussion_r1378742902 ## airflow/providers/cohere/hooks/cohere.py: ## @@ -0,0 +1,82 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license

Re: [PR] Add Cohere Provider [airflow]

2023-10-31 Thread via GitHub
jedcunningham commented on code in PR #34921: URL: https://github.com/apache/airflow/pull/34921#discussion_r1377667308 ## tests/system/providers/cohere/example_cohere_embedding_operator.py: ## @@ -0,0 +1,49 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or m

Re: [PR] Add Cohere Provider [airflow]

2023-10-30 Thread via GitHub
josh-fell commented on code in PR #34921: URL: https://github.com/apache/airflow/pull/34921#discussion_r1376210849 ## CONTRIBUTING.rst: ## @@ -1443,7 +1444,7 @@ You can join the channels via links at the `Airflow Community page

Re: [PR] Add Cohere Provider [airflow]

2023-10-27 Thread via GitHub
hussein-awala commented on code in PR #34921: URL: https://github.com/apache/airflow/pull/34921#discussion_r1375058676 ## airflow/providers/cohere/CHANGELOG.rst: ## @@ -0,0 +1,22 @@ + .. Licensed to the Apache Software Foundation (ASF) under one +or more contributor license

Re: [PR] Add Cohere Provider [airflow]

2023-10-27 Thread via GitHub
hussein-awala commented on code in PR #34921: URL: https://github.com/apache/airflow/pull/34921#discussion_r1375050878 ## airflow/providers/cohere/hooks/cohere.py: ## @@ -0,0 +1,82 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license

Re: [PR] Add Cohere Provider [airflow]

2023-10-25 Thread via GitHub
utkarsharma2 commented on PR #34921: URL: https://github.com/apache/airflow/pull/34921#issuecomment-1779461088 > Do we need the .svg files to be added to this PR? Yes, we do need to add them, as the provider dependency changes, the breeze output command interface also changes and that

Re: [PR] Add Cohere Provider [airflow]

2023-10-25 Thread via GitHub
utkarsharma2 commented on code in PR #34921: URL: https://github.com/apache/airflow/pull/34921#discussion_r1371890752 ## airflow/providers/cohere/operators/embedding.py: ## @@ -0,0 +1,82 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor lice

Re: [PR] Add Cohere Provider [airflow]

2023-10-25 Thread via GitHub
utkarsharma2 commented on code in PR #34921: URL: https://github.com/apache/airflow/pull/34921#discussion_r1371886493 ## airflow/providers/cohere/operators/embedding.py: ## @@ -0,0 +1,82 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor lice

Re: [PR] Add Cohere Provider [airflow]

2023-10-25 Thread via GitHub
utkarsharma2 commented on code in PR #34921: URL: https://github.com/apache/airflow/pull/34921#discussion_r1371602720 ## airflow/providers/cohere/hooks/cohere.py: ## @@ -0,0 +1,80 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license

Re: [PR] Add Cohere Provider [airflow]

2023-10-25 Thread via GitHub
utkarsharma2 commented on code in PR #34921: URL: https://github.com/apache/airflow/pull/34921#discussion_r1371602720 ## airflow/providers/cohere/hooks/cohere.py: ## @@ -0,0 +1,80 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license

Re: [PR] Add Cohere Provider [airflow]

2023-10-20 Thread via GitHub
utkarsharma2 commented on code in PR #34921: URL: https://github.com/apache/airflow/pull/34921#discussion_r1367491930 ## docs/apache-airflow-providers-cohere/index.rst: ## @@ -0,0 +1,105 @@ + + .. Licensed to the Apache Software Foundation (ASF) under one +or more contributo

Re: [PR] Add Cohere Provider [airflow]

2023-10-19 Thread via GitHub
utkarsharma2 commented on code in PR #34921: URL: https://github.com/apache/airflow/pull/34921#discussion_r1365751817 ## docs/apache-airflow-providers-cohere/index.rst: ## @@ -0,0 +1,105 @@ + + .. Licensed to the Apache Software Foundation (ASF) under one +or more contributo

Re: [PR] Add Cohere Provider [airflow]

2023-10-19 Thread via GitHub
mpgreg commented on code in PR #34921: URL: https://github.com/apache/airflow/pull/34921#discussion_r1365253195 ## docs/apache-airflow-providers-cohere/index.rst: ## @@ -0,0 +1,105 @@ + + .. Licensed to the Apache Software Foundation (ASF) under one +or more contributor lice

Re: [PR] Add Cohere Provider [airflow]

2023-10-19 Thread via GitHub
mpgreg commented on code in PR #34921: URL: https://github.com/apache/airflow/pull/34921#discussion_r1365242035 ## airflow/providers/cohere/hooks/cohere.py: ## @@ -0,0 +1,80 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreem

Re: [PR] Add Cohere Provider [airflow]

2023-10-19 Thread via GitHub
mpgreg commented on code in PR #34921: URL: https://github.com/apache/airflow/pull/34921#discussion_r1365236910 ## airflow/providers/cohere/operators/embedding.py: ## @@ -0,0 +1,82 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license ag

Re: [PR] Add Cohere Provider [airflow]

2023-10-18 Thread via GitHub
utkarsharma2 commented on code in PR #34921: URL: https://github.com/apache/airflow/pull/34921#discussion_r1363911038 ## docs/apache-airflow-providers-cohere/index.rst: ## @@ -0,0 +1,105 @@ + + .. Licensed to the Apache Software Foundation (ASF) under one +or more contributo

Re: [PR] Add Cohere Provider [airflow]

2023-10-17 Thread via GitHub
pankajkoti commented on code in PR #34921: URL: https://github.com/apache/airflow/pull/34921#discussion_r1363169353 ## airflow/providers/cohere/operators/embedding.py: ## @@ -0,0 +1,82 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor licens

Re: [PR] Add Cohere Provider [airflow]

2023-10-17 Thread via GitHub
Taragolis commented on code in PR #34921: URL: https://github.com/apache/airflow/pull/34921#discussion_r1362902112 ## airflow/providers/cohere/operators/embedding.py: ## @@ -0,0 +1,82 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license

Re: [PR] Add Cohere Provider [airflow]

2023-10-16 Thread via GitHub
utkarsharma2 commented on code in PR #34921: URL: https://github.com/apache/airflow/pull/34921#discussion_r1360748482 ## airflow/providers/cohere/hooks/cohere.py: ## @@ -0,0 +1,72 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license

Re: [PR] Add Cohere Provider [airflow]

2023-10-16 Thread via GitHub
Taragolis commented on code in PR #34921: URL: https://github.com/apache/airflow/pull/34921#discussion_r1360631209 ## airflow/providers/cohere/operators/embedding.py: ## @@ -0,0 +1,82 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license

Re: [PR] Add Cohere Provider [airflow]

2023-10-16 Thread via GitHub
utkarsharma2 commented on code in PR #34921: URL: https://github.com/apache/airflow/pull/34921#discussion_r1360587605 ## airflow/providers/cohere/hooks/cohere.py: ## @@ -0,0 +1,72 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license

Re: [PR] Add Cohere Provider [airflow]

2023-10-16 Thread via GitHub
utkarsharma2 commented on code in PR #34921: URL: https://github.com/apache/airflow/pull/34921#discussion_r1360588473 ## airflow/providers/cohere/hooks/cohere.py: ## @@ -0,0 +1,72 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license

Re: [PR] Add Cohere Provider [airflow]

2023-10-16 Thread via GitHub
utkarsharma2 commented on code in PR #34921: URL: https://github.com/apache/airflow/pull/34921#discussion_r1360588123 ## airflow/providers/cohere/hooks/cohere.py: ## @@ -0,0 +1,72 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license

Re: [PR] Add Cohere Provider [airflow]

2023-10-16 Thread via GitHub
utkarsharma2 commented on code in PR #34921: URL: https://github.com/apache/airflow/pull/34921#discussion_r1360586509 ## airflow/providers/cohere/provider.yaml: ## @@ -0,0 +1,52 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agree

Re: [PR] Add Cohere Provider [airflow]

2023-10-16 Thread via GitHub
utkarsharma2 commented on code in PR #34921: URL: https://github.com/apache/airflow/pull/34921#discussion_r1360586036 ## docs/apache-airflow-providers-cohere/operators/cohere.rst: ## @@ -0,0 +1,57 @@ + .. Licensed to the Apache Software Foundation (ASF) under one +or more co

Re: [PR] Add Cohere Provider [airflow]

2023-10-16 Thread via GitHub
utkarsharma2 commented on code in PR #34921: URL: https://github.com/apache/airflow/pull/34921#discussion_r1360584086 ## docs/apache-airflow-providers-cohere/index.rst: ## @@ -0,0 +1,98 @@ + + .. Licensed to the Apache Software Foundation (ASF) under one +or more contributor

Re: [PR] Add Cohere Provider [airflow]

2023-10-16 Thread via GitHub
utkarsharma2 commented on code in PR #34921: URL: https://github.com/apache/airflow/pull/34921#discussion_r1360583412 ## docs/apache-airflow-providers-cohere/index.rst: ## @@ -0,0 +1,98 @@ + + .. Licensed to the Apache Software Foundation (ASF) under one +or more contributor

Re: [PR] Add Cohere Provider [airflow]

2023-10-16 Thread via GitHub
utkarsharma2 commented on code in PR #34921: URL: https://github.com/apache/airflow/pull/34921#discussion_r1360583412 ## docs/apache-airflow-providers-cohere/index.rst: ## @@ -0,0 +1,98 @@ + + .. Licensed to the Apache Software Foundation (ASF) under one +or more contributor

Re: [PR] Add Cohere Provider [airflow]

2023-10-16 Thread via GitHub
utkarsharma2 commented on code in PR #34921: URL: https://github.com/apache/airflow/pull/34921#discussion_r1360582503 ## airflow/providers/cohere/operators/embedding.py: ## @@ -0,0 +1,82 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor lice

Re: [PR] Add Cohere Provider [airflow]

2023-10-16 Thread via GitHub
utkarsharma2 commented on code in PR #34921: URL: https://github.com/apache/airflow/pull/34921#discussion_r1360581947 ## airflow/providers/cohere/hooks/cohere.py: ## @@ -0,0 +1,72 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license

Re: [PR] Add Cohere Provider [airflow]

2023-10-16 Thread via GitHub
utkarsharma2 commented on code in PR #34921: URL: https://github.com/apache/airflow/pull/34921#discussion_r1360539507 ## airflow/providers/cohere/operators/embedding.py: ## @@ -0,0 +1,82 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor lice

Re: [PR] Add Cohere Provider [airflow]

2023-10-16 Thread via GitHub
utkarsharma2 commented on code in PR #34921: URL: https://github.com/apache/airflow/pull/34921#discussion_r1360539507 ## airflow/providers/cohere/operators/embedding.py: ## @@ -0,0 +1,82 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor lice

Re: [PR] Add Cohere Provider [airflow]

2023-10-13 Thread via GitHub
Taragolis commented on code in PR #34921: URL: https://github.com/apache/airflow/pull/34921#discussion_r1358511709 ## airflow/providers/cohere/hooks/cohere.py: ## @@ -0,0 +1,72 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agr

Re: [PR] Add Cohere Provider [airflow]

2023-10-13 Thread via GitHub
pankajastro commented on code in PR #34921: URL: https://github.com/apache/airflow/pull/34921#discussion_r1358349958 ## airflow/providers/cohere/provider.yaml: ## @@ -0,0 +1,52 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreem

Re: [PR] Add Cohere Provider [airflow]

2023-10-13 Thread via GitHub
kaxil commented on code in PR #34921: URL: https://github.com/apache/airflow/pull/34921#discussion_r1358337751 ## airflow/providers/cohere/provider.yaml: ## @@ -0,0 +1,52 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements.

Re: [PR] Add Cohere Provider [airflow]

2023-10-13 Thread via GitHub
pankajastro commented on code in PR #34921: URL: https://github.com/apache/airflow/pull/34921#discussion_r1358322783 ## airflow/providers/cohere/hooks/cohere.py: ## @@ -0,0 +1,72 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license a

Re: [PR] Add Cohere Provider [airflow]

2023-10-13 Thread via GitHub
pankajastro commented on code in PR #34921: URL: https://github.com/apache/airflow/pull/34921#discussion_r1358325668 ## airflow/providers/cohere/provider.yaml: ## @@ -0,0 +1,52 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreem

Re: [PR] Add Cohere Provider [airflow]

2023-10-13 Thread via GitHub
utkarsharma2 commented on code in PR #34921: URL: https://github.com/apache/airflow/pull/34921#discussion_r1358324760 ## docs/apache-airflow-providers-cohere/operators/cohere.rst: ## @@ -0,0 +1,57 @@ + .. Licensed to the Apache Software Foundation (ASF) under one +or more co

Re: [PR] Add Cohere Provider [airflow]

2023-10-13 Thread via GitHub
kaxil commented on code in PR #34921: URL: https://github.com/apache/airflow/pull/34921#discussion_r1358319073 ## airflow/providers/cohere/provider.yaml: ## @@ -0,0 +1,52 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements.

Re: [PR] Add Cohere Provider [airflow]

2023-10-13 Thread via GitHub
phanikumv commented on code in PR #34921: URL: https://github.com/apache/airflow/pull/34921#discussion_r1358315651 ## docs/apache-airflow-providers-cohere/operators/cohere.rst: ## @@ -0,0 +1,57 @@ + .. Licensed to the Apache Software Foundation (ASF) under one +or more contr

Re: [PR] Add Cohere Provider [airflow]

2023-10-13 Thread via GitHub
phanikumv commented on code in PR #34921: URL: https://github.com/apache/airflow/pull/34921#discussion_r1358315651 ## docs/apache-airflow-providers-cohere/operators/cohere.rst: ## @@ -0,0 +1,57 @@ + .. Licensed to the Apache Software Foundation (ASF) under one +or more contr

[PR] Add Cohere Provider [airflow]

2023-10-13 Thread via GitHub
utkarsharma2 opened a new pull request, #34921: URL: https://github.com/apache/airflow/pull/34921 This PR is part of our larger effort to add first-class integrations to support LLMOps that was presented at Airflow Summit. This PR specifically adds the Cohere Provider. Cohere is a renowned