banner
hughie

hughie

热爱技术的小菜鸟, 记录一下所学所感

Quivr - The Second Brain

Tool Sharing#

Quivr is a personal database that can store and retrieve almost any common data type, supporting various LLMs.

14-quivr

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#

Official demo

Deployment using Docker


Disclaimer#

This article is only intended as a tool sharing record.

This article is synchronized with HBlog.

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.