Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Examples

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.

Submit your project

We welcome contributions. To add your project to the gallery:

  1. Create a subdirectory with a short, descriptive name (e.g. wikipedia-search/, pdf-rag/)
  2. 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.)
  3. Keep it self-contained - include a requirements.txt or package.json, a docker-compose if needed, and sample data or instructions to fetch it
  4. 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.

Links