Replies: 2 comments 2 replies
-
@janwika in order to reuse an existing instance just pass the name of your weaviate class to the |
Beta Was this translation helpful? Give feedback.
-
Hi, I load the store like this:
When I then try to retrieve documents with it, it fails and throws an exception in the _convert_weaviate_result_to_document() function.
Meaning, whenever a content_field is set (which is always the case) then it assumes that the actual content is a json value. This breaks the code if the content isnt a json value. Is there any example out there, on how to configure a WeaviateVectorStore that is working with an existing instance of weaviate? |
Beta Was this translation helpful? Give feedback.
-
Is there a way to use an existing Weaviate instance with documents stored as a Haystack DocumentStore? It appears that you can only instantiate a new schema through WeaviateDocumentStore or am i not seeing something?
Beta Was this translation helpful? Give feedback.
All reactions