RAG Pipeline

SaaSForge Core is the multi-tenant SaaS “infrastructure” template (auth, workspaces, RBAC, billing, invitations). It does not ship with a RAG pipeline by default.

If you need document ingestion, chunking, embeddings, and chat in one repo, start from the SaaSForge AI template and port pieces into Core only where it saves time.

How to integrate (high level)

  • Add document storage (bucket + policies)
  • Add embeddings + chunking jobs
  • Add a retrieval endpoint/action scoped by workspace_id
  • Add usage controls (see Credits)