metadata
title: Developer Portfolio RAG
emoji: 🤖
colorFrom: blue
colorTo: purple
sdk: docker
pinned: false
app_port: 7860
Developer Portfolio RAG Pipeline
A RAG (Retrieval-Augmented Generation) pipeline for answering questions about a software developer's portfolio, skills, and experience.
Features
- FastAPI backend with multiple dataset support
- Developer portfolio Q&A capabilities
- Health check endpoints
- RESTful API design
Usage
Send POST requests to /answer
with your questions about the developer's background, skills, projects, and experience.
API Endpoints
GET /
- Root endpointGET /health
- Health checkPOST /answer
- Answer questions about the developerGET /datasets
- List available datasets