Kevin Hu
commited on
Commit
·
9ac360f
1
Parent(s):
e57dead
Update version number for poetry (#3637)
Browse files### What problem does this PR solve?
### Type of change
- [x] Refactoring
- pyproject.toml +1 -1
- sdk/python/pyproject.toml +1 -1
pyproject.toml
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
[tool.poetry]
|
2 |
name = "ragflow"
|
3 |
-
version = "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 <[email protected]>"]
|
6 |
license = "https://github.com/infiniflow/ragflow/blob/main/LICENSE"
|
|
|
1 |
[tool.poetry]
|
2 |
name = "ragflow"
|
3 |
+
version = "0.14.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 <[email protected]>"]
|
6 |
license = "https://github.com/infiniflow/ragflow/blob/main/LICENSE"
|
sdk/python/pyproject.toml
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
[tool.poetry]
|
2 |
name = "ragflow-sdk"
|
3 |
-
version = "0.
|
4 |
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."
|
5 |
authors = ["Zhichang Yu <[email protected]>"]
|
6 |
license = "Apache License, Version 2.0"
|
|
|
1 |
[tool.poetry]
|
2 |
name = "ragflow-sdk"
|
3 |
+
version = "0.14.0"
|
4 |
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."
|
5 |
authors = ["Zhichang Yu <[email protected]>"]
|
6 |
license = "Apache License, Version 2.0"
|