Quantcast
Channel: Weaviate Community Forum - Latest posts
Viewing all articles
Browse latest Browse all 3866

Can Weaviate read JSON data?

$
0
0

hi @elie !! Welcome back!

  1. No, Weaviate will not read and store entire json data. You will need to parse that json, and store it accordingly. Note that while we do have the object datatype, it does have some limitations.

  2. If you have a deterministic id for that object, you can always pass it as the object uuid during a batch operation. That way, Weaviate will insert or create that object for you. If the object has a new property that, Weaviate will create that property “on the fly”, if the AUTO_SCHEMA feature is active.

  3. Here you have options, such as ollama and kubeai

We have reorganized our recipes, so some links are now returning 404. You can find the mentioned recipe here:

But note that at this recipe, it is not importing json, but a simple dict as it’s properties.

Let me know if that helps!

THanks!


Viewing all articles
Browse latest Browse all 3866

Trending Articles