You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

pyproject.toml 3.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. [tool.poetry]
  2. name = "ragflow"
  3. version = "0.13.0"
  4. description = "[RAGFlow](https://ragflow.io/) is an open-source RAG (Retrieval-Augmented Generation) engine based on deep document understanding. It offers a streamlined RAG workflow for businesses of any scale, combining LLM (Large Language Models) to provide truthful question-answering capabilities, backed by well-founded citations from various complex formatted data."
  5. authors = ["Your Name <you@example.com>"]
  6. license = "https://github.com/infiniflow/ragflow/blob/main/LICENSE"
  7. readme = "README.md"
  8. package-mode = false
  9. [tool.poetry.dependencies]
  10. python = ">=3.10,<3.13"
  11. datrie = "0.8.2"
  12. akshare = "^1.14.81"
  13. azure-storage-blob = "12.22.0"
  14. azure-identity = "1.17.1"
  15. azure-storage-file-datalake = "12.16.0"
  16. anthropic = "=0.34.1"
  17. arxiv = "2.1.3"
  18. aspose-slides = { version = "^24.9.0", markers = "platform_machine == 'x86_64'" }
  19. beartype = "^0.18.5"
  20. bio = "1.7.1"
  21. boto3 = "1.34.140"
  22. botocore = "1.34.140"
  23. cachetools = "5.3.3"
  24. chardet = "5.2.0"
  25. cn2an = "0.5.22"
  26. cohere = "5.6.2"
  27. Crawl4AI = "0.3.8"
  28. dashscope = "1.20.11"
  29. deepl = "1.18.0"
  30. demjson3 = "3.0.6"
  31. discord-py = "2.3.2"
  32. duckduckgo-search = "6.1.9"
  33. editdistance = "0.8.1"
  34. elastic-transport = "8.12.0"
  35. elasticsearch = "8.12.1"
  36. elasticsearch-dsl = "8.12.0"
  37. fasttext = "0.9.3"
  38. filelock = "3.15.4"
  39. flask = "3.0.3"
  40. flask-cors = "5.0.0"
  41. flask-login = "0.6.3"
  42. flask-session = "0.8.0"
  43. google-search-results = "2.4.2"
  44. groq = "0.9.0"
  45. hanziconv = "0.3.2"
  46. html-text = "0.6.2"
  47. httpx = "0.27.0"
  48. huggingface-hub = "^0.25.0"
  49. infinity-sdk = "0.5.0.dev2"
  50. infinity-emb = "^0.0.66"
  51. itsdangerous = "2.1.2"
  52. markdown = "3.6"
  53. markdown-to-json = "2.1.1"
  54. minio = "7.2.4"
  55. mistralai = "0.4.2"
  56. nltk = "3.9.1"
  57. numpy = "^1.26.0"
  58. ollama = "0.2.1"
  59. onnxruntime = "1.19.2"
  60. openai = "1.45.0"
  61. opencv-python = "4.10.0.84"
  62. opencv-python-headless = "4.10.0.84"
  63. openpyxl = "^3.1.0"
  64. ormsgpack = "1.5.0"
  65. pandas = "^2.2.0"
  66. pdfplumber = "0.10.4"
  67. peewee = "3.17.1"
  68. pillow = "10.4.0"
  69. protobuf = "5.27.2"
  70. psycopg2-binary = "2.9.9"
  71. pyclipper = "1.3.0.post5"
  72. pycryptodomex = "3.20.0"
  73. pypdf = "^5.0.0"
  74. pytest = "^8.3.0"
  75. python-dotenv = "1.0.1"
  76. python-dateutil = "2.8.2"
  77. python-pptx = "^1.0.2"
  78. pywencai = "0.12.2"
  79. qianfan = "0.4.6"
  80. ranx = "0.3.20"
  81. readability-lxml = "0.8.1"
  82. valkey = "6.0.2"
  83. requests = "2.32.2"
  84. replicate = "0.31.0"
  85. roman-numbers = "1.0.2"
  86. ruamel-base = "1.0.0"
  87. scholarly = "1.7.11"
  88. scikit-learn = "1.5.0"
  89. selenium = "4.22.0"
  90. selenium-wire = "5.1.0"
  91. setuptools = "^75.2.0"
  92. shapely = "2.0.5"
  93. six = "1.16.0"
  94. strenum = "0.4.15"
  95. tabulate = "0.9.0"
  96. tencentcloud-sdk-python = "3.0.1215"
  97. tika = "2.6.0"
  98. tiktoken = "0.7.0"
  99. umap_learn = "0.5.6"
  100. vertexai = "1.64.0"
  101. volcengine = "1.0.146"
  102. voyageai = "0.2.3"
  103. webdriver-manager = "4.0.1"
  104. werkzeug = "3.0.6"
  105. wikipedia = "1.4.0"
  106. word2number = "1.1"
  107. xgboost = "1.5.0"
  108. xpinyin = "0.7.6"
  109. yfinance = "0.1.96"
  110. zhipuai = "2.0.1"
  111. ruamel-yaml = "^0.18.6"
  112. google-generativeai = "^0.8.1"
  113. python-docx = "^1.1.2"
  114. pypdf2 = "^3.0.1"
  115. graspologic = "^3.4.1"
  116. pymysql = "^1.1.1"
  117. mini-racer = "^0.12.4"
  118. pyicu = "^2.13.1"
  119. flasgger = "^0.9.7.1"
  120. polars = "^1.9.0"
  121. [tool.poetry.group.full]
  122. optional = true
  123. [tool.poetry.group.full.dependencies]
  124. bcembedding = "0.1.3"
  125. fastembed = "^0.3.6"
  126. flagembedding = "1.2.10"
  127. torch = "2.3.0"
  128. transformers = "4.38.1"
  129. [build-system]
  130. requires = ["poetry-core"]
  131. build-backend = "poetry.core.masonry.api"