aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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-19got rid of put (unused)A.J. Shulman
2024-09-19added comments and fixed some styling and error handlingA.J. Shulman
2024-09-07added clarifying structural info to ReAct prompt (still ~69% shorter than ↵A.J. Shulman
previous prompt) and shortened the RAG prompt
2024-09-07completely restructured, added comments, and significantly reduced the ↵A.J. Shulman
length of the prompt (~72% shorter and cheaper)
2024-09-07reorganized parsers, added comments to vectorstore, and added citation popup ↵A.J. Shulman
for text citations
2024-09-07removed unnecessary importsA.J. Shulman
2024-09-07added commenting and restructuredA.J. Shulman
2024-09-07Fixed web document rendering by changing corsA.J. Shulman
2024-09-05merged with masterA.J. Shulman
2024-09-04more fixes for calendarBox to preserve selection when view changes.bobzel
2024-09-04updated calendars to support times of events and to render evdnts at the ↵bobzel
correct time.
2024-09-04calendar fixesbobzel
2024-09-04warning fixbobzel
2024-09-04start of conversion of Calendar into a CollectionViewbobzel
2024-09-04made calendarBox workbobzel
2024-09-04prevent tags from getting really bigbobzel
2024-09-04updated filter panel to allow filtering by tagsbobzel
2024-09-02made the progress cooler (double bounce)A.J. Shulman
2024-09-02added loading animationA.J. Shulman
2024-09-01consolidated image resampling. fixed importing zipped workspace.bobzel
2024-09-01updated to latest Jimp. fixed lag dropping images from filesystem by using ↵bobzel
worker threads.
2024-08-30tried to add progress bar to chatbox but not showing upA.J. Shulman
2024-08-30fixed linking text anchors to dall-e imagesbobzel
2024-08-29added loop summary and updated type for RAG tool outputA.J. Shulman
2024-08-27fixed typebobzel
2024-08-27enabled any image Doc to be added to a face Docbobzel
2024-08-27move chat tag labels to tags_chat and updated tagsViewbobzel
2024-08-27from lastbobzel
2024-08-27uniying image labels => tags. made face tags distinguishable from other ↵bobzel
tags - and drag off to place face collection.
2024-08-27allow non-faces to be added to face collectionsbobzel
2024-08-26made face annotation titles editable to edit face doc.bobzel
2024-08-26fixed naming of face annotationsbobzel
2024-08-26added face rectangle annotations for faces in imagesbobzel
2024-08-26made face doc labels editablebobzel
2024-08-26cleanup of faces and tagsbobzel
2024-08-26from lastbobzel
2024-08-26from lastbobzel
2024-08-26added recognizeFaces for face imagesbobzel
2024-08-26from lastbobzel
2024-08-26converted unique faces to be a Doc type similar to a collection.bobzel
2024-08-26cleanup of setting myXXstuff on dashboardsbobzel
2024-08-26cleanup of myXXXstuff on dashboardsbobzel
2024-08-26moved KeywordsBox to TagsView. changed imagellable to use tagsbobzel
2024-08-23changed keyword items to use a doc symbol for storage instead of a field. ↵bobzel
fixed sizing of docDecoartions around keyeword box to dynaically update accurately. Aded expand/collapse button for editing keywords
2024-08-23modified keywordsBox to use tags instead data_labels. made text #tags ↵bobzel
trigger keywords box. made keywords box fit contents.
2024-08-23starting to cleanup keywordsBoxbobzel
2024-08-22added '@' prefix syntax to show metadata field value in keywords boxbobzel