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
Make the following improvements to help indexing through applications.
In Application.add, cast the input documents batch to a list. This will automatically convert a generator if that's provided. Note that this method is designed to work with small batches, not the entire dataset
Default graph and topics configuration if it's None. This is the same logic already available in scoring. This makes it possible to have cleaner input YAML syntax.
The text was updated successfully, but these errors were encountered:
Make the following improvements to help indexing through applications.
In
Application.add
, cast the input documents batch to a list. This will automatically convert a generator if that's provided. Note that this method is designed to work with small batches, not the entire datasetDefault
graph
andtopics
configuration if it's None. This is the same logic already available inscoring
. This makes it possible to have cleaner input YAML syntax.The text was updated successfully, but these errors were encountered: