Skip to content

Commit

Permalink
docs(home): added use case entreprisegpt
Browse files Browse the repository at this point in the history
  • Loading branch information
StanGirard committed Dec 26, 2023
1 parent 988ee16 commit 11e8b32
Show file tree
Hide file tree
Showing 4 changed files with 67 additions and 3 deletions.
24 changes: 23 additions & 1 deletion docs/intro.mdx → docs/home/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Welcome to the documentation of Quivr! This is the place where you’ll find hel
<Card
title="Understand Quivr"
icon="forward"
href="/getting-started/quickstart"
href="/home/quickstart"
>
Get your own assistant in less than 5 seconds
</Card>
Expand Down Expand Up @@ -60,4 +60,26 @@ It takes less than **5 seconds** to get started with Quivr. You can even use you
</Steps>


**Empowering Innovation with Foundation Models & Generative AI**

As a Leader in AI, Quivr leverages Foundation Models and Generative AI to empower businesses to achieve gains through Innovation.


<CardGroup cols={4}>
<Card title="30k+ users" icon="user"/>
<Card title="4k+ companies" icon="building"/>
<Card title="26k+ developers" icon="code"/>
<Card title="Top 100 open-source" icon="osi"/>
</CardGroup>


## Use Cases for Quivr

Leverage Quivr to build your next generation of AI applications. Quivr is a platform that enables you to build AI applications that are powered by Foundation Models and Generative AI.
But it also acts as a second brain for your business, helping you to make better decisions, and to automate repetitive tasks.

<CardGroup cols={2}>
<Card title="Entreprise ChatGPT" href="/home/use-cases/entreprise-gpt">
Empower your employees with a complete Private ChatGPT solution.
</Card>
</CardGroup>
File renamed without changes.
31 changes: 31 additions & 0 deletions docs/home/use-cases/entreprise-gpt.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
title: "EnterpriseGPT"

---

Elevate your team's capabilities with [Quivr](https://quivr.app)'s EnterpriseGPT, a fully private and secure ChatGPT solution tailored for business needs.

## Transforming Business Dynamics with Quivr's EnterpriseGPT

Unlock the power of GenerativeAI for your business with [Quivr](https://quivr.app)'s EnterpriseGPT. As the pioneering platform in integrating advanced AI within the enterprise environment, it offers unparalleled security and privacy.

<CardGroup cols={3}>
<Card title="Enhanced Internal Data Queries" icon="database">
Access and analyze vast internal databases with Quivr's EnterpriseGPT's sophisticated querying capabilities.
</Card>
<Card title="Efficient Task Automation" icon="robot">
Employ AI to automate routine tasks, boosting productivity and efficiency across various processes.
</Card>
<Card title="Streamlined HR Onboarding" icon="user">
Enhance the onboarding experience with AI, providing new employees with a seamless introduction to vital company information.
</Card>
<Card title="AI-Driven Project Management" icon="project">
Leverage AI to refine project management, ensuring timely completion and optimal use of resources.
</Card>
<Card title="Innovative R&D Insights" icon="search">
Stay ahead in your field by utilizing AI for comprehensive research and development analysis.
</Card>
<Card title="Customized AI Training Programs" icon="book">
Enhance learning and development with AI-customized training, tailored to individual roles and needs.
</Card>
</CardGroup>
15 changes: 13 additions & 2 deletions docs/mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,25 @@
"name": "Blog",
"icon": "newspaper",
"url": "https://quivr.app/blog"
},
{
"name": "Status",
"icon": "signal",
"url": "https://uptime.quivr.app"
}
],
"navigation": [
{
"group": "Home",
"pages": [
"intro",
"getting-started/quickstart"
"home/intro",
"home/quickstart",
{
"group": "Use Cases",
"pages": [
"home/use-cases/entreprise-gpt"
]
}
]
},
{
Expand Down

0 comments on commit 11e8b32

Please sign in to comment.