Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-07-21 | more server side cleanup | bobzel | |
2025-07-21 | cleaning up server warnings/errors | bobzel | |
2025-03-06 | Merge branch 'master' into aarav_edit | bobzel | |
2025-03-06 | daily journal node | aaravkumar | |
2025-02-24 | fix & 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-10 | updated from master | bobzel | |
2025-02-10 | code cleanup in createDocumentTool. added childLayoutFitWidth to ↵ | bobzel | |
comparisonBox so flashcards can fill window. | |||
2025-02-09 | trying to get assistant to create Docs properly | bobzel | |
2025-01-23 | added commenting | A.J. Shulman | |
2024-12-19 | image generation works better | A.J. Shulman | |
2024-12-18 | image creation works but is weird | A.J. Shulman | |
2024-12-18 | trying new image generation plus new implementaion of video and audio | A.J. Shulman | |
2024-12-18 | better | A.J. Shulman | |
2024-10-30 | much 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-30 | before changing the get result endpoint | A.J. Shulman | |
2024-10-22 | fixed 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-17 | from last | bobzel | |
2024-10-17 | lint cleanup for awaits in loops | bobzel | |
2024-10-10 | added new file header comments and fixed some error handling | A.J. Shulman | |
2024-09-30 | upate AJ assistant from master and fix some lint errors | bobzel | |
2024-09-22 | creates and installs virtual env | A.J. Shulman | |
2024-09-20 | added creating of the venv | A.J. Shulman | |
2024-09-19 | Working now with Python script | A.J. Shulman | |
2024-09-19 | added python files to server | A.J. Shulman | |
2024-09-19 | got rid of unnecessary endpoint on server (chunkDocument) | A.J. Shulman | |
2024-09-19 | added comments and fixed some styling and error handling | A.J. Shulman | |
2024-09-07 | completely restructured, added comments, and significantly reduced the ↵ | A.J. Shulman | |
length of the prompt (~72% shorter and cheaper) | |||
2024-09-07 | Fixed web document rendering by changing cors | A.J. Shulman | |
2024-09-02 | added loading animation | A.J. Shulman | |
2024-08-30 | tried to add progress bar to chatbox but not showing up | A.J. Shulman | |
2024-08-22 | adding csv | A.J. Shulman | |
2024-08-22 | fixed table citations and now formatted chunks show table info as well | A.J. Shulman | |
2024-08-21 | fixed citations so they show different numbers | A.J. Shulman | |
2024-08-20 | supports multiple inputs | A.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-20 | better styling, now thoughts and actions are hidden, scroll works better | A.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-16 | fixed up prompt by fixing examples and also removed link creation in search ↵ | A.J. Shulman | |
tool and fixed dangling promise in AM | |||
2024-08-16 | added check for if an image for that URL already exists | A.J. Shulman | |
2024-08-16 | Webscraping works with Screenshot API | A.J. Shulman | |
2024-08-15 | implemented search tool and other tools but scraping doesn't work | A.J. Shulman | |
2024-08-15 | currently works | A.J. Shulman | |
2024-08-14 | attempt at new multimodal vector | A.J. Shulman | |
2024-07-16 | working much better still working on adding images thouhg | A.J. Shulman | |
2024-07-11 | working with new documents | A.J. Shulman | |
2024-07-10 | document upload works | A.J. Shulman | |
2024-07-09 | starting to improve vectorstore | A.J. Shulman | |
2024-07-08 | starting vectorstore | A.J. Shulman | |
2024-06-27 | fixing to work with python API | A.J. Shulman | |
also added follow up questions | |||
2024-05-30 | fixing chatbox features | A.J. Shulman | |
still messages appear weird when using code interpreter and now doesn't detect file links | |||
2024-05-17 | manually added ChatBox from aj-starter | bobzel | |