mirror of
https://github.com/StanGirard/quivr.git
synced 2024-11-29 14:57:03 +03:00
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:
parent
7b81ae5b8d
commit
d6c7735ee1
1
backend/docs/docs/examples/index.md
Normal file
1
backend/docs/docs/examples/index.md
Normal file
@ -0,0 +1 @@
|
||||
# Examples
|
1
backend/docs/docs/vectorstores/faiss.md
Normal file
1
backend/docs/docs/vectorstores/faiss.md
Normal file
@ -0,0 +1 @@
|
||||
# Faiss
|
2
backend/docs/docs/vectorstores/index.md
Normal file
2
backend/docs/docs/vectorstores/index.md
Normal file
@ -0,0 +1,2 @@
|
||||
# Vector Stores
|
||||
|
1
backend/docs/docs/vectorstores/pgvector.md
Normal file
1
backend/docs/docs/vectorstores/pgvector.md
Normal file
@ -0,0 +1 @@
|
||||
# PGVector
|
1
backend/docs/docs/workflows/examples/chat.md
Normal file
1
backend/docs/docs/workflows/examples/chat.md
Normal file
@ -0,0 +1 @@
|
||||
# Chat
|
@ -0,0 +1 @@
|
||||
# RAG with Internet
|
1
backend/docs/docs/workflows/index.md
Normal file
1
backend/docs/docs/workflows/index.md
Normal file
@ -0,0 +1 @@
|
||||
# Configuration
|
@ -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/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user