Hope to provide a front-end interactive page
as title
Perhaps this should help you, https://github.com/zilliztech/deep-searcher?tab=readme-ov-file#deployment
If you want a similar effect, you can refer to: https://github.com/SimFG/NextChat
Click on "discovery" button to enter this entrance
How can I do, Associate a deployed deepsearcher with nextchat?
@JPHu3312 After deploying the deepsearcher service, compile next chat with my repository, and then you can see deepsearcher in discovery. Of course, you need to customize the address of the deepsearcher service in the configuration. If it is under a different domain name, start the deepsearcher service with cross-domain support, python main.py --enable-cors true
@JPHu3312 After deploying the deepsearcher service, compile next chat with my repository, and then you can see deepsearcher in discovery. Of course, you need to customize the address of the deepsearcher service in the configuration. If it is under a different domain name, start the deepsearcher service with cross-domain support,
python main.py --enable-cors true
I know you have gone into great detail. But I still can't understand if I compile nextchat through your repository. I found that nextchat is deployed through docker and provides very few parameters.
@JPHu3312 If you want to use what I developed, you need to compile it yourself. That is, if you want to deploy NextChat in Docker, you need to compile the Docker image using my repository first. If you are familiar with this part, you can try it. Otherwise, I think fastapi is also a good choice. If you are interested in developing a dedicated client together, we can discuss it together.