File size: 764 Bytes
ff72db3 |
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 |
# Web framework fastapi[all] # Database interaction #sqlalchemy #mysql-connector-python # ASGI server uvicorn # File upload support python-multipart # Template engine Jinja2 # LangChain for LLMs and AI workflow management langchain # LangChain HuggingFace integration langchain-huggingface>=0.1.2 # Vector search and similarity faiss-cpu # OpenAI API (uncomment if needed) #openai # PDF processing pypdf2 pypdf # Community package for LangChain langchain-community>=0.0.1 # Hugging Face integration huggingface-hub>=0.23.0 protobuf # Sentence Transformers for embeddings sentence-transformers>=2.2.0, <4.0.0 # PyTorch installation from CPU-specific index torch --extra-index-url https://download.pytorch.org/whl/cpu # Gradio for building UI #gradio |