Tool Sharing#
Quivr is a personal database that can store and retrieve almost any common data type, supporting various LLMs.
Features#
Quivr is a tool that uses supabase
and LLM modules to store and retrieve unstructured information. It supports various data types including text, images, code snippets, and more. It is fast, efficient, and secure.
Deployment#
Official tutorial:
-
Register and obtain the API information for supabase
- Supabase Project API key
- Supabase Project URL
- JWT secret key
-
OpenAI/Anthropic API key
-
Run migration scripts on the Supabase database through the web interface to initialize the database
-
Install the project
git clone https://github.com/StanGirard/Quivr.git && cd Quivr # Set the parameters in the respective .env files cp .backend_env.example backend/.env cp .frontend_env.example frontend/.env docker-compose up -d
Platform#
Deployment using Docker
Disclaimer#
This article is only intended as a tool sharing record.
This article is synchronized with HBlog.