prasunsrivastava commited on
Commit
7015dda
·
1 Parent(s): d063a8d

Update the link to the hardmode assignment

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -348,3 +348,7 @@ For the challenge mode, please instead create a simple FastAPI backend with a si
348
  You can use the same prompt templates and RAG pipeline as we did here - but you'll need to modify the code to work with FastAPI and React.
349
 
350
  Deploy this application to Hugging Face Spaces!
 
 
 
 
 
348
  You can use the same prompt templates and RAG pipeline as we did here - but you'll need to modify the code to work with FastAPI and React.
349
 
350
  Deploy this application to Hugging Face Spaces!
351
+
352
+ _**Completed the challenge mode build.**_
353
+
354
+ Application is built using plain react and FastAPI backend. Deployed on hugging face spaces using Docker. The challenge was to configure nginx and serve the application while setting up the proxy for backend. Hosted application [here](https://huggingface.co/spaces/itsprasun/pythonic-rag-fastapi-react)