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

[OPIK-355] [Prompt library] SDK Prompt implementation - link with experiment #590

Merged
merged 13 commits into from
Nov 8, 2024

Conversation

japdubengsub
Copy link
Contributor

@japdubengsub japdubengsub commented Nov 7, 2024

Details

This pull request enables linking Prompt object to Experiment object.
Usage:

from opik import Prompt

evaluation = evaluate(
    ...,
    prompt=Prompt()
)

Testing

e2e test are added/changed

@japdubengsub japdubengsub changed the title OPIK-355 [OPIK-355] [Prompt library] SDK Prompt implementation - link with experiment Nov 8, 2024
@japdubengsub japdubengsub marked this pull request as ready for review November 8, 2024 13:01
@japdubengsub japdubengsub requested a review from a team as a code owner November 8, 2024 13:01
@japdubengsub japdubengsub merged commit f32c146 into main Nov 8, 2024
21 checks passed
@japdubengsub japdubengsub deleted the OPIK-355 branch November 8, 2024 13:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants