File size: 751 Bytes
9474afa d096f0d 9474afa d096f0d 9474afa d096f0d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
---
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 endpoint
- `GET /health` - Health check
- `POST /answer` - Answer questions about the developer
- `GET /datasets` - List available datasets
|