does the arize phoenix prompt playground support working with file attachments for models like gemini? I don鈥檛 see anywhere to add a file attachment like I can do in aistudio
Phoenix's Prompt Playground does not currently support direct file uploads (e.g., images, PDFs) via the UI for prompts, unlike Google AI Studio. However, you can work with multimodal inputs (such as images or audio) by encoding files as base64 and programmatically constructing prompts using the Python SDK or API, especially for Gemini models. This approach is documented for code-based workflows, but not exposed as a UI feature in the playground yet. File upload support in the UI is a requested and planned enhancement, but not available as of now [source 1]聽[source 2]聽[source 3].Would you like more detail on how to use file attachments programmatically with Gemini in Phoenix?Sources: - https://github.com/Arize-ai/phoenix/issues/8814 - https://github.com/Arize-ai/phoenix/issues/7528 - https://arize.com/docs/phoenix/integrations/llm-providers/google-gen-ai/google-gen-ai-evals#芦R4l38ut1letrnb禄
馃挕聽Hint: Mention RunLLM in the thread for followups.
Phoenix does not currently support storing entire PDFs as binary blobs directly in a dataset. The recommended workaround is to store a reference (such as a URL or file_id) to the PDF in your dataset and handle the file retrieval and processing programmatically during experiment runs. Native blob storage for datasets is a requested feature but not yet available [source 1]聽[source 2].Would you like more detail on how to implement this workaround or manage PDF references in your datasets?Sources: - https://github.com/Arize-ai/phoenix/issues/7528 - https://github.com/Arize-ai/phoenix/issues/9189
馃挕聽Hint: Mention RunLLM in the thread for followups.
Feel free to add to some of the tickets with your thoughts. Would appreciate it https://github.com/Arize-ai/phoenix/issues/9189
馃憣
