-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.3.4 dev3 文件解析为空 #823
Comments
+1 |
E:\bisheng-0.3.4.dev2\docker>docker-compose up -d |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Traceback (most recent call last):
2024-08-21 23:04:54
2024-08-21 23:04:54 File "/usr/local/lib/python3.10/threading.py", line 973, in _bootstrap
2024-08-21 23:04:54 self._bootstrap_inner()
2024-08-21 23:04:54 | -> <function Thread._bootstrap_inner at 0x7f19e84d0ee0>
2024-08-21 23:04:54 -> <WorkerThread(AnyIO worker thread, started 139744780465856)>
2024-08-21 23:04:54 File "/usr/local/lib/python3.10/threading.py", line 1016, in _bootstrap_inner
2024-08-21 23:04:54 self.run()
2024-08-21 23:04:54 | -> <function WorkerThread.run at 0x7f193e5e9480>
2024-08-21 23:04:54 -> <WorkerThread(AnyIO worker thread, started 139744780465856)>
2024-08-21 23:04:54 File "/usr/local/lib/python3.10/site-packages/anyio/_backends/_asyncio.py", line 859, in run
2024-08-21 23:04:54 result = context.run(func, *args)
2024-08-21 23:04:54 | | | -> ()
2024-08-21 23:04:54 | | -> functools.partial(<function addEmbedding at 0x7f1962eb0ee0>, collection_name='partition_4_knowledge_1', index_name='col_17242...
2024-08-21 23:04:54 | -> <method 'run' of '_contextvars.Context' objects>
2024-08-21 23:04:54 -> <_contextvars.Context object at 0x7f193e47c180>
2024-08-21 23:04:54
2024-08-21 23:04:54 > File "/app/bisheng/api/services/knowledge_imp.py", line 301, in addEmbedding
2024-08-21 23:04:54 raise ValueError('文件解析为空')
2024-08-21 23:04:54
2024-08-21 23:04:54 ValueError: 文件解析为空
The text was updated successfully, but these errors were encountered: