mirror of
https://github.com/QuivrHQ/quivr.git
synced 2024-12-14 17:03:29 +03:00
Update GitHub URLs
This commit is contained in:
parent
7395dd0b44
commit
d562eb5e5e
2
.github/workflows/aws-preview.yml
vendored
2
.github/workflows/aws-preview.yml
vendored
@ -65,7 +65,7 @@ jobs:
|
||||
context: ./backend/
|
||||
push: true
|
||||
platforms: linux/amd64,linux/arm64
|
||||
tags: ${{ env.ECR_REGISTRY }}/${{ env.ECR_REPOSITORY }}:${{ env.IMAGE_TAG }}, ${{ env.ECR_REGISTRY }}/${{ env.ECR_REPOSITORY }}:latest, ghcr.io/QuivrHQ/quivr:latest, QuivrHQ/quivr-backend-prebuilt:latest, QuivrHQ/quivr-backend-prebuilt:${{ env.IMAGE_TAG }}
|
||||
tags: ${{ env.ECR_REGISTRY }}/${{ env.ECR_REPOSITORY }}:${{ env.IMAGE_TAG }}, ${{ env.ECR_REGISTRY }}/${{ env.ECR_REPOSITORY }}:latest, ghcr.io/quivrhq/quivr:latest, quivrhq/quivr-backend-prebuilt:latest, quivrhq/quivr-backend-prebuilt:${{ env.IMAGE_TAG }}
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
|
||||
|
2
.github/workflows/aws-strapi.yml
vendored
2
.github/workflows/aws-strapi.yml
vendored
@ -58,7 +58,7 @@ jobs:
|
||||
with:
|
||||
context: ./cms/quivr/
|
||||
push: true
|
||||
tags: ${{ env.ECR_REGISTRY }}/${{ env.ECR_REPOSITORY }}:${{ env.IMAGE_TAG }}, ${{ env.ECR_REGISTRY }}/${{ env.ECR_REPOSITORY }}:latest, ghcr.io/QuivrHQ/quivr:latest
|
||||
tags: ${{ env.ECR_REGISTRY }}/${{ env.ECR_REPOSITORY }}:${{ env.IMAGE_TAG }}, ${{ env.ECR_REGISTRY }}/${{ env.ECR_REPOSITORY }}:latest, ghcr.io/quivrhq/quivr:latest
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
|
||||
|
2
.github/workflows/aws.yml
vendored
2
.github/workflows/aws.yml
vendored
@ -57,7 +57,7 @@ jobs:
|
||||
with:
|
||||
context: ./backend/
|
||||
push: true
|
||||
tags: ${{ env.ECR_REGISTRY }}/${{ env.ECR_REPOSITORY }}:${{ env.IMAGE_TAG }}, ${{ env.ECR_REGISTRY }}/${{ env.ECR_REPOSITORY }}:${{ github.ref_name}}, ghcr.io/QuivrHQ/quivr:${{ github.ref_name}}
|
||||
tags: ${{ env.ECR_REGISTRY }}/${{ env.ECR_REPOSITORY }}:${{ env.IMAGE_TAG }}, ${{ env.ECR_REGISTRY }}/${{ env.ECR_REPOSITORY }}:${{ github.ref_name}}, ghcr.io/quivrhq/quivr:${{ github.ref_name}}
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
|
||||
|
22
README.md
22
README.md
@ -5,7 +5,7 @@
|
||||
</div>
|
||||
|
||||
[![Discord Follow](https://dcbadge.vercel.app/api/server/HUpRgp2HG8?style=flat)](https://discord.gg/HUpRgp2HG8)
|
||||
[![GitHub Repo stars](https://img.shields.io/github/stars/QuivrHQ/quivr?style=social)](https://github.com/QuivrHQ/quivr)
|
||||
[![GitHub Repo stars](https://img.shields.io/github/stars/quivrhq/quivr?style=social)](https://github.com/quivrhq/quivr)
|
||||
[![Twitter Follow](https://img.shields.io/twitter/follow/StanGirard?style=social)](https://twitter.com/_StanGirard)
|
||||
|
||||
Quivr, your second brain, utilizes the power of GenerativeAI to be your personal assistant ! Think of it as Obsidian, but turbocharged with AI capabilities.
|
||||
@ -25,7 +25,7 @@ Quivr, your second brain, utilizes the power of GenerativeAI to be your personal
|
||||
|
||||
## Demo Highlights 🎥
|
||||
|
||||
https://github.com/QuivrHQ/quivr/assets/19614572/a6463b73-76c7-4bc0-978d-70562dca71f5
|
||||
https://github.com/quivrhq/quivr/assets/19614572/a6463b73-76c7-4bc0-978d-70562dca71f5
|
||||
|
||||
## Getting Started 🚀
|
||||
|
||||
@ -56,7 +56,7 @@ You can find the installation video [here](https://www.youtube.com/watch?v=cXBa6
|
||||
- **Step 1**: Clone the repository:
|
||||
|
||||
```bash
|
||||
git clone https://github.com/QuivrHQ/quivr.git && cd Quivr
|
||||
git clone https://github.com/quivrhq/quivr.git && cd Quivr
|
||||
```
|
||||
|
||||
- **Step 2**: Copy the `.env.example` files
|
||||
@ -118,19 +118,19 @@ You can find the installation video [here](https://www.youtube.com/watch?v=cXBa6
|
||||
## Contributors ✨
|
||||
|
||||
Thanks go to these wonderful people:
|
||||
<a href="https://github.com/QuivrHQ/quivr/graphs/contributors">
|
||||
<img src="https://contrib.rocks/image?repo=QuivrHQ/quivr" />
|
||||
<a href="https://github.com/quivrhq/quivr/graphs/contributors">
|
||||
<img src="https://contrib.rocks/image?repo=quivrhq/quivr" />
|
||||
</a>
|
||||
|
||||
## Contribute 🤝
|
||||
|
||||
Did you get a pull request? Open it, and we'll review it as soon as possible. Check out our project board [here](https://github.com/users/StanGirard/projects/5) to see what we're currently focused on, and feel free to bring your fresh ideas to the table!
|
||||
|
||||
- [Open Issues](https://github.com/QuivrHQ/quivr/issues)
|
||||
- [Open Pull Requests](https://github.com/QuivrHQ/quivr/pulls)
|
||||
- [Good First Issues](https://github.com/QuivrHQ/quivr/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22)
|
||||
- [Frontend Issues](https://github.com/QuivrHQ/quivr/issues?q=is%3Aopen+is%3Aissue+label%3Afrontend)
|
||||
- [Backend Issues](https://github.com/QuivrHQ/quivr/issues?q=is%3Aopen+is%3Aissue+label%3Abackend)
|
||||
- [Open Issues](https://github.com/quivrhq/quivr/issues)
|
||||
- [Open Pull Requests](https://github.com/quivrhq/quivr/pulls)
|
||||
- [Good First Issues](https://github.com/quivrhq/quivr/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22)
|
||||
- [Frontend Issues](https://github.com/quivrhq/quivr/issues?q=is%3Aopen+is%3Aissue+label%3Afrontend)
|
||||
- [Backend Issues](https://github.com/quivrhq/quivr/issues?q=is%3Aopen+is%3Aissue+label%3Abackend)
|
||||
- [Translate](https://docs.quivr.app/docs/Developers/contribution/guidelines#translations)
|
||||
|
||||
## Partners ❤️
|
||||
@ -151,4 +151,4 @@ This project is licensed under the Apache 2.0 License - see the [LICENSE](LICENS
|
||||
|
||||
## Stars History 📈
|
||||
|
||||
[![Star History Chart](https://api.star-history.com/svg?repos=QuivrHQ/quivr&type=Timeline)](https://star-history.com/#QuivrHQ/quivr&Timeline)
|
||||
[![Star History Chart](https://api.star-history.com/svg?repos=quivrhq/quivr&type=Timeline)](https://star-history.com/#quivrhq/quivr&Timeline)
|
||||
|
@ -1,17 +1,17 @@
|
||||
QuivrHQ/quivr,Sat May 13 2023 02:20:09 GMT+0200 (heure d’été d’Europe centrale),0
|
||||
QuivrHQ/quivr,Tue May 16 2023 18:03:49 GMT+0200 (heure d’été d’Europe centrale),660
|
||||
QuivrHQ/quivr,Thu May 18 2023 03:04:23 GMT+0200 (heure d’été d’Europe centrale),1380
|
||||
QuivrHQ/quivr,Thu May 18 2023 23:04:11 GMT+0200 (heure d’été d’Europe centrale),2070
|
||||
QuivrHQ/quivr,Sat May 20 2023 04:44:40 GMT+0200 (heure d’été d’Europe centrale),2790
|
||||
QuivrHQ/quivr,Sun May 21 2023 03:19:46 GMT+0200 (heure d’été d’Europe centrale),3510
|
||||
QuivrHQ/quivr,Mon May 22 2023 08:03:18 GMT+0200 (heure d’été d’Europe centrale),4230
|
||||
QuivrHQ/quivr,Tue May 23 2023 16:57:58 GMT+0200 (heure d’été d’Europe centrale),4950
|
||||
QuivrHQ/quivr,Sat May 27 2023 02:18:31 GMT+0200 (heure d’été d’Europe centrale),5640
|
||||
QuivrHQ/quivr,Thu Jun 01 2023 18:45:27 GMT+0200 (heure d’été d’Europe centrale),6360
|
||||
QuivrHQ/quivr,Thu Jun 08 2023 16:33:57 GMT+0200 (heure d’été d’Europe centrale),7080
|
||||
QuivrHQ/quivr,Mon Jun 19 2023 12:58:34 GMT+0200 (heure d’été d’Europe centrale),7800
|
||||
QuivrHQ/quivr,Tue Jun 27 2023 14:45:52 GMT+0200 (heure d’été d’Europe centrale),8520
|
||||
QuivrHQ/quivr,Fri Jun 30 2023 11:43:51 GMT+0200 (heure d’été d’Europe centrale),9210
|
||||
QuivrHQ/quivr,Fri Jul 07 2023 23:08:23 GMT+0200 (heure d’été d’Europe centrale),9930
|
||||
QuivrHQ/quivr,Mon Jul 10 2023 08:13:07 GMT+0200 (heure d’été d’Europe centrale),10650
|
||||
QuivrHQ/quivr,Wed Jul 12 2023 09:40:29 GMT+0200 (heure d’été d’Europe centrale),13837
|
||||
quivrhq/quivr,Sat May 13 2023 02:20:09 GMT+0200 (heure d’été d’Europe centrale),0
|
||||
quivrhq/quivr,Tue May 16 2023 18:03:49 GMT+0200 (heure d’été d’Europe centrale),660
|
||||
quivrhq/quivr,Thu May 18 2023 03:04:23 GMT+0200 (heure d’été d’Europe centrale),1380
|
||||
quivrhq/quivr,Thu May 18 2023 23:04:11 GMT+0200 (heure d’été d’Europe centrale),2070
|
||||
quivrhq/quivr,Sat May 20 2023 04:44:40 GMT+0200 (heure d’été d’Europe centrale),2790
|
||||
quivrhq/quivr,Sun May 21 2023 03:19:46 GMT+0200 (heure d’été d’Europe centrale),3510
|
||||
quivrhq/quivr,Mon May 22 2023 08:03:18 GMT+0200 (heure d’été d’Europe centrale),4230
|
||||
quivrhq/quivr,Tue May 23 2023 16:57:58 GMT+0200 (heure d’été d’Europe centrale),4950
|
||||
quivrhq/quivr,Sat May 27 2023 02:18:31 GMT+0200 (heure d’été d’Europe centrale),5640
|
||||
quivrhq/quivr,Thu Jun 01 2023 18:45:27 GMT+0200 (heure d’été d’Europe centrale),6360
|
||||
quivrhq/quivr,Thu Jun 08 2023 16:33:57 GMT+0200 (heure d’été d’Europe centrale),7080
|
||||
quivrhq/quivr,Mon Jun 19 2023 12:58:34 GMT+0200 (heure d’été d’Europe centrale),7800
|
||||
quivrhq/quivr,Tue Jun 27 2023 14:45:52 GMT+0200 (heure d’été d’Europe centrale),8520
|
||||
quivrhq/quivr,Fri Jun 30 2023 11:43:51 GMT+0200 (heure d’été d’Europe centrale),9210
|
||||
quivrhq/quivr,Fri Jul 07 2023 23:08:23 GMT+0200 (heure d’été d’Europe centrale),9930
|
||||
quivrhq/quivr,Mon Jul 10 2023 08:13:07 GMT+0200 (heure d’été d’Europe centrale),10650
|
||||
quivrhq/quivr,Wed Jul 12 2023 09:40:29 GMT+0200 (heure d’été d’Europe centrale),13837
|
||||
|
|
@ -22,7 +22,7 @@ services:
|
||||
- 3000:3000
|
||||
|
||||
backend-core:
|
||||
image: QuivrHQ/quivr-backend-prebuilt:latest
|
||||
image: quivrhq/quivr-backend-prebuilt:latest
|
||||
pull_policy: if_not_present
|
||||
env_file:
|
||||
- .env
|
||||
@ -57,7 +57,7 @@ services:
|
||||
|
||||
worker:
|
||||
pull_policy: if_not_present
|
||||
image: QuivrHQ/quivr-backend-prebuilt:latest
|
||||
image: quivrhq/quivr-backend-prebuilt:latest
|
||||
env_file:
|
||||
- .env
|
||||
build:
|
||||
@ -70,7 +70,7 @@ services:
|
||||
- redis
|
||||
|
||||
beat:
|
||||
image: QuivrHQ/quivr-backend-prebuilt:latest
|
||||
image: quivrhq/quivr-backend-prebuilt:latest
|
||||
pull_policy: if_not_present
|
||||
env_file:
|
||||
- .env
|
||||
@ -84,7 +84,7 @@ services:
|
||||
- redis
|
||||
|
||||
flower:
|
||||
image: QuivrHQ/quivr-backend-prebuilt:latest
|
||||
image: quivrhq/quivr-backend-prebuilt:latest
|
||||
pull_policy: if_not_present
|
||||
env_file:
|
||||
- .env
|
||||
|
@ -1,2 +1,2 @@
|
||||
Quivr is an open-source project supported by the community. If you'd like to contribute, please feel free to do so. We're always looking for help with documentation, bug reports and feature requests.
|
||||
You can find the source code on [Github](https://github.com/QuivrHQ/quivr), our [documentation](https://docs.quivr.app) and our Website [quivr.app](https://quivr.app). If you have any questions, please feel free to reach out to us by [mail](https://quivr.app/contact)
|
||||
You can find the source code on [Github](https://github.com/quivrhq/quivr), our [documentation](https://docs.quivr.app) and our Website [quivr.app](https://quivr.app). If you have any questions, please feel free to reach out to us by [mail](https://quivr.app/contact)
|
||||
|
@ -15,7 +15,7 @@ We have a vibrant community over at [Discord](https://discord.gg/HUpRgp2HG8) whe
|
||||
|
||||
Before starting, please check our project [Roadmap](https://github.com/users/StanGirard/projects/5) to see if the issue or feature you're considering is already in the works.
|
||||
|
||||
You can report bugs or suggest features in the [Issues](https://github.com/QuivrHQ/quivr/issues). Please use the provided templates and labels for bug reports and feature requests.
|
||||
You can report bugs or suggest features in the [Issues](https://github.com/quivrhq/quivr/issues). Please use the provided templates and labels for bug reports and feature requests.
|
||||
|
||||
## How to Contribute
|
||||
|
||||
@ -31,7 +31,7 @@ Enhancements are also tracked as GitHub issues and use the feature request templ
|
||||
|
||||
### Code Contributions
|
||||
|
||||
[![inlang status badge](https://badge.inlang.com/?url=github.com/QuivrHQ/quivr)](https://fink.inlang.com/https://badge.inlang.com/?url=github.com/QuivrHQ/quivr?ref=badge)
|
||||
[![inlang status badge](https://badge.inlang.com/?url=github.com/quivrhq/quivr)](https://fink.inlang.com/https://badge.inlang.com/?url=github.com/quivrhq/quivr?ref=badge)
|
||||
|
||||
1. Fork the repository.
|
||||
2. Make your changes in a new git branch.
|
||||
@ -43,13 +43,13 @@ Enhancements are also tracked as GitHub issues and use the feature request templ
|
||||
### Translations
|
||||
|
||||
Languages:
|
||||
[Spanisch](https://inlang.com/editor/github.com/QuivrHQ/quivr?lang=en&lang=es)
|
||||
[French](https://inlang.com/editor/github.com/QuivrHQ/quivr?lang=en&lang=fr)
|
||||
[Portuguese](https://inlang.com/editor/github.com/QuivrHQ/quivr?lang=en&lang=pt-br)
|
||||
[Russian](https://inlang.com/editor/github.com/QuivrHQ/quivr?lang=en&lang=ru)
|
||||
[Chinese](https://inlang.com/editor/github.com/QuivrHQ/quivr?lang=en&lang=fr)
|
||||
[Spanisch](https://inlang.com/editor/github.com/quivrhq/quivr?lang=en&lang=es)
|
||||
[French](https://inlang.com/editor/github.com/quivrhq/quivr?lang=en&lang=fr)
|
||||
[Portuguese](https://inlang.com/editor/github.com/quivrhq/quivr?lang=en&lang=pt-br)
|
||||
[Russian](https://inlang.com/editor/github.com/quivrhq/quivr?lang=en&lang=ru)
|
||||
[Chinese](https://inlang.com/editor/github.com/quivrhq/quivr?lang=en&lang=fr)
|
||||
|
||||
- Use the Fink editor as a translator https://inlang.com/editor/github.com/QuivrHQ/quivr
|
||||
- Use the Fink editor as a translator https://inlang.com/editor/github.com/quivrhq/quivr
|
||||
- Use ide extension as a developer https://inlang.com/m/r7kp499g/app-inlang-ideExtension
|
||||
|
||||
## Submission Guidelines
|
||||
|
@ -23,7 +23,7 @@ You can find the installation video [here](https://www.youtube.com/watch?v=cXBa6
|
||||
- **Step 1**: Clone the repository:
|
||||
|
||||
```bash
|
||||
git clone https://github.com/QuivrHQ/quivr.git && cd Quivr
|
||||
git clone https://github.com/quivrhq/quivr.git && cd Quivr
|
||||
```
|
||||
|
||||
- **Step 2**: Copy the `.env.example` files
|
||||
|
@ -241,7 +241,7 @@
|
||||
],
|
||||
"footerSocials": {
|
||||
"twitter": "https://twitter.com/quivr_brain",
|
||||
"github": "https://github.com/QuivrHQ/quivr",
|
||||
"github": "https://github.com/quivrhq/quivr",
|
||||
"linkedin": "https://www.linkedin.com/company/getquivr",
|
||||
"discord": "https://discord.gg/HUpRgp2HG8"
|
||||
},
|
||||
|
@ -20,7 +20,7 @@ export const useHomeHeader = ({ color }: UseHomeHeaderProps) => {
|
||||
|
||||
const navItems: NavbarItem[] = [
|
||||
{
|
||||
href: "https://github.com/QuivrHQ/quivr",
|
||||
href: "https://github.com/quivrhq/quivr",
|
||||
label: t("star_us"),
|
||||
leftIcon: <AiFillStar size={16} className="hidden md:inline" />,
|
||||
rightIcon: null,
|
||||
|
@ -1,4 +1,4 @@
|
||||
export const GITHUB_URL = "https://github.com/QuivrHQ/quivr";
|
||||
export const GITHUB_URL = "https://github.com/quivrhq/quivr";
|
||||
export const TWITTER_URL = "https://twitter.com/quivr_brain";
|
||||
export const DISCORD_URL = "https://discord.gg/HUpRgp2HG8";
|
||||
export const LINKEDIN_URL = "https://www.linkedin.com/company/getquivr";
|
||||
|
Loading…
Reference in New Issue
Block a user