🧠安装Quivr(Windows)

Lesley

Tech|2023-9-13|Last edited: 2023-11-14|
type
Post
status
Published
date
Sep 13, 2023
slug
quivr-install
summary
安装Quivr实践
tags
Learning
Computer
category
Tech
icon
password
😀
前言:安装Quivr实践

前置条件

安装&设置docker

  1. 打开https://www.docker.com/
  1. 下载安装包 Download for Windows
  1. 安装
  1. 运行docker desktop
  1. 设置代理服务器
端口应该为你使用的代理端口,例如clash为7890(但是博主本人使用7890失败,于是换成了V2rayN的10809端口)
notion image

安装Scoop

  1. 打开https://scoop.sh/
  1. 打开powershell
  1. 运行以下代码安装scoop
notion image
notion image

注册Supabase

注册并登录Supabase https://supabase.com/

创建新项目

notion image

创建表格(如果未能自动生成)

  1. 打开script文件夹 https://github.com/StanGirard/quivr/tree/main/scripts
  1. 复制tables.sql 的代码
  1. 打开Supabase>SQL Editor并粘贴
  1. 点击Run

安装Git

 

安装Quivr

Step 1 下载release版本

Step 2 使用安装助手安装

  1. 解压压缩包
  1. 在文件夹内右键点击Open Git Bash here
  1. 输入以下代码

按照提示输入相关参数

打开Supabase获取相关变量
notion image
notion image

安装成功

notion image

端口占用报错

  1. 打开Quivr文件夹,例如:E:\NewGitHub\quivr-0.0.68\quivr-0.0.68
  1. 找到docker-compose.yml
  1. 将端口修改为未被占用的,例:图中原默认端口为8080,博主电脑的8080端口被占用,所以修改成了18080
  1. 保存并退出
notion image

📎 参考文章

 
Loading...