Replies: 1 comment
-
great idea, turning this into an issue: #1863 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the feature or potential improvement
We need a method to efficiently link an execution trace to a specific DatasetItem without the need to fetch the entire dataset first. Currently, the process requires retrieving a full dataset just to access a single Dataset Item, which is not optimal for performance.
The Langfuse API currently supports creating a dataset run item and linking it with a traceId as described here: Langfuse API - Create Dataset Run Item. However, to use the link method from the SDK, one must first fetch an entire dataset to obtain a single Dataset Item.
Proposal:
Develop a feature or method within the SDK/API that allows linking a trace directly to a Dataset Item by ID, without the necessity of loading the entire dataset.
This feature would be particularly useful in scenarios where users are dealing with large datasets and need to perform operations on individual items without the overhead of loading entire datasets.
Additional information
No response
Beta Was this translation helpful? Give feedback.
All reactions