ItzCrazyKns / Perplexica

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

There has been no reply for more than 5 minutes after raising the question. #198

Open kenny1224 opened 2 weeks ago

kenny1224 commented 2 weeks ago

Describe the bug After raising a question, the screen keeps showing "answer" in circles for more than 5 minutes without any reply.

截圖 2024-06-16 下午5 32 23

To Reproduce Steps to reproduce the behavior:

  1. Go to 'http://localhost:3000/'
  2. Click on 'Ask anything'

Screenshots If applicable, add screenshots to help explain your problem.

mystogan99 commented 2 weeks ago

Me too. I do eventually get a reply but it's extremely slow.

cmagorian commented 2 weeks ago

Same issue here, not sure how many requests are being made against the backend, but it seems that its looping thru the same query over and over.

I see several requests for embeddings and chat completions

Trupal07 commented 1 week ago

Screenshot (102) Screenshot (103) Screenshot (104) i did setup correctly but after running the project when you search something ex- who is elon musk, ai keeps on searching answer but never give answer to question and also search and libray is not working error- Failed to load resource: the server responded with a status of 404 (Not Found)Understand this error

ItzCrazyKns commented 1 week ago

Library and discover features are under development. You need to provide more context (like the logs from the backend) for me to help you. Did you chose the models correctly? (from the settings menu)

Ed-cred commented 6 days ago

Also you did not explain your setup, but if you are using Ollama please note that the speed of the results is dependant on your gpu performance that ollama uses. Also note that if you are running ollama in a docker container that container also needs to be properly configured for gpu usage.

bomsn commented 1 day ago

Same issue, I did manual setup and using OpenAI API. I can see the requests has been sent in my OpenAI activity dashboard, but I'm not getting any results.

ItzCrazyKns commented 1 day ago

Same issue, I did manual setup and using OpenAI API. I can see the requests has been sent in my OpenAI activity dashboard, but I'm not getting any results.

What are the logs from the browser console and the backend?

bomsn commented 1 day ago

@ItzCrazyKns, turned out to be "searxng". I'm surprised that it's not mentioned in Readme.md considering it's a required dependency.

ItzCrazyKns commented 1 day ago

@ItzCrazyKns, turned out to be "searxng". I'm surprised that it's not mentioned in Readme.md considering it's a required dependency.

I added it in the manual installation steps today.