aboutsummaryrefslogtreecommitdiff
path: root/src/server/ApiManagers/AssistantManager.ts
AgeCommit message (Collapse)Author
2025-07-21more server side cleanupbobzel
2025-07-21cleaning up server warnings/errorsbobzel
2025-03-06Merge branch 'master' into aarav_editbobzel
2025-03-06daily journal nodeaaravkumar
2025-02-24fix & feat: changed cohere embeddings for OpenAI's new embedding model and ↵A.J. Shulman
also improved security by moving api keys to .env
2025-02-10updated from masterbobzel
2025-02-10code cleanup in createDocumentTool. added childLayoutFitWidth to ↵bobzel
comparisonBox so flashcards can fill window.
2025-02-09trying to get assistant to create Docs properlybobzel
2025-01-23added commentingA.J. Shulman
2024-12-19image generation works betterA.J. Shulman
2024-12-18image creation works but is weirdA.J. Shulman
2024-12-18trying new image generation plus new implementaion of video and audioA.J. Shulman
2024-12-18betterA.J. Shulman
2024-10-30much better RAG with image retrieval fixed significantly and much faster ↵A.J. Shulman
(only saving images in one place and remembering where they are saved)
2024-10-30before changing the get result endpointA.J. Shulman
2024-10-22fixed websearch tool endpoint so it only returns displayable results in ↵A.J. Shulman
Dash; also fixed type checking but needs to be improved
2024-10-17from lastbobzel
2024-10-17lint cleanup for awaits in loopsbobzel
2024-10-10added new file header comments and fixed some error handlingA.J. Shulman
2024-09-30upate AJ assistant from master and fix some lint errorsbobzel
2024-09-22creates and installs virtual envA.J. Shulman
2024-09-20added creating of the venvA.J. Shulman
2024-09-19Working now with Python scriptA.J. Shulman
2024-09-19added python files to serverA.J. Shulman
2024-09-19got rid of unnecessary endpoint on server (chunkDocument)A.J. Shulman
2024-09-19added comments and fixed some styling and error handlingA.J. Shulman
2024-09-07completely restructured, added comments, and significantly reduced the ↵A.J. Shulman
length of the prompt (~72% shorter and cheaper)
2024-09-07Fixed web document rendering by changing corsA.J. Shulman
2024-09-02added loading animationA.J. Shulman
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