mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-08-11 23:29:01 +08:00
Changed version to 0.13.0 (#3140)
### What problem does this PR solve? Changed version to 0.13.0 ### Type of change - [ ] Bug Fix (non-breaking change which fixes an issue) - [ ] New Feature (non-breaking change which adds functionality) - [ ] Documentation Update - [ ] Refactoring - [ ] Performance Improvement - [x] Other (please describe):
This commit is contained in:
parent
35a451c024
commit
fa9d76224b
@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "ragflow"
|
||||
version = "0.11.0"
|
||||
version = "0.13.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."
|
||||
authors = ["Your Name <you@example.com>"]
|
||||
license = "https://github.com/infiniflow/ragflow/blob/main/LICENSE"
|
||||
|
@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "ragflow-sdk"
|
||||
version = "0.0.2"
|
||||
version = "0.13.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."
|
||||
authors = ["Zhichang Yu <yuzhichang@gmail.com>"]
|
||||
license = "Apache License, Version 2.0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user