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

[Question]: #2519

Closed yangboz closed 5 days ago

yangboz commented 1 week ago

Describe your problem

env:

Operating system: Ubuntu 24.04 (Kernel version: 6.8.0-44-generic) CPU Type: x86_64 Memory: 62Gi Docker Version: 24.0.7, Python Version: 3.11.4

after repeating same question to complete the same dialog, same conversation it will throws following error:

ERROR: Dealer._add_filters() missing 1 required positional

KevinHuSh commented 1 week ago

Fail to reproduce it. I guess your code version is not consistant with branch main.

yangboz commented 4 days ago

Fail to reproduce it. I guess your code version is not consistant with branch main.

Current Repo: ragflow Commit Id: 80163c0