Best of FastAPINovember 2023

  1. 1
    Article
    Avatar of taiTowards AI·2y

    FastAPI Template for LLM SaaS Part 1 — Auth and File Upload

    The article introduces a FastAPI template for LLM SaaS and focuses on authentication and file upload using Supabase.

  2. 2
    Article
    Avatar of taiTowards AI·2y

    FastAPI Template for LLM SaaS Part 2 — Celery and Pg-vector

    This article discusses the use of Celery and Pg-vector in the FastAPI ecosystem for a template designed for LLM SaaS. It covers the process of setting up Celery workers and message queues, configuring a Redis instance, and uploading files to a vector datastore.