List view
## Goal Create a chatbot that can view images. ### Notes Previous research on creating this feature can be found in #199 ---
No due date•0/1 issues closed## Goal Create a chatbot that retrieves the user's list of URLs, preprocesses them for only pertinent information, and context-stuff the information. ### Things to Consider - What is the optimal way to store the retrieved context, in Streamlit `session_state`, or perhaps a regular list? - How will the chatbot "know" when to refer to the retrieved context? - The user will be able to input multiple URLs, how will the chatbot "know" which retrieved context to refer to, if they are compartmentalized? #### Notes - Retrieved content should not have web-scraper noise, like HTML code, etc. - Guardrails for when the retrieved content should be used in the answer should be defined - Could use a LangGraph to direct the chatbot's "thinking" - Could append entire retrieved context to chat history
Overdue by 6 month(s)•Due by September 20, 2025•0/1 issues closed