You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does the logic here implement batch processing of many different independent texts (i.e. independent entries in the Weaviate database)?
I see batching in the sense of splitting a text into sentences, computing vectors for each sentence, and averaging the vectors. I imagine this is done when a single entry contains multiple concepts. But if I understand the code correctly, there is no way to get multiple independent vectors from several independent texts.
The text was updated successfully, but these errors were encountered:
JubilantJerry
changed the title
Batching along different strings
Batching along different texts, producing one vector per text
Apr 28, 2023
Does the logic here implement batch processing of many different independent texts (i.e. independent entries in the Weaviate database)?
I see batching in the sense of splitting a text into sentences, computing vectors for each sentence, and averaging the vectors. I imagine this is done when a single entry contains multiple concepts. But if I understand the code correctly, there is no way to get multiple independent vectors from several independent texts.
The text was updated successfully, but these errors were encountered: