Find answers from the community

Updated 6 months ago

hey guys, I have a bit of a general

hey guys, I have a bit of a general question, I'm wondering what API framework to use and does it actually matter?
I have my simple Rag application with a streamlit UI, and I want to make the backend an API so It can support processing multiple user requests (I want my tool to be used by multiple users after I deploy it locally) , and I was wondering wether to use flask or Fastapi or something else, I heard Async is not supported in flask, so I was looking maybe to use FastAPI since it's supported, what do you guys think ?
L
2 comments
Both are fine tbh. FastAPI has been gaining more popularity lately
Flask uses threading instead of async
Add a reply
Sign up and join the conversation on Discord