A project gallery of full end-to-end applications built with SIE. Each project lives in its own subdirectory. Clone it, run it, learn from it.
We welcome contributions. To add your project to the gallery:
- Create a subdirectory with a short, descriptive name (e.g.
wikipedia-search/,pdf-rag/) - Include a README that covers:
- What the project does
- How to run it (
docker compose up, a script, etc.) - Which SIE features it uses (encode, score, extract, cluster, etc.)
- Keep it self-contained - include a
requirements.txtorpackage.json, a docker-compose if needed, and sample data or instructions to fetch it - Open a PR against
main
Projects can be anything: a search engine, a RAG pipeline, a benchmark, a migration guide, a CLI tool. If it uses SIE, it belongs here.