aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-08-21removed printlinesA.J. Shulman
2024-08-21added answer streaming parsing so it provides realtime parsing and then ↵A.J. Shulman
follow-up questions and citations are added when its finished
2024-08-21fixed citations so they show different numbersA.J. Shulman
2024-08-20supports multiple inputsA.J. Shulman
maybe also make it so web results cannot have overlap (no same url in websites returned by search) Also make sure it will cite multiple websites
2024-08-20fixed prompt to be more explicit with action input structureA.J. Shulman
2024-08-20Update ChatBox.tsxA.J. Shulman
2024-08-20better styling, now thoughts and actions are hidden, scroll works betterA.J. Shulman
next steps: - [ ] Ensure it doesn’t create more web documents when one already exists - [ ] Citations should not be rendered on the next line but on the same line as the text - [ ] If invalid XML, run get 3.5 to verify and fix XML based one examples - [ ] Making sure if you ask for other information, it doesn’t go to the same website. Providing website history in use rules for the search tool and website scraper tool or in the prompt directly
2024-08-19Streaming wiht thoughts and actions working much better but still get error ↵A.J. Shulman
for web search
2024-08-19working on making streaming workA.J. Shulman
2024-08-18Attempting streaming contentA.J. Shulman
2024-08-16now shows thoughts in real timeA.J. Shulman
next steps: integrate everything with the AnswerParser make sure citations work perfectly (right now clicking citations isn't perfect for urls and multiple citations for the same url source are generated—check examples for mistakes)
2024-08-16fixed up prompt by fixing examples and also removed link creation in search ↵A.J. Shulman
tool and fixed dangling promise in AM
2024-08-16added check for if an image for that URL already existsA.J. Shulman
2024-08-16changed from step tags to stage tagsA.J. Shulman
Changed from step1, step2, etc. tags to more straightforward (and not similar to other step tags usage in XML) stage tags with stage number as an attribute.
2024-08-16Webscraping works with Screenshot APIA.J. Shulman
2024-08-15implemented search tool and other tools but scraping doesn't workA.J. Shulman
2024-08-15currently worksA.J. Shulman
2024-08-14attempt at new multimodal vectorA.J. Shulman
2024-08-07trying to get rules to delete after using roolA.J. Shulman
2024-07-22works better nowA.J. Shulman
2024-07-22works decently wellA.J. Shulman
2024-07-22attempting new RAG prompt and formatting of citations vs grounded textA.J. Shulman
2024-07-22fixing summaries by having them part of the ReAct promptA.J. Shulman
2024-07-17new promptA.J. Shulman
2024-07-17Update package-lock.jsonA.J. Shulman
2024-07-17Merge branch 'master' into aj-system-messageA.J. Shulman
2024-07-17working on rendering MarkDown and added NoToolA.J. Shulman
2024-07-17fixed making pdf's honor pointreEvents field on PDFsgeireann
2024-07-17added image citation highlightsA.J. Shulman
2024-07-16not sure why JSON parsing isn't workingA.J. Shulman
2024-07-16working much better still working on adding images thouhgA.J. Shulman
2024-07-16attempting annotations for image chunksA.J. Shulman
2024-07-15attempt #2A.J. Shulman
2024-07-15attempt at adding linksA.J. Shulman
2024-07-15citation parsing working much betterA.J. Shulman
2024-07-12some code type cleanupgeireann
2024-07-12Fixed nested collections in templates. cleaned up some cod.egeireann
2024-07-11Merge branch 'master' of https://github.com/brown-dash/Dash-Webgeireann
2024-07-11fixed transforms for treeView. cleanedup/commented some code.geireann
2024-07-11Revert "Merge branch 'eleanor-gptdraw' into master"eleanor-park
This reverts commit 4438e7fe202ff4091b26f073122e7866ec9abb46, reversing changes made to 59ca918ea0918b41f1e2fa4b6acb8725ca9b44af.
2024-07-11not working well (files don't get filename immediately_A.J. Shulman
2024-07-11Merge branch 'eleanor-gptdraw' into mastereleanor-park
2024-07-11working with new documentsA.J. Shulman
2024-07-10trying to update RAG when new docs are addedA.J. Shulman
2024-07-10Works much better now.A.J. Shulman
2024-07-10Working now somewhatA.J. Shulman
2024-07-10Fixing bugs and attempting to get it to workA.J. Shulman
2024-07-10first attempt at integrating everythingA.J. Shulman
2024-07-10document upload worksA.J. Shulman
2024-07-10fixed caption font colorgeireann