您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

pyproject.toml 3.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  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.11,<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-sdk = "0.5.0.dev2"
  49. infinity-emb = "^0.0.66"
  50. itsdangerous = "2.1.2"
  51. markdown = "3.6"
  52. markdown-to-json = "2.1.1"
  53. minio = "7.2.4"
  54. mistralai = "0.4.2"
  55. nltk = "3.9.1"
  56. numpy = "^1.26.0"
  57. ollama = "0.2.1"
  58. onnxruntime = "1.19.2"
  59. openai = "1.45.0"
  60. opencv-python = "4.10.0.84"
  61. opencv-python-headless = "4.10.0.84"
  62. openpyxl = "^3.1.0"
  63. ormsgpack = "1.5.0"
  64. pandas = "^2.2.0"
  65. pdfplumber = "0.10.4"
  66. peewee = "3.17.1"
  67. pillow = "10.4.0"
  68. protobuf = "5.27.2"
  69. psycopg2-binary = "2.9.9"
  70. pyclipper = "1.3.0.post5"
  71. pycryptodomex = "3.20.0"
  72. pypdf = "^5.0.0"
  73. pytest = "^8.3.0"
  74. python-dotenv = "1.0.1"
  75. python-dateutil = "2.8.2"
  76. python-pptx = "^1.0.2"
  77. pywencai = "0.12.2"
  78. qianfan = "0.4.6"
  79. ranx = "0.3.20"
  80. readability-lxml = "0.8.1"
  81. valkey = "6.0.2"
  82. requests = "2.32.2"
  83. replicate = "0.31.0"
  84. roman-numbers = "1.0.2"
  85. ruamel-base = "1.0.0"
  86. scholarly = "1.7.11"
  87. scikit-learn = "1.5.0"
  88. selenium = "4.22.0"
  89. setuptools = "^75.2.0"
  90. shapely = "2.0.5"
  91. six = "1.16.0"
  92. strenum = "0.4.15"
  93. tabulate = "0.9.0"
  94. tencentcloud-sdk-python = "3.0.1215"
  95. tika = "2.6.0"
  96. tiktoken = "0.7.0"
  97. umap_learn = "0.5.6"
  98. vertexai = "1.64.0"
  99. volcengine = "1.0.146"
  100. voyageai = "0.2.3"
  101. webdriver-manager = "4.0.1"
  102. werkzeug = "3.0.6"
  103. wikipedia = "1.4.0"
  104. word2number = "1.1"
  105. xgboost = "1.5.0"
  106. xpinyin = "0.7.6"
  107. yfinance = "0.1.96"
  108. zhipuai = "2.0.1"
  109. ruamel-yaml = "^0.18.6"
  110. google-generativeai = "^0.8.1"
  111. python-docx = "^1.1.2"
  112. pypdf2 = "^3.0.1"
  113. graspologic = "^3.4.1"
  114. pymysql = "^1.1.1"
  115. mini-racer = "^0.12.4"
  116. pyicu = "^2.13.1"
  117. flasgger = "^0.9.7.1"
  118. polars = "^1.9.0"
  119. [tool.poetry.group.full]
  120. optional = true
  121. [tool.poetry.group.full.dependencies]
  122. bcembedding = "0.1.3"
  123. fastembed = "^0.3.6"
  124. flagembedding = "1.2.10"
  125. torch = "2.3.0"
  126. transformers = "4.38.1"
  127. [build-system]
  128. requires = ["poetry-core"]
  129. build-backend = "poetry.core.masonry.api"