Hi everyone!
I am currently taking the “LangChain Chat with Your Data” course and I am attempting to figure out if, once I load my data, I can have my chatbot generate similar data (based on my examples that I provide it)
Specifically, I am looking to load 100 word documents that contain the following:
Summary of Action
- between 1-2 pages on a word document
- describes why an individual deserves an award
- less consistent sentence structure between examples
Citation
- 1250 characters (with spaces)
- Cookie cutter first and last sentence
- very consistent sentence structure and style from each example
Once loaded, I would like to be able to enter new key data points and have the chatbot generate an example Summary of Action and Citation.
Is using Langchain the best way to accomplish this or is there some other method (i.e. finetuning a different LLM) that would be more appropriate?
Thanks for any help / suggestions!