ragflow/sdk/python
Zhichang Yu f4c52371ab
Integration with Infinity (#2894)
### What problem does this PR solve?

Integration with Infinity

- Replaced ELASTICSEARCH with dataStoreConn
- Renamed deleteByQuery with delete
- Renamed bulk to upsertBulk
- getHighlight, getAggregation
- Fix KGSearch.search
- Moved Dealer.sql_retrieval to es_conn.py


### Type of change

- [x] Refactoring
2024-11-12 14:59:41 +08:00
..
ragflow_sdk Integration with Infinity (#2894) 2024-11-12 14:59:41 +08:00
test Integration with Infinity (#2894) 2024-11-12 14:59:41 +08:00
hello_ragflow.py Add test for CI (#3114) 2024-10-31 14:07:23 +08:00
poetry.lock Add test for CI (#3114) 2024-10-31 14:07:23 +08:00
pyproject.toml Changed version to 0.13.0 (#3140) 2024-10-31 19:11:09 +08:00
README.md Manage ragflow-sdk with poetry (#3115) 2024-10-30 21:13:59 +08:00

ragflow-sdk

build and publish python SDK to pypi.org

poetry build
poetry config pypi-token.pypi $YOUR_PYPI_API_TOKEN
poetry publish