The idea is to test, investigate and determine the number of minimum characters of a request string that should pass through an NLP worker in order to generate a summary text to be used in an LLM prompt.
To do so, here are the possible tasks:
Test the existing Spacy configuration with various prompts having different text lengths.
Record the results
Test the different Spacy configurations with various prompts having different text lengths.
Record the results
Investigate NLP technologies, different than Spacy.
Record the results
At the end, define the optimal, configuration for NLP:
The idea is to test, investigate and determine the number of minimum characters of a request string that should pass through an NLP worker in order to generate a summary text to be used in an LLM prompt.
To do so, here are the possible tasks: