Spaces:
Runtime error
Runtime error
| # --- HF Space runtime dependencies --- | |
| gradio | |
| requests | |
| pandas | |
| python-dotenv | |
| # LangChain-Ökosystem | |
| langgraph | |
| langchain # zieht langchain_core & langchain_community als Abhängigkeiten | |
| langchain_google_genai | |
| # Such- & Parsing-Libs | |
| duckduckgo-search # Web-Suche | |
| beautifulsoup4 # Wikipedia-Loader benötigt BS4 | |
| wikipedia # Wikipedia-API für WikipediaLoader | |
| openpyxl # Excel-Parser | |
| tabulate # DataFrame.to_markdown() | |
| # Audio-Transkription | |
| faster-whisper | |
| ffmpeg-python |