portfolio-backend / app /__init__.py
Mrigank005's picture
Upload 12 files
0e99494 verified
raw
history blame contribute delete
163 Bytes
"""
Portfolio Chatbot Backend
A RAG-based chatbot API using FastAPI, Google Gemini, and Pinecone.
"""
__version__ = "1.0.0"
__author__ = "Mrigank Singh"