File size: 844 Bytes
8ceb7b7 0c70f2b d72e108 bd0bec5 8f8f22a f7c4a82 9112140 6e69400 eaddccb 6a72056 288c963 f7c4a82 ae72a56 f7c4a82 0c70f2b f7c4a82 e87c8f1 f7c4a82 |
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 |
huggingface_hub==0.25.2 transformers torch sentence_transformers gradio faiss-cpu accelerate langfuse llama-cpp-python uvicorn #bitsandbytes #tiktoken #blobfile python-jose[cryptography] python-multipart python-dotenv pydantic-settings jwt # # Core dependencies fastapi==0.110.0 uvicorn==0.27.1 pydantic==2.6.1 pydantic-settings==2.1.0 # ML and Data Processing torch>=2.2.0 #transformers==4.43.1 #sentence-transformers==2.2.2 faiss-cpu==1.7.4 # Use faiss-gpu if you have CUDA numpy>=1.24.3 pandas>=2.0.0 # PDF Processing PyPDF2==3.0.1 langchain==0.1.9 langchain-text-splitters==0.0.1 # Web and API gradio==4.19.2 aiohttp==3.9.3 beautifulsoup4==4.12.3 requests==2.31.0 # Authentication and Security python-jose[cryptography]==3.3.0 python-multipart==0.0.9 python-dotenv==1.0.1 # Utilities #lru-cache-dict==1.1.1 asyncio==3.4.3 |