Phoenix SupportConfiguring Phoenix API to Separate Backend and UI ContainersLuca B.ยทDec 01, 2023 12:40 PMShareOpen with AICiao! I am working on an API whose endpoints perform RAG, but I would like the phoenix server not to be launched as another thread. How can I configure the backend to send the data to the phoenix UI in another container?