Add support to unstructrued (#501)

* Add support to unstructrued

* Fix tests

* Add test and documents

* Fix tests

* Fix tests

* Test unstructured on linux and mac
This commit is contained in:
Li Jiang
2023-11-05 21:30:28 +08:00
committed by GitHub
parent 0dd0fc5aa2
commit f052977e24
6 changed files with 83 additions and 11 deletions

View File

@@ -42,6 +42,10 @@ jobs:
python -c "import autogen"
pip install -e. pytest
pip uninstall -y openai
- name: Install unstructured if not windows
if: matrix.os != 'windows-2019'
run: |
pip install "unstructured[all-docs]"
- name: Test with pytest
if: matrix.python-version != '3.10'
run: |