feat: Add new documentation files (#3351)

# Description

Please include a summary of the changes and the related issue. Please
also include relevant motivation and context.

## Checklist before requesting a review

Please delete options that are not relevant.

- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my code
- [ ] I have commented hard-to-understand areas
- [ ] I have ideally added tests that prove my fix is effective or that
my feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged

## Screenshots (if appropriate):
This commit is contained in:
Stan Girard 2024-10-09 16:10:54 +02:00 committed by GitHub
parent 7b81ae5b8d
commit d6c7735ee1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 23 additions and 5 deletions

View File

@ -0,0 +1 @@
# Examples

View File

@ -0,0 +1 @@
# Faiss

View File

@ -0,0 +1,2 @@
# Vector Stores

View File

@ -0,0 +1 @@
# PGVector

View File

@ -0,0 +1 @@
# Chat

View File

@ -0,0 +1 @@
# RAG with Internet

View File

@ -0,0 +1 @@
# Configuration

View File

@ -53,10 +53,20 @@ nav:
- Home:
- index.md
- installation.md
- Features:
- Parsers:
- parsers/index.md
- parsers/megaparse.md
- parsers/simple.md
- Parsers:
- parsers/index.md
- parsers/megaparse.md
- parsers/simple.md
- Vector Stores:
- vectorstores/index.md
- vectorstores/faiss.md
- vectorstores/pgvector.md
- Workflows:
- workflows/index.md
- Examples:
- workflows/examples/chat.md
- workflows/examples/rag_with_internet.md
- Examples:
- examples/index.md
- Enterprise: https://docs.quivr.app/