Improve manuals (#19)

* Rename Admin -> Resources
* Improve ui
* Update docs
This commit is contained in:
ian_Cin
2024-04-10 17:04:04 +07:00
committed by GitHub
parent 7b3307e3c4
commit b507eef541
26 changed files with 202 additions and 175 deletions

View File

@@ -1,10 +1,12 @@
# Data & Data Structure Components
The data & data structure components include:
- The `Document` class.
- The document store.
- The vector store.
### Data Loader
## Data Loader
- PdfLoader
- Layout-aware with table parsing PdfLoader
@@ -22,11 +24,11 @@ The data & data structure components include:
- "page_label": page number in the original PDF document
```
### Document Store
## Document Store
- InMemoryDocumentStore
### Vector Store
## Vector Store
- ChromaVectorStore
- InMemoryVectorStore