Posts on python

  • Exploring retrieval-augmented generation (RAG)

    I wanted to explore Retrieval-Augmented Generation, so I set up Romeo, a little Flask app that only knows the text from Romeo and Juliet.
  • The right tool for the job

    I needed a tool that extracts text and text chunks from documents, and I needed it done in a couple of hours, not days. In this scenario, the choice was clear: Python with FastAPI.