Lee-W commented on code in PR #70497:
URL: https://github.com/apache/airflow/pull/70497#discussion_r3718766954
##########
providers/common/ai/provider.yaml:
##########
@@ -374,6 +391,13 @@ connection-types:
- hook-class-name: airflow.providers.common.ai.hooks.langchain.LangChainHook
hook-name: "LangChain"
connection-type: langchain
+ external-services:
Review Comment:
langchain now lists vLLM — `langchain.py` documents `host` as "custom
endpoints, Ollama, vLLM" and passes it straight through as `base_url`, so it
belongs there. LM Studio is gone from pydanticai, so the lists now follow what
the hooks document rather than adding a vendor nothing covers.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]