| # Gradio UI | |
| gradio | |
| # Supabase | |
| supabase | |
| postgrest | |
| httpx | |
| # LangChain core + community + splitters | |
| langchain | |
| langchain-community | |
| langchain-text-splitters | |
| # Embeddings (local, free) | |
| #sentence-transformers | |
| #langchain-huggingface | |
| # VectorStore | |
| #faiss-cpu | |
| # PDF + HTTP | |
| pypdf | |
| requests | |
| beautifulsoup4 | |
| python-dotenv | |
| # Transformers (CPU ok) | |
| transformers | |
| accelerate | |
| #torch | |
| #torchaudio | |
| # Audio | |
| soundfile | |
| scipy | |