infiniflow / ragflow

RAGFlow is an open-source RAG (Retrieval-Augmented Generation) engine based on deep document understanding.
https://ragflow.io
Apache License 2.0
10.08k stars 974 forks source link

created get_dataset, update_dataset API and fixed: delete #1201

Closed cecilia-uu closed 1 week ago

cecilia-uu commented 1 week ago

What problem does this PR solve?

Added get_dataset and update_dataset API. Fixed delete_dataset.

Type of change