This repository implements the lex.eval evaluation platform for the lex.llm project. Make sure that lex-db and lex-llm servers are running before testing any evaluation workflow.
- Useful Commands:
Command Description make installInstall project and API client dependencies uv run python test_connector.pyCheck the API endpoints are working and verify the available workflows
Some useful instructions on how to set up the repo and other dependent repos (lex-db and lex-llm) can be found here:
If you do not want to clone lex-db and lex-llm, you can directly access the servers using:
ssh -L 8000:localhost:8000 -L 8001:localhost:8001 -J YOUR-AU-ID@ssh.au.dk chc_apps@spark6-7ed1.iot.net.au.dk
Keep the session/terminal open and then run your test scripts.