Auto-RAG / autorag-frontend

MIT License
1 stars 0 forks source link

Add a button to open the report panel through the backend. #4

Open hongsw opened 5 days ago

vkehfdl1 commented 3 days ago
#Open the panel dashboard
curl -X GET http://localhost:5000/projects/{{project_id}}/trials/{{trial_id}}/report/open

#close the panel dashboard 
curl -X GET http://localhost:5000/projects/{{project_id}}/trials/{{trial_id}}/report/close

The default port is 7690 @hongsw