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.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. [tool.poetry]
  2. name = "ragflow"
  3. version = "0.11.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.12,<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. bio = "1.7.1"
  20. boto3 = "1.34.140"
  21. botocore = "1.34.140"
  22. cachetools = "5.3.3"
  23. chardet = "5.2.0"
  24. cn2an = "0.5.22"
  25. cohere = "5.6.2"
  26. Crawl4AI = "0.3.8"
  27. dashscope = "1.20.11"
  28. deepl = "1.18.0"
  29. demjson3 = "3.0.6"
  30. discord-py = "2.3.2"
  31. duckduckgo-search = "6.1.9"
  32. editdistance = "0.8.1"
  33. elastic-transport = "8.12.0"
  34. elasticsearch = "8.12.1"
  35. elasticsearch-dsl = "8.12.0"
  36. fasttext = "0.9.3"
  37. filelock = "3.15.4"
  38. flask = "3.0.3"
  39. flask-cors = "5.0.0"
  40. flask-login = "0.6.3"
  41. flask-session = "0.8.0"
  42. google-search-results = "2.4.2"
  43. groq = "0.9.0"
  44. hanziconv = "0.3.2"
  45. html-text = "0.6.2"
  46. httpx = "0.27.0"
  47. huggingface-hub = "^0.25.0"
  48. infinity-emb = "0.0.51"
  49. itsdangerous = "2.1.2"
  50. markdown = "3.6"
  51. markdown-to-json = "2.1.1"
  52. minio = "7.2.4"
  53. mistralai = "0.4.2"
  54. nltk = "3.9.1"
  55. numpy = "1.26.4"
  56. ollama = "0.2.1"
  57. onnxruntime = "1.19.2"
  58. openai = "1.45.0"
  59. opencv-python = "4.10.0.84"
  60. opencv-python-headless = "4.10.0.84"
  61. openpyxl = "3.1.2"
  62. ormsgpack = "1.5.0"
  63. pandas = "2.2.2"
  64. pdfplumber = "0.10.4"
  65. peewee = "3.17.1"
  66. pillow = "10.4.0"
  67. protobuf = "5.27.2"
  68. psycopg2-binary = "2.9.9"
  69. pyclipper = "1.3.0.post5"
  70. pycryptodomex = "3.20.0"
  71. pypdf = "^5.0.0"
  72. pytest = "8.2.2"
  73. python-dotenv = "1.0.1"
  74. python-dateutil = "2.8.2"
  75. python-pptx = "^1.0.2"
  76. pywencai = "0.12.2"
  77. qianfan = "0.4.6"
  78. ranx = "0.3.20"
  79. readability-lxml = "0.8.1"
  80. redis = "5.0.3"
  81. requests = "2.32.2"
  82. replicate = "0.31.0"
  83. roman-numbers = "1.0.2"
  84. ruamel-base = "1.0.0"
  85. scholarly = "1.7.11"
  86. scikit-learn = "1.5.0"
  87. selenium = "4.22.0"
  88. setuptools = "70.0.0"
  89. shapely = "2.0.5"
  90. six = "1.16.0"
  91. strenum = "0.4.15"
  92. tabulate = "0.9.0"
  93. tencentcloud-sdk-python = "3.0.1215"
  94. tika = "2.6.0"
  95. tiktoken = "0.7.0"
  96. umap_learn = "0.5.6"
  97. vertexai = "1.64.0"
  98. volcengine = "1.0.146"
  99. voyageai = "0.2.3"
  100. webdriver-manager = "4.0.1"
  101. werkzeug = "3.0.6"
  102. wikipedia = "1.4.0"
  103. word2number = "1.1"
  104. xgboost = "1.5.0"
  105. xpinyin = "0.7.6"
  106. yfinance = "0.1.96"
  107. zhipuai = "2.0.1"
  108. ruamel-yaml = "^0.18.6"
  109. google-generativeai = "^0.8.1"
  110. python-docx = "^1.1.2"
  111. pypdf2 = "^3.0.1"
  112. graspologic = "^3.4.1"
  113. pymysql = "^1.1.1"
  114. mini-racer = "^0.12.4"
  115. pyicu = "^2.13.1"
  116. [tool.poetry.group.full]
  117. optional = true
  118. [tool.poetry.group.full.dependencies]
  119. bcembedding = "0.1.3"
  120. fastembed = "^0.3.6"
  121. flagembedding = "1.2.10"
  122. torch = "2.3.0"
  123. transformers = "4.38.1"
  124. [build-system]
  125. requires = ["poetry-core"]
  126. build-backend = "poetry.core.masonry.api"