Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for OpenAITaggingChain #57

Open
davidmigloz opened this issue Jul 3, 2023 · 1 comment
Open

Add support for OpenAITaggingChain #57

davidmigloz opened this issue Jul 3, 2023 · 1 comment
Labels
c:chains Chains. t:enhancement New feature or request

Comments

@davidmigloz
Copy link
Owner

davidmigloz commented Jul 3, 2023

https://python.langchain.com/docs/modules/chains/additional/tagging

@davidmigloz davidmigloz added t:enhancement New feature or request c:chains Chains. labels Jul 3, 2023
@github-project-automation github-project-automation bot moved this to 📋 Backlog in LangChain.dart Jul 3, 2023
@mirkancal
Copy link
Contributor

This url doesn't exists anymore but probably it was just structured output?

llm = ChatOpenAI(temperature=0, model="gpt").with_structured_output(
    Classification
)

tagging_chain = tagging_prompt | llm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c:chains Chains. t:enhancement New feature or request
Projects
Status: 📋 Backlog
Development

No branches or pull requests

2 participants