infiniflow / ragflow

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

fix(API): fixed retrieval api parameters matching #2550

Closed Valdanitooooo closed 3 days ago

Valdanitooooo commented 3 days ago

What problem does this PR solve?

fixed /datasets/retrieval API: KeyError('size') and 'doc_ids': ['Field may not be null.']

Type of change