-
Notifications
You must be signed in to change notification settings - Fork 61
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 Request: Bulk Term Checking Script for Contributors to Add Multiple Words Efficiently" #125
Comments
Let me know your thoughts on this. |
Not clear on what the script would look like. Could you break down the steps please? |
Add your terms to a txt file say myterms.txt |
Ok. And you're thinking of adding it as a utility file in the project? |
@Anshumanv36 but isn't the search feature already doing it? Correct me if I'm wrong with what you are trying to do. |
@RayMathew yes exactly. |
example usecase: |
@Buzzpy let me know if this would be useful, as you know Hacktoberfest is approaching, contributers could find this useful |
@Anshumanv36 wouldn't this be going back to the cost bottleneck again for the LLM implementation which is mentioned in #95? |
Yes usecase 2(LLM response to JSON file) would present the quality issue related to using LLMs but thats assuming the contributers choose to not review their entries and just push low quality content, and even if they do we are not merging any entries to master yet with review first. |
Hello everyone! Thanks for all the input and ideas! The concept of bulk-checking terms sounds great and could really streamline contributions for everyone. However, since this project is still in its early stages and there are some bottlenecks to consider (like the LLM-related challenges, and cost), I’ll temporarily pause the bulk-checking feature for now. That said, the idea is definitely valuable! In the meantime, contributors can still add bulk terms one by one using the existing methods. And if anyone finds it tricky or needs help, they can always open an issue and ask for help—I’ll soon update the issue template with info on how to request help. Thanks again for pushing forward such helpful ideas, and I'm excited to keep evolving this together! Cheers! 🥂 And feel free to continue the chat if needed, I won't close the issue for now. |
Proposal implementing a feature that allows for bulk checking of terms. This script would enable developers to input multiple terms and check their presence in the encyclopedia all at once.
The goal is to enhance the developer experience for those looking to contribute by simplifying the process of verifying multiple terms. Instead of checking each term individually, contributors could use this script to quickly see which terms are already present and which are not.
This feature aims to streamline the contribution process, making it easier and more efficient for developers to suggest and add multiple terms to the encyclopedia at once.
The text was updated successfully, but these errors were encountered: