CampusGPT-ai / GAI_Academic_Advising_Assistant_MVP

Open Source Public Repo for collaborative academic advising assistant project
MIT License
1 stars 0 forks source link

key word search prompt requirement #31

Open marycampus opened 4 months ago

marycampus commented 4 months ago

do we need the additional prompting layer to combine user info with user question for key word retrieval, or can we get the same retrieval results by just embedding all the user info with the question? Are there way to optimize this without requiring an additional GPT call?