Skip to content

Commit d6c7735

Browse files
authored
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):
1 parent 7b81ae5 commit d6c7735

File tree

8 files changed

+23
-5
lines changed

8 files changed

+23
-5
lines changed

backend/docs/docs/examples/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Examples
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Faiss
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Vector Stores
2+
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# PGVector
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Chat
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# RAG with Internet

backend/docs/docs/workflows/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Configuration

backend/docs/mkdocs.yml

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,20 @@ nav:
5353
- Home:
5454
- index.md
5555
- installation.md
56-
- Features:
57-
- Parsers:
58-
- parsers/index.md
59-
- parsers/megaparse.md
60-
- parsers/simple.md
56+
- Parsers:
57+
- parsers/index.md
58+
- parsers/megaparse.md
59+
- parsers/simple.md
60+
- Vector Stores:
61+
- vectorstores/index.md
62+
- vectorstores/faiss.md
63+
- vectorstores/pgvector.md
64+
- Workflows:
65+
- workflows/index.md
66+
- Examples:
67+
- workflows/examples/chat.md
68+
- workflows/examples/rag_with_internet.md
69+
- Examples:
70+
- examples/index.md
6171
- Enterprise: https://docs.quivr.app/
6272

0 commit comments

Comments
 (0)