You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. In UI, select"Click to Upload" and attach local Word docx 2. Select "Upload and Index"3. see
Screenshots
![DESCRIPTION](LINK.png)
Logs
Using reader <kotaemon.loaders.unstructured_loader.UnstructuredReader object at 0x7f984bfba020>
No module named 'unstructured'
Traceback (most recent call last):
File "/media/justin/external/CodeReady/venv-external/lib/python3.10/site-packages/ktem/index/file/pipelines.py", line 795, in stream
file_id, docs = yield from pipeline.stream(
File "/media/justin/external/CodeReady/venv-external/lib/python3.10/site-packages/ktem/index/file/pipelines.py", line 642, in stream
docs = self.loader.load_data(file_path, extra_info=extra_info)
File "/media/justin/external/CodeReady/venv-external/lib/python3.10/site-packages/kotaemon/loaders/unstructured_loader.py", line 70, in load_data
from unstructured.partition.auto import partition
ModuleNotFoundError: No module named 'unstructured'
Browsers
No response
OS
Linux
Additional information
No response
The text was updated successfully, but these errors were encountered:
Description
Embeddings are failing for Word docx format.
The unstructured loader/reader gives an error.
This is using nomic-embed-text
Reproduction steps
Screenshots
![DESCRIPTION](LINK.png)
Logs
Browsers
No response
OS
Linux
Additional information
No response
The text was updated successfully, but these errors were encountered: