Replies: 2 comments 5 replies
-
Hey @rayzh-lab! 👋 I'm here to help you with any bugs, questions, or contribution tips while you wait for a human maintainer. Let's squash those bugs together! To integrate a Java application with Arize Phoenix, you can use the GraphQL protocol, which is supported by Phoenix for external application integration. Here are the steps you can follow:
By following these steps, you can route your Java application's data to Arize Phoenix using the GraphQL protocol [1][2]. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
Beta Was this translation helpful? Give feedback.
-
Hey there 👋 thanks for reaching out! If I can clarify, are you hoping to record LLM activity from your Java service into phoenix? If so, we don't have any official integrations available for Java but you can actually send spans from your LLM calls into phoenix using opentelemetry for Java and pointing the collector endpoint to phoenix. If you can produce spans that look like this https://docs.arize.com/phoenix/tracing/how-to-tracing/manual-instrumentation you'll be in good shape. If any community members have any open source examples instrumenting Java I'd love to see it shared here as well 🙏 |
Beta Was this translation helpful? Give feedback.
-
In my LLM application, a part is developed using Java programs, and I want to route some of the Java program's links according to the protocol to Phoenix. How can I do this?
Beta Was this translation helpful? Give feedback.
All reactions