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

GitHub Models: support structured output #1917

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

hrhrng
Copy link
Contributor

@hrhrng hrhrng commented Oct 14, 2024

Issue

Closes #

Change

General checklist

  • There are no breaking changes
  • I have added unit and integration tests for my change
  • I have manually run all the unit and integration tests in the module I have added/changed, and they are all green
  • I have manually run all the unit and integration tests in the core and main modules, and they are all green

Checklist for adding new maven module

  • I have added my new module in the root pom.xml and langchain4j-bom/pom.xml

Checklist for adding new embedding store integration

  • I have added a {NameOfIntegration}EmbeddingStoreIT that extends from either EmbeddingStoreIT or EmbeddingStoreWithFilteringIT
  • I have added a {NameOfIntegration}EmbeddingStoreRemovalIT that extends from EmbeddingStoreWithRemovalIT

Checklist for changing existing embedding store integration

  • I have manually verified that the {NameOfIntegration}EmbeddingStore works correctly with the data persisted using the latest released version of LangChain4j

@langchain4j
Copy link
Owner

Hi @hrhrng, do you plan to continue with this PR?

@langchain4j langchain4j added the P2 High priority label Oct 29, 2024
@hrhrng
Copy link
Contributor Author

hrhrng commented Oct 30, 2024

@langchain4j I have already contacted the maintainer of the Azure Inference API documentation. They indicated that OpenAI’s model now supports structured output, and they are in the process of updating the documentation. I will open a new issue in azure-sdk-for-java to ask when the Java SDK will be updated.

@langchain4j
Copy link
Owner

@hrhrng great, thank you! Could you please link those issues/discussions here?

@hrhrng
Copy link
Contributor Author

hrhrng commented Oct 30, 2024 via email

@langchain4j langchain4j added this to the 1.0.0-alpha2 milestone Dec 20, 2024
@langchain4j
Copy link
Owner

langchain4j commented Dec 20, 2024

Hi @hrhrng, do you have any news regarding this? Thanks!

@hrhrng
Copy link
Contributor Author

hrhrng commented Dec 22, 2024

Hi @hrhrng, do you have any news regarding this? Thanks!

Hi @langchain4j . Still waiting for the update of that sdk...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P2 High priority
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants