Spaces:
Running
Running
| """ | |
| Portfolio Chatbot Backend | |
| A RAG-based chatbot API using FastAPI, Google Gemini, and Pinecone. | |
| """ | |
| __version__ = "1.0.0" | |
| __author__ = "Mrigank Singh" | |
| """ | |
| Portfolio Chatbot Backend | |
| A RAG-based chatbot API using FastAPI, Google Gemini, and Pinecone. | |
| """ | |
| __version__ = "1.0.0" | |
| __author__ = "Mrigank Singh" | |