feat(quivr): renamed

This commit is contained in:
Stan Girard 2023-05-14 21:46:31 +02:00
parent 580c170901
commit 52cd51d71a
2 changed files with 11 additions and 11 deletions

View File

@ -1,16 +1,16 @@
# Quiver
# Quivr
<p align="center">
<img src="./logo.png" alt="quiver-logo" width="30%">
<img src="./logo.png" alt="Quivr-logo" width="30%">
<p align="center">
Quiver is your second brain in the cloud, designed to easily store and retrieve unstructured information. It's like Obsidian but powered by generative AI.
Quivr is your second brain in the cloud, designed to easily store and retrieve unstructured information. It's like Obsidian but powered by generative AI.
## Features
- **Store Anything**: Quiver can handle almost any type of data you throw at it. Text, images, code snippets, you name it.
- **Generative AI**: Quiver uses advanced AI to help you generate and retrieve information.
- **Fast and Efficient**: Designed with speed and efficiency in mind. Quiver makes sure you can access your data as quickly as possible.
- **Store Anything**: Quivr can handle almost any type of data you throw at it. Text, images, code snippets, you name it.
- **Generative AI**: Quivr uses advanced AI to help you generate and retrieve information.
- **Fast and Efficient**: Designed with speed and efficiency in mind. Quivr makes sure you can access your data as quickly as possible.
- **Secure**: Your data is stored securely in the cloud and is always under your control.
- **Compatible Files**:
- **Text**
@ -18,12 +18,12 @@ Quiver is your second brain in the cloud, designed to easily store and retrieve
- **PDF**
- **Audio**
- **Video**
- **Open Source**: Quiver is open source and free to use.
- **Open Source**: Quivr is open source and free to use.
## Demo
https://github.com/StanGirard/quiver/assets/19614572/a3cddc6a-ca28-44ad-9ede-3122fa918b51
https://github.com/StanGirard/Quivr/assets/19614572/a3cddc6a-ca28-44ad-9ede-3122fa918b51
@ -47,7 +47,7 @@ What things you need to install the software and how to install them.
- Clone the repository
```bash
git clone git@github.com:StanGirard/quiver.git & cd quiver
git clone git@github.com:StanGirard/Quivr.git & cd Quivr
```
- Create a virtual environment

View File

@ -26,13 +26,13 @@ if anthropic_api_key:
# Set the theme
st.set_page_config(
page_title="Quiver",
page_title="Quivr",
layout="wide",
initial_sidebar_state="expanded",
)
st.title("🧠 Quiver - Your second brain 🧠")
st.title("🧠 Quivr - Your second brain 🧠")
st.markdown("Store your knowledge in a vector store and query it with OpenAI's GPT-3/4.")
st.markdown("---\n\n")