浏览代码

Update version number for poetry (#3637)

### What problem does this PR solve?



### Type of change

- [x] Refactoring
tags/v0.14.0
Kevin Hu 11 个月前
父节点
当前提交
49494d4e3c
没有帐户链接到提交者的电子邮件
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1
    1
      pyproject.toml
  2. 1
    1
      sdk/python/pyproject.toml

+ 1
- 1
pyproject.toml 查看文件

[tool.poetry] [tool.poetry]
name = "ragflow" name = "ragflow"
version = "0.13.0"
version = "0.14.0"
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." 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."
authors = ["Your Name <you@example.com>"] authors = ["Your Name <you@example.com>"]
license = "https://github.com/infiniflow/ragflow/blob/main/LICENSE" license = "https://github.com/infiniflow/ragflow/blob/main/LICENSE"

+ 1
- 1
sdk/python/pyproject.toml 查看文件

[tool.poetry] [tool.poetry]
name = "ragflow-sdk" name = "ragflow-sdk"
version = "0.13.0"
version = "0.14.0"
description = "Python client sdk of [RAGFlow](https://github.com/infiniflow/ragflow). RAGFlow is an open-source RAG (Retrieval-Augmented Generation) engine based on deep document understanding." description = "Python client sdk of [RAGFlow](https://github.com/infiniflow/ragflow). RAGFlow is an open-source RAG (Retrieval-Augmented Generation) engine based on deep document understanding."
authors = ["Zhichang Yu <yuzhichang@gmail.com>"] authors = ["Zhichang Yu <yuzhichang@gmail.com>"]
license = "Apache License, Version 2.0" license = "Apache License, Version 2.0"

正在加载...
取消
保存