Skip to content

Using Generative AI (Copilot, Gemini, or ChatGPT) to get indexing terms for reports #149379

Discussion options

You must be logged in to vote

Given the challenge of finding relevant indexing terms from a list of 21,000, here are a few suggestions:

Chunking the List: Instead of processing the entire list at once, consider breaking it down into smaller chunks. This might help Copilot manage the data more efficiently.
Pre-processing the Report: Extract key phrases or concepts from the report using natural language processing (NLP) techniques before matching them against your term list.
External Tools: Utilize specialized text analysis tools or libraries (such as spaCy, NLTK, or TF-IDF) to identify important terms in the report and then match them with your list.
Iterative Approach: If Copilot can handle single terms effectively, c…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@GrumpyMonk099
Comment options

Answer selected by GrumpyMonk099
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Models
Labels
Question Models Discussions and conversations related to GitHub Models
2 participants