requirements.txt 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. fastapi==0.115.7
  2. uvicorn[standard]==0.34.0
  3. pydantic==2.10.6
  4. python-multipart==0.0.20
  5. python-socketio==5.13.0
  6. python-jose==3.4.0
  7. passlib[bcrypt]==1.7.4
  8. requests==2.32.3
  9. aiohttp==3.11.11
  10. async-timeout
  11. aiocache
  12. aiofiles
  13. sqlalchemy==2.0.38
  14. alembic==1.14.0
  15. peewee==3.17.9
  16. peewee-migrate==1.12.2
  17. psycopg2-binary==2.9.9
  18. pgvector==0.4.0
  19. PyMySQL==1.1.1
  20. bcrypt==4.3.0
  21. pymongo
  22. redis
  23. boto3==1.35.53
  24. argon2-cffi==23.1.0
  25. APScheduler==3.10.4
  26. RestrictedPython==8.0
  27. loguru==0.7.2
  28. asgiref==3.8.1
  29. # AI libraries
  30. openai
  31. anthropic
  32. google-generativeai==0.8.4
  33. tiktoken
  34. langchain==0.3.19
  35. langchain-community==0.3.18
  36. fake-useragent==2.1.0
  37. chromadb==0.6.3
  38. pymilvus==2.5.0
  39. qdrant-client~=1.12.0
  40. opensearch-py==2.8.0
  41. playwright==1.49.1 # Caution: version must match docker-compose.playwright.yaml
  42. elasticsearch==8.17.1
  43. pinecone==6.0.2
  44. transformers
  45. sentence-transformers==3.3.1
  46. accelerate
  47. colbert-ai==0.2.21
  48. einops==0.8.1
  49. ftfy==6.2.3
  50. pypdf==4.3.1
  51. fpdf2==2.8.2
  52. pymdown-extensions==10.14.2
  53. docx2txt==0.8
  54. python-pptx==1.0.0
  55. unstructured==0.16.17
  56. nltk==3.9.1
  57. Markdown==3.7
  58. pypandoc==1.15
  59. pandas==2.2.3
  60. openpyxl==3.1.5
  61. pyxlsb==1.0.10
  62. xlrd==2.0.1
  63. validators==0.34.0
  64. psutil
  65. sentencepiece
  66. soundfile==0.13.1
  67. azure-ai-documentintelligence==1.0.0
  68. pillow==11.1.0
  69. opencv-python-headless==4.11.0.86
  70. rapidocr-onnxruntime==1.3.24
  71. rank-bm25==0.2.2
  72. onnxruntime==1.20.1
  73. faster-whisper==1.1.1
  74. PyJWT[crypto]==2.10.1
  75. authlib==1.4.1
  76. black==25.1.0
  77. langfuse==2.44.0
  78. youtube-transcript-api==1.0.3
  79. pytube==15.0.0
  80. extract_msg
  81. pydub
  82. duckduckgo-search~=8.0.0
  83. ## Google Drive
  84. google-api-python-client
  85. google-auth-httplib2
  86. google-auth-oauthlib
  87. ## Tests
  88. docker~=7.1.0
  89. pytest~=8.3.2
  90. pytest-docker~=3.1.1
  91. googleapis-common-protos==1.63.2
  92. google-cloud-storage==2.19.0
  93. azure-identity==1.21.0
  94. azure-storage-blob==12.24.1
  95. ## LDAP
  96. ldap3==2.9.1
  97. ## Firecrawl
  98. firecrawl-py==1.12.0
  99. # Sougou API SDK(Tencentcloud SDK)
  100. tencentcloud-sdk-python==3.0.1336
  101. ## Trace
  102. opentelemetry-api==1.31.1
  103. opentelemetry-sdk==1.31.1
  104. opentelemetry-exporter-otlp==1.31.1
  105. opentelemetry-instrumentation==0.52b1
  106. opentelemetry-instrumentation-fastapi==0.52b1
  107. opentelemetry-instrumentation-sqlalchemy==0.52b1
  108. opentelemetry-instrumentation-redis==0.52b1
  109. opentelemetry-instrumentation-requests==0.52b1
  110. opentelemetry-instrumentation-logging==0.52b1
  111. opentelemetry-instrumentation-httpx==0.52b1
  112. opentelemetry-instrumentation-aiohttp-client==0.52b1