Weaviate/Python - DocumentStore #5688
Replies: 2 comments
-
Hello @Stephane937 what python version are you using? The issue is caused by |
Beta Was this translation helpful? Give feedback.
-
HI @julian-risch, thanks for your reply, i use python 3.10.2 and i try to excute the JSONDecodeError import by : from simplejson import JSONDecodeError but again i have the same error |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
when i create an instance of Weaviate and use the URL link of this instance in the WeaviateDocumentStore function like this :
from simplejson import JSONDecodeError
from haystack.document_stores.weaviate import WeaviateDocumentStore
document_store = WeaviateDocumentStore("https://test-8juqjv1k.weaviate.network")
i have this error :
ImportError: cannot import name 'JSONDecodeError' from 'requests'
If somenone know how to fix this error, it would be a great help
Beta Was this translation helpful? Give feedback.
All reactions