Yash Khare
Yash Khare9mo ago

Manual data seed

Hi folks! I am actually testing a feature in langfuse which requires creation of a few traces and scores on my locale. Is there any way I can manually add them so that they will be reflected on my dashboard?
2 Replies
Max
Max9mo ago
Hi @Yash Khare , are you self-hosting? In this case you could direclty add data to the db manually or adjust our seed.ts script for your needs: https://github.com/langfuse/langfuse/blob/main/prisma/seed.ts
GitHub
langfuse/prisma/seed.ts at main · langfuse/langfuse
🪢 Open source LLM observability, analytics, prompt management, evaluations, tests, monitoring, logging, tracing, LLMOps. 🕵️‍♂️ Langfuse: the LLM engineering platform. Debug, analyze and iterate tog...
Yash Khare
Yash Khare9mo ago
Hey Thanks @Max If anymore questions I will let you know Hey Max could you please review. https://github.com/langfuse/langfuse/pull/755. It is waiting to be merged