Auto-RAG / autorag-frontend

MIT License
1 stars 0 forks source link

[API] fix parse,chunking, generate_qa_docs #3

Closed hongsw closed 1 hour ago

hongsw commented 5 days ago

[API] fix validate and evaluation api config, set_trial_config

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

# Close the Chat API
curl -X GET http://localhost:5000/projects/{{project_id}}/trials/{{trial_id}}/chat/close

The default port is 8501 for streamlit web. @hongsw

hongsw commented 5 hours ago
# Open the Chat API
curl -X GET http://localhost:5000/projects/{{project_id}}/trials/{{trial_id}}/chat/open

# Close the Chat API
curl -X GET http://localhost:5000/projects/{{project_id}}/trials/{{trial_id}}/chat/close

The default port is 8501 for streamlit web. @hongsw

move to another issue!!