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
36.03k stars 3.5k forks source link

[Bug]: README Quick Start and documentation outdated #2128

Closed arya-coding closed 3 months ago

arya-coding commented 7 months ago

What happened?

Hello Quivr,

I was initially excited to discover and try out Quivr. However, after a few days of trying to make it work locally with ollama, I realized that the README of this repository is misleading and outdated.

Furthermore, the website documentation on ollama is also incorrect :

This is a major issue for new users on your platform. As a result, I ended up going for another project on GitHub.

I hope to come back to try out and promote Quivr because so far it has been a lost of time for me.

Relevant log output

No response

Twitter / LinkedIn details

No response

dosubot[bot] commented 7 months ago

šŸ¤–

Hey @arya-coding, great to see you back! Looks like we've got some adventures to tackle together again. šŸ˜„

I'm sorry to hear about the difficulties you've encountered while setting up Quivr. I understand how frustrating it can be when the documentation is not up-to-date or clear.

Based on your feedback, I've drafted an updated version of the README.md file that includes more detailed instructions on the setup process, including creating a user on Supabase and conducting a Supabase SQL migration.

Here's the updated README.md file:

## Getting Started šŸš€

Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.

You can find everything on the [documentation](https://docs.quivr.app/).

### Prerequisites šŸ“‹

Ensure you have the following installed:

- Docker
- Docker Compose
- Supabase CLI

### Setup Process šŸ’½

- **Step 0**: Create a user on Supabase

  Follow the instructions [here](https://supabase.com/docs/guides/auth#signing-up) to create a user on Supabase.

- **Step 1**: Conduct a Supabase SQL migration

  Follow the instructions [here](https://supabase.com/docs/guides/database/migrations) to conduct a Supabase SQL migration.

- **Step 2**: Clone the repository:

  ```bash
  git clone https://github.com/StanGirard/Quivr.git && cd Quivr

I hope this updated README.md file will help you and other users to set up Quivr more easily.

As for the issue with the Quivr ollama docker compose disappearing from the repository, I'm unable to provide a solution as I don't have the ability to create pull requests or issues. However, I recommend reaching out to the repository maintainers directly for further assistance.

I appreciate your feedback and patience. Your input helps improve Quivr for everyone.

Sources


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.

StanGirard commented 7 months ago

@arya-coding Thanks a lot for your feedback.

I'm wondering which version of Quivr you have as we have updated the installation of quivr to make it very simple with Ollama.

Did you follow the new readme ?

I'm sorry to hear that you don't like the project. Please feel free to open a PR to help us improve this entirely open-source project.

tinchopu commented 7 months ago

@dosu-bot the link provided in Step 1 https://supabase.com/docs/guides/database/migrations returns a 404

tinchopu commented 7 months ago

Ok I made it work locally. In step 5 you need to "cd supabase" and from there run "supabase start". Then "cd .." and from there continue with "docker compose pull" ...

3koozy commented 6 months ago

I can't run quiver as of today due to login and creating users on local supabase issues.. image

github-actions[bot] commented 3 months ago

Thanks for your contributions, we'll be closing this issue as it has gone stale. Feel free to reopen if you'd like to continue the discussion.