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
As we unwind every document into multiple documents to find separate each activity per author, we have ended up in multiple documents with the same text field. To assure that we're not being costed a high price for violation detection while labeling the data we need to add a caching mechanism to call the LLM API just for the new texts and return the results of previous texts for label.
As we unwind every document into multiple documents to find separate each activity per author, we have ended up in multiple documents with the same
text
field. To assure that we're not being costed a high price for violation detection while labeling the data we need to add a caching mechanism to call the LLM API just for the new texts and return the results of previous texts for label.To do so here's the task list for this issue
The text was updated successfully, but these errors were encountered: