langchain-ai / langsmith-sdk

LangSmith Client SDK Implementations
https://smith.langchain.com/
MIT License
373 stars 68 forks source link

Remove or increase the 15 example limit in the playground #968

Open Lukecn1 opened 2 weeks ago

Lukecn1 commented 2 weeks ago

Feature request

As the title suggests.

I want to run experiments on the entire test dataset I have uploaded, using the prompts I have written and comitted in the langsmith client.

At least allow me to remove it when self-hosting langsmith.

Motivation

I like using langsmith to track prompts and their performance on datasets, but having to manually write things in a python script every time, when I just as well could run it in the playground, is not a preferable solution to me.

Langsmith makes it really easy to track both prompts and experiments, but with the 15 example limit, the playground environment is entirely unusable for larger more comprehensive experimentation.

hinthornw commented 2 weeks ago

Thanks for the request! This is on the near-term roadmap; agreed the constraint is cumbersome

Lukecn1 commented 2 weeks ago

Sounds good, thanks for the response :)

In the meantime before its rolled out, is there a way to remove this restriction when self-hosting?

hinthornw commented 1 week ago

Not at present; the restriction is placed because we do most of this in the browser today. Hoping to remove it sometime this month (would involve running it server side)

Lukecn1 commented 1 week ago

Alright, thanks for the response :) Looking forward to the restriction being lifted ;)