Custom Prompt for Active Note index? #74
Replies: 1 comment 2 replies
-
Hi @jetsquared , these are great suggestions! Thank you for your ideas, it helps me understand what actual usage looks like besides my own. This is precisely why I put BETA next to QA mode, to learn what makes sense. I created the indexing button initially just for wrapping the active note in a single prompt to the chat model, so one click was enough to start the QA. Then I integrated with LangchainJS, and introduced retrieval QA chain for "QA: active note" mode. So basically, the two modes are running two different chains, hence the one-click QA with the button doesn't cut it anymore. The dropdown for mode selection was introduced. I think these 2 points both make sense. The indexing button means the user wants to start QA, so there's no need to remain in conversation mode - automatically switching to QA should be intuitive. Once the user wants to stop the QA, just manually switch to conversation mode again. The custom prompt for QA mode is quite interesting. Do you mean that this particular custom prompt is only meant for QA mode, as some prompts might not make sense in Conversation mode? I can introduce a checkbox for the prompt creation modal: Pls let me know if I understand correctly. In the next few iterations, I plan to enhance QA mode to not just Active Note, but optionally a folder of notes where the path is set in the settings. Hopefully these proposed UX still make sense then! Any more ideas and suggestions are welcome! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Thank you for this amazing plugin!
My current workflow is as such:
Q1 - once the user has {clicked} selected to index the Active Document, can the "QA: Active Note" be switched to automatically?
Q2 - Can a "Custom User Prompt" be stored for a "QA: Active Document"? For example: in an active document, a user would initiate the custom prompt, copilot would begin indexing the active document, set the correct mode, insert the prompt, and run it.
Beta Was this translation helpful? Give feedback.
All reactions