File size: 531 Bytes
88f8aa7 688d628 88f8aa7 688d628 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | ---
title: Plexi API
emoji: 🧠
colorFrom: blue
colorTo: purple
sdk: docker
pinned: false
license: mit
---
# Plexi API (The Brain)
This is the backend API for Plexi, serving as "The Brain" for the application.
It is built with FastAPI and runs on Hugging Face Spaces using a custom Docker container.
## Features
- Document parsing and chunking
- High-performance vector embeddings (Sentence Transformers)
- Context retrieval for RAG (Retrieval-Augmented Generation) pipelines
- Manifest generation for available study materials |