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

Update LangSmith Version #10722

Merged
merged 1 commit into from Sep 18, 2023
Merged

Update LangSmith Version #10722

merged 1 commit into from Sep 18, 2023

Conversation

hinthornw
Copy link
Collaborator

And assign dataset ID upon project creation

@vercel
Copy link

vercel bot commented Sep 18, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Updated (UTC)
langchain ⬜️ Ignored (Inspect) Sep 18, 2023 3:54am

@dosubot dosubot bot added the 🤖:improvement Medium size change to existing code to handle new use-cases label Sep 18, 2023
@@ -857,8 +857,12 @@ def _prepare_eval_run(
project_name: str,
) -> Tuple[MCF, str, Dataset, List[Example]]:
wrapped_model = _wrap_in_chain_factory(llm_or_chain_factory, dataset_name)
dataset = client.read_dataset(dataset_name=dataset_name)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Should the langsmith related code be moved into the langsmith sdk?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Maybe, but the evaluators and langchain types are langchain-specific. Could probably do duck typing though

@hinthornw hinthornw merged commit 6e48092 into master Sep 18, 2023
32 checks passed
@hinthornw hinthornw deleted the wfh/eager_create_project branch September 18, 2023 14:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🤖:improvement Medium size change to existing code to handle new use-cases
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants