Hi Mikyo, I will check the tutorials, but I would like to use it programatically, and not in a notebook. I have found that there is a way to use it, but only a few libraries are included, llamaindex, dspy, etc, but not haystack.
Hi,
I麓m using Docker version of Arize Phoenix, I can see the dashboard at http://localhost:6006/projects/UHJvamVjdDox, so there is no issue running it, but I麓m not being able to send any data to it, for example, if I try this:
curl -X POST "http://127.0.0.1:6006/v1/traces" -H "Content-Type: application/json" -d '{"query": "What is Arize Phoenix?", "extracted_answer": "Arize Phoenix is a machine learning observability platform.", "generated_answer": "Arize Phoenix is a platform that helps in observing and managing machine learning models."}'
I receive this:
Unsupported content type: application/json
and I see this in the logs
INFO: 172.17.0.1:55866 - "POST /v1/traces HTTP/1.1" 415 Unsupported Media Type
Regards.