Skip to content
New issue

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

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

Already on GitHub? # to your account

Update retriever.py #332

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update retriever.py #332

wants to merge 1 commit into from

Conversation

tejvirk
Copy link

@tejvirk tejvirk commented Mar 4, 2025

Previous version of is_valid_wikipedia_source used source IDs, which contain underscores and other problematic elements that would get in the way of matching a given url/domain. The new version of is_valid_wikipedia_source uses a JSON file that includes the actual source URLs, which should yield better results.

Previous version of is_valid_wikipedia_source used the source ID, which contains underscores and other problematic elements that would get in the way of matching a given url/domain. The new version of is_valid_wikipedia_source uses a JSON file that includes the actual source URLs, which should yield better results.
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant