File size: 1,065 Bytes
341dd7f 1179b1e 341dd7f fa9908d 341dd7f fa9908d 51133ed e05d2c7 fa9908d dfb9f48 341dd7f fa9908d b349aa6 e217900 38f293d e564aff f0393e8 e564aff 3ff7703 |
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 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 |
# Core gradio==5.32.1 # Core ML and NLP torch>=2.0.0 transformers>=4.30.0 sentence-transformers>=2.2.0 huggingface-hub>=0.15.0 # LlamaIndex ecosystem llama-index>=0.10.0 llama-index-core>=0.10.0 llama-index-llms-huggingface>=0.2.0 llama-index-embeddings-huggingface>=0.2.0 llama-index-callbacks-wandb>=0.1.0 llama-index-tools-arxiv>=0.1.0 llama-index-tools-duckduckgo>=0.1.0 llama-index-readers-file>=0.1.0 llama-index-readers-web>=0.1.0 llama-index-readers-youtube-transcript>=0.1.0 llama-index-readers-json>=0.1.0 llama-index-readers-assemblyai>=0.1.0 llama-index-postprocessor-colpali-rerank # Document processing pypdf>=3.0.0 python-docx>=0.8.11 openpyxl>=3.1.0 pandas>=2.0.0 Pillow>=9.0.0 # Web scraping and APIs requests>=2.28.0 trafilatura>=1.6.0 duckduckgo-search>=3.0.0 arxiv>=1.4.0 # Monitoring and logging weave # Utilities scipy>=1.10.0 tqdm>=4.65.0 numpy pandas scipy matplotlib seaborn plotly scikit-learn xgboost lightgbm statsmodels opencv-python scikit-image requests nltk spacy pytz tqdm sympy torch torchvision torchaudio unstructured lxml |