Spaces:
Running
Running
| # --- UI & Core --- | |
| streamlit | |
| requests | |
| nest-asyncio | |
| # --- LlamaIndex Core --- | |
| llama-index-core | |
| llama-index-legacy | |
| # --- LlamaIndex Integrations --- | |
| llama-index-vector-stores-chroma | |
| llama-index-embeddings-openai | |
| llama-index-llms-openrouter | |
| llama-index-retrievers-bm25 | |
| llama-index-postprocessor-jinaai-rerank | |
| # --- Database & Vector Ops --- | |
| chromadb | |
| pysqlite3-binary # Penting untuk kompatibilitas ChromaDB di beberapa environment cloud | |
| # --- Data Handling --- | |
| pickle5; python_version < '3.8' | |
| typing-extensions | |
| # --- LLM Utilities --- | |
| openai |