jxnl / blog

https://jxnl.github.io/blog/
MIT License
83 stars 38 forks source link

Question: Suggestions on stack for deployment of RAG system to users #42

Open will-thompson-k opened 4 months ago

will-thompson-k commented 4 months ago

hey! what stack do you recommend for quickly deploying a front end/website for a RAG system? Do you embed asyncio etc in your processes or do you hand off to another system

jxnl commented 4 months ago

front end is usually a react app, backend is fastapi sometimes with modal labs or fly.io

will-thompson-k commented 4 months ago

do you have an example?