Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Add redis caching for Violation Detection transformation part! #245

Open
1 of 2 tasks
amindadgar opened this issue Aug 7, 2024 · 0 comments
Open
1 of 2 tasks

Comments

@amindadgar
Copy link
Member

amindadgar commented Aug 7, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant