Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

pyproject.toml 3.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  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.72"
  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 = "24.8.0"
  19. bcembedding = "0.1.3"
  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. dashscope = "1.14.1"
  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. fastembed = "^0.3.6"
  37. fasttext = "0.9.3"
  38. filelock = "3.15.4"
  39. flagembedding = "1.2.10"
  40. flask = "3.0.3"
  41. flask-cors = "5.0.0"
  42. flask-login = "0.6.3"
  43. flask-session = "0.8.0"
  44. google-search-results = "2.4.2"
  45. groq = "0.9.0"
  46. hanziconv = "0.3.2"
  47. html-text = "0.6.2"
  48. httpx = "0.27.0"
  49. huggingface-hub = "^0.25.0"
  50. infinity-emb = "0.0.51"
  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.4"
  58. ollama = "0.2.1"
  59. onnxruntime = "1.17.3"
  60. onnxruntime-gpu = "1.17.1"
  61. openai = "1.12.0"
  62. opencv-python = "4.9.0.80"
  63. opencv-python-headless = "4.9.0.80"
  64. openpyxl = "3.1.2"
  65. ormsgpack = "1.5.0"
  66. pandas = "2.2.2"
  67. pdfplumber = "0.10.4"
  68. peewee = "3.17.1"
  69. pillow = "10.3.0"
  70. protobuf = "5.27.2"
  71. psycopg2-binary = "2.9.9"
  72. pyclipper = "1.3.0.post5"
  73. pycryptodomex = "3.20.0"
  74. pypdf = "^5.0.0"
  75. pytest = "8.2.2"
  76. python-dotenv = "1.0.1"
  77. python-dateutil = "2.8.2"
  78. python-pptx = "0.6.23"
  79. pywencai = "0.12.2"
  80. qianfan = "0.4.6"
  81. ranx = "0.3.20"
  82. readability-lxml = "0.8.1"
  83. redis = "5.0.3"
  84. requests = "2.32.2"
  85. replicate = "0.31.0"
  86. roman-numbers = "1.0.2"
  87. ruamel-base = "1.0.0"
  88. scholarly = "1.7.11"
  89. scikit-learn = "1.5.0"
  90. selenium = "4.22.0"
  91. setuptools = "70.0.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.6.0"
  99. torch = "2.3.0"
  100. transformers = "4.38.1"
  101. umap = "0.1.1"
  102. vertexai = "1.64.0"
  103. volcengine = "1.0.146"
  104. voyageai = "0.2.3"
  105. webdriver-manager = "4.0.1"
  106. werkzeug = "3.0.3"
  107. wikipedia = "1.4.0"
  108. word2number = "1.1"
  109. xgboost = "2.1.0"
  110. xpinyin = "0.7.6"
  111. yfinance = "0.1.96"
  112. zhipuai = "2.0.1"
  113. ruamel-yaml = "^0.18.6"
  114. google-generativeai = "^0.8.1"
  115. python-docx = "^1.1.2"
  116. pypdf2 = "^3.0.1"
  117. graspologic = "^3.4.1"
  118. pymysql = "^1.1.1"
  119. [[tool.poetry.source]]
  120. name = "tsinghua"
  121. url = "https://pypi.tuna.tsinghua.edu.cn/simple/"
  122. priority = "primary"
  123. [build-system]
  124. requires = ["poetry-core"]
  125. build-backend = "poetry.core.masonry.api"