Hello! I'm new to Phoenix and am currently doing a bake-off of Langfuse, Phoenix, etc. for work. I would like to maintain some metadata on prompts (title, description, roles, etc) to use when driving some UI, thereby externalizing this configuration for PMs to manage without needing a deploy. I can see how to do this in Langfuse, but I don't see how to provide user-supplied, arbitrary JSON metadata in Phoenix's prompt management. Can someone show me how or suggest a workaround? My best idea so far is to use YAML front mater in the prompt itself and strip this out in the application layer...
馃挕聽Hint: Mention RunLLM in the thread for followups.
Bummer. That's a point for Langfuse 馃槥
We actually already have metadata for prompts that are stored in the database (see query below), but they鈥檙e not yet exposed in the UI. We can enable this for you pretty quickly and see how it works for your use case.
That would be great...although I'm not using Cloud. Due to regulatory requirements, we must be self-hosted. Is there a version of the Docker image, or something like that? (Feel free to move to DM...)
yea. let me work this feature into the UI and when we release it it鈥檒l be a new docker image you can download
Sweet! I'm moving forward with the YAML-in-prompt approach so as not to be blocked, but will happily rip that out later...
do you have a screenshot just so i understand exactly what you鈥檙e looking for in terms of UI? you can DM me if you like
