Add sentence numbers to input text
Adding sentence numbers to the input text is an important part of this Prompt Engineering Workflow 1 Split the input text into sentences using spaCy NLP library 2 Add the sentence number as a prefix to the sentence 3 Send this “annotated” text as part of the prompt Here is an example VAERS report with…
