ItzCrazyKns / Perplexica

Perplexica is an AI-powered search engine. It is an Open source alternative to Perplexity AI
MIT License
16.26k stars 1.52k forks source link

Project is broken. #208

Closed Trupal07 closed 2 months ago

Trupal07 commented 5 months ago

BUG-1

after git clone your repository i followed your steps of docker after completing all the steps i used compose -d command to start the AI, after it got started whenever i try to search it keeps on finding answer and when i click on library or discover it always show nothing just blank black page.

BUG-2 when i was trying to switch between library and discover, from home where search begins there was option of search image and video got disappear. Screenshot (102) Screenshot (103) Screenshot (104) Screenshot (105) Screenshot (106)

Trupal07 commented 5 months ago

Screenshot (107)

bharatrocks100 commented 5 months ago

I am also getting exact same issue. Not sure whether this project is managed anymore.

ItzCrazyKns commented 5 months ago

The library and discover features are under development so they will not work. Regarding your search issues provide me with your logs from the backend container

CD1010 commented 3 months ago

The library and discover features are under development so they will not work. Regarding your search issues provide me with your logs from the backend container

Check out my PR, i got it to work locally. https://github.com/ItzCrazyKns/Perplexica/pull/293

CD1010 commented 3 months ago

@ItzCrazyKns Please avoid common ports like 3000 and 8080 when exposing. Everybody and his brother uses those ports and more than one thing on docker env will cause conflicts.