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

LangSmith 0.2.x #1247

Merged
merged 24 commits into from
Dec 5, 2024
Merged

LangSmith 0.2.x #1247

merged 24 commits into from
Dec 5, 2024

Conversation

jakerachleff
Copy link
Contributor

fmt

@hinthornw
Copy link
Collaborator

haha we should remove pydantic if we do 0.2.x

@@ -1597,7 +1600,7 @@ def _score(
(e.g. from a previous prediction step)
"""
with ls_utils.ContextThreadPoolExecutor(
max_workers=max_concurrency
max_workers=max_concurrency or 1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -1219,6 +1223,79 @@ test("evaluate enforces correct evaluator types for comparative evaluation at ru
).rejects.toThrow(); // You might want to be more specific about the error message
});

test("scratch", async () => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

delete

@baskaryan baskaryan enabled auto-merge (squash) December 5, 2024 18:37
@baskaryan baskaryan disabled auto-merge December 5, 2024 18:37
@baskaryan baskaryan merged commit b2fd1c8 into main Dec 5, 2024
17 checks passed
@baskaryan baskaryan deleted the version-0.2.0 branch December 5, 2024 18:38
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