aboutsummaryrefslogtreecommitdiff
path: root/src/server/ApiManagers/AssistantManager.ts
AgeCommit message (Collapse)Author
2024-08-30tried to add progress bar to chatbox but not showing upA.J. Shulman
2024-08-22adding csvA.J. Shulman
2024-08-22fixed table citations and now formatted chunks show table info as wellA.J. Shulman
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-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-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-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-07-16working much better still working on adding images thouhgA.J. Shulman
2024-07-11working with new documentsA.J. Shulman
2024-07-10document upload worksA.J. Shulman
2024-07-09starting to improve vectorstoreA.J. Shulman
2024-07-08starting vectorstoreA.J. Shulman
2024-06-27fixing to work with python APIA.J. Shulman
also added follow up questions
2024-05-30fixing chatbox featuresA.J. Shulman
still messages appear weird when using code interpreter and now doesn't detect file links
2024-05-17manually added ChatBox from aj-starterbobzel