QuivrHQ / quivr

Open-source RAG Framework for building GenAI Second Brains 🧠 Build productivity assistant (RAG) ⚡️🤖 Chat with your docs (PDF, CSV, ...) & apps using Langchain, GPT 3.5 / 4 turbo, Private, Anthropic, VertexAI, Ollama, LLMs, Groq that you can share with users ! Efficient retrieval augmented generation framework
https://quivr.com
Other
34.03k stars 3.34k forks source link

[Bug]: Local Hosting - Install/ Setup documentation needs fixing very badly. #2408

Open radhakrisri opened 3 months ago

radhakrisri commented 3 months ago

What happened?

TLDR version: The setup instructions here: https://docs.quivr.app/developers/contribution/install and here: https://github.com/QuivrHQ/quivr?tab=readme-ov-file#60-seconds-installation- do not work. They need updating very badly.

Summary of multiple trials for the past week:

  1. Installed Supabase CLI
  2. Followed instructions here: https://github.com/QuivrHQ/quivr?tab=readme-ov-file#60-seconds-installation- to the dot.
  3. Opened Supabase studio to notice that no tables were created.
  4. Had to run supabase migration up to have the tables setup.
  5. Created a separate user account in supabase authentication section.
  6. Opened http://localhost:3000 and tried logging in. Encountered this error.

image

  1. Noticed in users table that column "onboarded" is set to "False" for the user I created.
  2. Have scoured through the github issues and documentation much, but haven't found enough info.

All in all, the documentation, and probably the setup procedure, needs to be fixed very badly.

Relevant log output

No response

Twitter / LinkedIn details

No response

radhakrisri commented 3 months ago

@StanGirard : Seeking your guidance here!

dosubot[bot] commented 3 months ago

@StanGirard, it seems like this issue requires a deeper look, your expertise would be greatly appreciated.

#### About Dosu This response is meant to be useful and save you time. It is **not meant to be a precise solution**, but rather a starting point for your own research. Help me be more useful! Please leave a 👍 if this is helpful and 👎 if it is irrelevant. If you want to continue the conversation, start your reply with @dosu-bot.
radhakrisri commented 3 months ago

Looks like there's one more issue reported here: https://github.com/QuivrHQ/quivr/issues/2354

powderblock commented 2 months ago

Hello, what operating system are you running?

Are you running docker / supabase locally?

StanGirard commented 2 months ago

Hey my friend, can you try to git pull and rerun the docker compose up ?

Or else, follow this procedure if on your own vps: https://docs.quivr.app/deployment/digital_ocean

It should fix your problems :)

concaption commented 2 months ago

Did any one find a solution? Every time I try to run it it gets into some error. It is also saying that it is opensource and unpaid user will have limited access at the same time.

I think the issue is that I do not see the supabase container in the dockerfile and would need to be installed via some shit named scoop.

Do let me know if someone has resolved the issue. Also I was not able to figure out what will be the admin credentials.

Do anyone know something similar that uses ollama but is better documented.