webtimemachine / wtm2

https://www.webtm.io
GNU Affero General Public License v3.0
16 stars 1 forks source link

Automatic Filtering of Explicit Content in Browsing History #101

Closed agrasso-azumo closed 5 months ago

agrasso-azumo commented 5 months ago

Details: As a user, I want the browsing history feature in the LLM system to automatically filter out explicit content, ensuring a safe and appropriate browsing experience.

Acceptance Criteria:

The LLM system should employ a filtering mechanism to identify and exclude explicit content from the browsing history.

The filtering mechanism should be robust and efficient, capable of accurately detecting explicit content.

Any explicit content identified should be excluded from the browsing history records displayed to the user.

The filtering process should not significantly impact the performance or speed of browsing history retrieval.

christian-herrera-azumo commented 5 months ago

Added explicit content filter service

christian-herrera-azumo commented 5 months ago

I created this branch based on feature/semantic-search

christian-herrera-azumo commented 5 months ago

PR: #111