Hey guys,
I am working on creating Assistant that would help our Students (Course Attendants) on finding solutions in creating their e-commerce stores. I have course transcripts and have added those in vector store, as well as metadata that links Assistant answer to the lesson resource, if there is any. Any ideas how I could improve functionality - specificaly make Assistant response faster and concise - I’ve started working on creating -
dictionary -of : “summary” - transcripts summary, “insights” - main ideas from lesson, “actionable_steps” - short answers based on summary, “topics covered” - tags from NLP to make Assistants knowledge retrieval easier, “key_use_cases” - cases/questions on which assistant should use that lesson (EXAMPLE: ‘When users need a checklist for launching an e-commerce business.’). Thanks for any help in advance!