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.
Project description
python-ragflow
update python client
- Update "version" field of [project] chapter
- Build new python SDK
- Upload to pypi.org
- Install new python SDK
build python SDK
rm -f dist/* && python setup.py sdist bdist_wheel
install python SDK
pip uninstall -y ragflow && pip install dist/*.whl
This will install ragflow-sdk and its dependencies.
upload to pypi.org
twine upload dist/*.whl
Enter your pypi API token according to the prompt.
Note that pypi allows a version of a package be uploaded only once. You need to change the version
inside the pyproject.toml
before building and uploading.
using
For developer
pip install -e .
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ragflow_sdk-0.0.1.tar.gz
(6.8 kB
view details)
Built Distribution
File details
Details for the file ragflow_sdk-0.0.1.tar.gz
.
File metadata
- Download URL: ragflow_sdk-0.0.1.tar.gz
- Upload date:
- Size: 6.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.12.7 Linux/6.11.5-1-default
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 335c66eaa1dbb6f7ffb41becbe062003f15f8ee342ba3c8a4dd9b5053a87ef93 |
|
MD5 | 8bdf6391376ecb770dd5a75d7e95ad14 |
|
BLAKE2b-256 | c9a323a07e62f6502893c7a970eb13c5dc5d9ad364c2d67005bd2467bac39e95 |
File details
Details for the file ragflow_sdk-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: ragflow_sdk-0.0.1-py3-none-any.whl
- Upload date:
- Size: 10.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.12.7 Linux/6.11.5-1-default
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9e762f2379037865ed97fcca36b2d6ee14da4a2e83b4ea0dee232d514231b271 |
|
MD5 | baf3b66175faff2cb1919ce57fec4f31 |
|
BLAKE2b-256 | 88b071c24f567fb86dc3b9b40ad9be898e106d42af14844a6c17554a3751cd09 |