-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Closed
Description
Hi,
after uploading a document I want to active it for the workspace.
The Logfile shows the following error:
2023-08-17 09:51:09 SELECT * FROM system_settings WHERE label = 'multi_user_mode'
2023-08-17 09:51:09 SELECT * FROM workspaces WHERE slug = 'privat-test'
2023-08-17 09:51:09 SELECT * FROM workspace_documents WHERE workspaceId = 1
2023-08-17 09:51:09 Adding new vectorized document into namespace privat-test
2023-08-17 09:51:09 Chunks created from document: 4
2023-08-17 09:51:09 addDocumentToNamespace undefined
2023-08-17 09:51:09 Failed to vectorize test-doc-1692258645/test-doc-pg0-228645c0-8078-4dbd-bc63-a96cbc9c8dcd.json
2023-08-17 09:51:09 Adding new vectorized document into namespace privat-test
2023-08-17 09:51:09 Chunks created from document: 3
2023-08-17 09:51:09 addDocumentToNamespace undefined
2023-08-17 09:51:09 Failed to vectorize test-doc-1692258645/test-doc-pg1-2b3b980f-9c53-4bd9-b7bc-1b28f0807e5a.json
2023-08-17 09:51:09 Adding new vectorized document into namespace privat-test
2023-08-17 09:51:09 Chunks created from document: 1
2023-08-17 09:51:09 addDocumentToNamespace undefined
I am using docker.
ChromaDB is also a docker container.
Disabling Vector Cache does not help.
Anything I can do?
Metadata
Metadata
Assignees
Labels
No labels