Blablablab/rag-evaluation
0
1---2title: Potato โ RAG Evaluation3emoji: ๐ฅ4colorFrom: indigo5colorTo: purple6sdk: docker7app_port: 78608pinned: false9license: apache-2.010tags:11 - annotation12 - potato13 - agent14 - agent-traces15 - rag16---17 18# Potato โ RAG Evaluation19 20Rate retrieval relevance, faithfulness, citation accuracy.21 22A live demo of **[Potato](https://www.potatoannotator.com)** โ the free, self-hosted annotation platform for NLP,23agentic, and GenAI research, configured entirely through YAML.24Visit **[www.potatoannotator.com](https://www.potatoannotator.com)** for docs, the schema gallery, and more demos.25 26## Try it out27 281. Enter any username to log in (no password required).292. Read the item shown in the main panel.303. Annotate using the schemes on the right.314. Click **Next** to continue.32 33> **Run your own copy:** this demo is generated from a project in the Potato repo. Clone it and34> start that project directly โ no HuggingFace account needed, and no concurrency limit:35> `python potato/flask_server.py start <example>/config.yaml -p 8000`.36> Duplicating a Space instead requires a HuggingFace PRO, Team or Enterprise plan, because37> Docker Spaces run on compute.38 39> Annotations in this demo are ephemeral. To collect and keep data, deploy your own40> Space โ see the [deployment guide](https://github.com/davidjurgens/potato/blob/master/deployment/huggingface-spaces/deploy.md).41 42## About Potato43 44Potato supports 20+ annotation types โ text, spans, images, audio, video, documents,45and agent traces โ with AI-assisted labeling, quality control, and adjudication.46 47๐ฅ **Website: [www.potatoannotator.com](https://www.potatoannotator.com)** ยท 48[Documentation](https://www.potatoannotator.com) ยท 49[GitHub](https://github.com/davidjurgens/potato) ยท 50[All demos](https://github.com/davidjurgens/potato/blob/master/docs/data-export/potato_on_huggingface.md)51 