infiniflow / ragflow

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

[Bug]: No chunk found Check the chunk status please #3578

Closed pan003 closed 3 hours ago

pan003 commented 1 week ago

Is there an existing issue for the same bug?

RAGFlow workspace code commit ID

85dd9fde

RAGFlow image version

85dd9fde(v0.13.0~172)

Other environment information

/usr/bin/docker
printEnvironment.sh: 46: python: not found
Current Repo: ragflow-dev20241121
Commit Id: 85dd9fde
Operating system: Ubuntu 22.04 (Kernel version: 6.8.0-49-generic)
CPU Type: x86_64
Memory:
Docker Version: 24.0.5,
Python Version:

Actual behavior

After updating infiniflow/ragflow:dev to the latest version, search feature is completely unavailable.

ragflow-search-bug

Expected behavior

No response

Steps to reproduce

docker pull infiniflow/ragflow:dev
git clone xxx (the latest version code)
docker-compose -f docker-compose.yml down
docker-compose -f docker-compose.yml up -d

Additional information

http://xxx/v1/chunk/retrieval_test reqest payload {"kb_id":["a00e2e4e9c1011ef8bab0242ac120006","aecfdee0966c11efa4210242ac120006","0b179b3a966c11efacd10242ac120006","560087e0950b11ef9ad30242ac120006","80098038950a11ef8bc30242ac120006","c92c2a4294ef11efadcd0242ac120006","593ebffc91e211ef9c940242ac120006","aca2c95491d811ef8a4b0242ac130006"],"highlight":true,"question":"发动机维修","page":1,"size":10}

response { "code": 102, "data": false, "message": "No chunk found! Check the chunk status please!" }

KevinHuSh commented 1 week ago

What about retrieval test? I guess ES might be something wrong.

image

pan003 commented 1 week ago

Yes, you're right. After re-parsing the dataset, everything is back to normal. Thank you!