deep-searcher icon indicating copy to clipboard operation
deep-searcher copied to clipboard

Hope to provide a front-end interactive page

Open neverlatetolearn0 opened this issue 11 months ago • 7 comments

as title

neverlatetolearn0 avatar Mar 18 '25 09:03 neverlatetolearn0

Perhaps this should help you, https://github.com/zilliztech/deep-searcher?tab=readme-ov-file#deployment

SimFG avatar Mar 18 '25 13:03 SimFG

Image

If you want a similar effect, you can refer to: https://github.com/SimFG/NextChat

Click on "discovery" button to enter this entrance

SimFG avatar Mar 18 '25 13:03 SimFG

How can I do, Associate a deployed deepsearcher with nextchat?

JPHu3312 avatar Mar 20 '25 04:03 JPHu3312

@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

SimFG avatar Mar 20 '25 06:03 SimFG

@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 avatar Mar 20 '25 07:03 JPHu3312

@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.

SimFG avatar Mar 20 '25 08:03 SimFG