Replies: 8 comments 7 replies
|
Things defined in https://github.com/edeandrea/non-deterministic-no-problem/blob/main/src/main/java/ai/scoring/langfuse/init/LangfuseInitializer.java would be nice to have at a higher layer (langfuse api). |
|
Finding things by name (evaluators, llm connections, etc) and handling pagination would be nice. |
|
Batch deleting things would be nice, and not just by id. Deleting things by name. |
|
|
|
Dev Services token expires every 60s and is too short for a manual testing session, and the override resets every time the container restarts; a quarkus.keycloak.devservices.access-token-lifespan property would be nice. |
|
It would also be nicer to work with a single dataset existence check, instead of skimming a list of datasets. |
|
|
|
This has been implemented across multiple releases |
Uh oh!
There was an error while loading. Please reload this page.
The langfuse API is very tied to the underlying REST API. We'd like to add a "common functionality" layer that helps with higher level operations.
This discussion is to keep track of such things that may be needed.
All reactions