infiniflow / ragflow

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

[Question]:There is no chatgpt-on-wechat/plugins inside the container #3193

Open ZxnSnowy opened 1 day ago

ZxnSnowy commented 1 day ago

Describe your problem

I have noticed that the wechat plug-in has been updated. When I started ragflow with docker, I found that this folder was not found inside the container. Is there any update command?

JinHai-CN commented 1 day ago

@timebankspace Would you please help check this issue? Thx.

timebankspace commented 1 day ago

@ZxnSnowy @JinHai-CN

Thank you for your question!

The chatgpt-on-wechat project should be independently deployed in server mode. For more details on setting up in server mode, please refer to the guide here: server mode.

After setting it up, you can place the plugin folder (ragflow_chat) within the chatgpt-on-wechat/plugins directory.

Then, update the necessary configurations in the config.json file accordingly to ensure it integrates properly. Once configured, you should be able to run it smoothly.

Currently, the plugin folder configuration has only been tested with version v0.12.0 and earlier versions. The latest version has an upgraded API file, and we’re working on compatibility for it.

Please stay tuned for updates, and let us know if you have any other questions in the meantime!