How to genererate document sections based on previous documents #6860
Unanswered
levalencia
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My client has a list of 25 documents which are proposals for their clients. The documents in word have the same structure like:
Etc
They want to be able to ask the chatbot to generate a section of the document and the bot should generate with their writing style.
Example:
My first question is, Does this task needs to fine tune a model? If not, how would you approach this?
Do I index all document content into a vector db and then ask the questions?
Or should I preprocess and index all Project Contexts into one index, then all Business Activities sections into another index?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions