docsloader

(★ 56)

This is a documents loader. (文档解析加载器,rag文档解析,rag知识库构建)

  • .gitignore
  • .history
  • .python-version
  • LICENSE
  • pyproject.toml
  • README.md
  • requirements.txt
  • setup.py

# Installation Guide

1. Get the code
git clone https://github.com/atpuxiner/docsloader

Downloads the entire project code from GitHub to your computer.

cd docsloader

Moves into the project folder you just downloaded.

2. Python

Easy Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Python 3 On Windows, be sure to check 'Add Python to PATH' during installation.
- txt: `pip install docsloader[txt]`

Installs the Python libraries listed in requirements.txt (or similar).

- csv: `pip install docsloader[csv]`

Installs the Python libraries listed in requirements.txt (or similar).

- md: `pip install docsloader[md]`

Installs the Python libraries listed in requirements.txt (or similar).

- xlsx: `pip install docsloader[xlsx]`

Installs the Python libraries listed in requirements.txt (or similar).

- pptx: `pip install docsloader[pptx]`

Installs the Python libraries listed in requirements.txt (or similar).

If it runs without errors and prints output in the terminal, it worked.

Pulled directly from this repo's README.

// repository documentation