doc: update docs

This commit is contained in:
michael 2024-01-24 12:30:20 +08:00
parent 9fac085a72
commit 462ad5b720
3 changed files with 14 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 788 KiB

After

Width:  |  Height:  |  Size: 801 KiB

View File

@ -15,7 +15,12 @@
- Embedding - Embedding
- Vector Storage - Vector Storage
- Resource Loaders - Resource Loaders
- Text Splitter - Document
- Splitter
- Loader
- Parser
- PoiParser
- PdfBoxParser
- LLMs Chain - LLMs Chain
- Agents Chain - Agents Chain

View File

@ -15,8 +15,14 @@
- 记忆的能力Memory - 记忆的能力Memory
- Embedding - Embedding
- Vector Storage - Vector Storage
- 丰富的内容加载器 - 文档处理
- 丰富的文本分割器 - 加载器Loader
- Http
- FileSystem
- 分割器Splitter
- 解析器Parser
- PoiParser
- PdfBoxParser
- LLM Chain - LLM Chain
- Agents Chain - Agents Chain