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

Can Weaviate read JSON data?

$
0
0

I’m using Python. I have an API that returns huge amount of data as JSON objects

  1. Can Weaviate read that data? Do I need to process it before feeding it into Weaviate?
  2. If the data changes, either the structure of the API response changes or the existing values got updated, is it possible to update the data in Real time, on the fly, in production? Like you update a MySQL database for example
  3. Is there a reliable vectorizer/embeddings I can use other than OpenAI? I plan to self host the entire project and not rely on any third party API.

Yes I know that this question was asked before but here I am asking it again, because the users were told to go checkout a python notebook on github that no longer exists.

I’m not going to search git history, because even if I find the notebook, maybe the code is obsolete. The fact that it was removed from Github could mean that the ability to read JSON data is deprecated in weaviate, who knows.


Viewing all articles
Browse latest Browse all 3605

Trending Articles