docs: ✏️ actions

added
This commit is contained in:
Stan Girard 2023-07-03 12:06:21 +02:00
parent ac298981a0
commit 12809312f0
2 changed files with 29 additions and 6 deletions

23
.github/workflows/vercel-docs.yml vendored Normal file
View File

@ -0,0 +1,23 @@
name: Deploy Docs Deployment
env:
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_DOC_PROJECT_ID }}
on:
push:
branches: [ "main" ]
paths:
- 'docs/**'
jobs:
Deploy-Preview:
environment: production
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Vercel CLI
run: npm install --global vercel@latest
- name: Pull Vercel Environment Information
run: vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
- name: Build Project Artifacts
run: vercel build --prod --token=${{ secrets.VERCEL_TOKEN }}
- name: Deploy Project Artifacts to Vercel
run: vercel deploy --prebuilt --prod --token=${{ secrets.VERCEL_TOKEN }}

View File

@ -21,22 +21,22 @@ Quivr is a platform for building second brains and personnal assistants. It is a
- [X] Multiple chats
- [X] Use own keys
- [ ] **v0.2** - Time to share
- [ ] Improved Documentation
- [X] Improved Documentation
- [ ] Add a tutorial
- [ ] Add a FAQ
- [X] Create a website - https://brain.quivr.app
- [ ] Create public & private brains
- [X] Create public & private brains
- [ ] Allow users to share/subcribe brains
- [ ] Improved UX/UI
- [ ] Stream response
- [ ] Better error handling
- [ ] Mobile friendly
- [X] Better error handling
- [X] Mobile friendly
- [ ] Chat with one or more files
- [ ] Better API Interface
- [X] Better API Interface
- [ ] Refactor backend & frontend for better development experience
- [ ] **v0.3** - Make it smarter & private
- [ ] Private Brains
- [ ] Use PrivateGPT as LLM and Embedding
- [X] Use PrivateGPT as LLM and Embedding
- [ ] Better Storage
- [ ] Use a vectorstore for storing embeddings
- [ ] Add metadata