FastAPI is a modern, fast (high-performance), web framework for building APIs with Python based on standard Python type hints.
In this project, I will demonstrate how to run a LLM locally based on a specific knowledgebase. I'm doing this project to learn how to build RAG API with FASTApi and build a production grade ...