summaryrefslogtreecommitdiff
path: root/htroot
AgeCommit message (Collapse)Author
2025-12-06added RAG configuration pageMichael Peter Christen
2025-12-06added build page for the AI labMichael Peter Christen
2025-11-30fixed missing line ending in token streamingMichael Peter Christen
2025-11-30fixed font nameMichael Peter Christen
2025-11-30added automatic serch result feedback to chat attachmentMichael Peter Christen
2025-11-30added RAG search to promptsMichael Peter Christen
2025-11-30enable focus on composer during token streaming.Michael Peter Christen
2025-11-30added delete button for chat elements and enhanced focus/scrolling behaviorMichael Peter Christen
2025-11-30Merge branch 'master' of https://github.com/yacy/yacy_search_serverMichael Peter Christen
2025-11-30added text attachments and integrated of text attachments in rag proxy handlingMichael Peter Christen
2025-11-29added fontsMichael Peter Christen
2025-11-23added markdown and code formatting to chat assistant answersMichael Peter Christen
2025-11-25added copy and edit buttons in chat historyMichael Peter Christen
2025-11-24another recommended modelMichael Peter Christen
2025-11-24added image attachments, local storage, clear/download/upload/show-system ↵Michael Peter Christen
buttons to chat
2025-11-24enhanced chat cssMichael Peter Christen
2025-11-23added chat front-end (stub, no connection to search yet)Michael Peter Christen
2025-11-15added automatical identification of tooling and vision features. The web ↵Michael Peter Christen
client just tests this.
2025-11-13renamed usage namedMichael Peter Christen
2025-11-11distinguish between usage columns and feature columns, added toolingMichael Peter Christen
2025-11-10design updates for LLMSelectionMichael Peter Christen
2025-11-10fixed persistence of LLMSelection production table eventsMichael Peter Christen
2025-11-10added persistence to production models tableMichael Peter Christen
2025-11-09more models in recommended models and production matrix definitionMichael Peter Christen
functions
2025-11-07refactoring - both model lists now tablesMichael Peter Christen
2025-11-07added buttons for model deletionMichael Peter Christen
2025-11-07refactoring the code to decluster into separate functions:Michael Peter Christen
api access, download activity, rendering functions
2025-11-07added download option for recommended models in LLMSelectionMichael Peter Christen
(this is still a stub)
2025-11-02LLM selection servlet (stub)Michael Peter Christen
2025-09-29added YaCy logo vector graphicsMichael Peter Christen
2025-09-21enlarged web structure imageMichael Peter Christen
Only the headline gets a larger font, the network nodes stay with a 5-pixel font. However, the overall size had been increased by 20%
2025-09-21enlarged Access Grid picture size by 20%Michael Peter Christen
2025-09-21enlarged by 20% also PerformaceGraph, ProfilingGraphMichael Peter Christen
NetworkHistory, ChartPlotter and the Status page.
2025-09-21Enlarged Network Graphic by 20%Michael Peter Christen
The YaCy retro-pixel-art images had been designed in a time where displays had not been "retina displays" and device pixel ratios (DPR) of 2 (everything must be scaled up by 100% to have the same size). Because the YaCy images have a fixed-width size, they appear now tiny compared on how they appeared in the past. Our 6-pixel font is not readable any more on high-res displays because with a DPR-2 they are scaled down to 50%. Experiments with DPR-agnostic auto-scaling of the images did not show a beautiful result. Instead, we now simply give the graphics 20% more pixel space and also scale up the font from 6 pixel to 8 pixel. They still have a nice retro-style look.
2025-08-19added YaCy Pack DownloaderMichael Peter Christen
This does a direct scan of the dataset repositories at huggingface. At this time there is one repo which has the String "YaCy-Pack" inside the repo name. All repositories that have that String in its name are listed. A download button exist which downloads the YaCy Pack to the hold path.
2025-08-19fixes in pack generator and managerMichael Peter Christen
2025-08-15added collection attribute setting for zim and warc importsMichael Peter Christen
Having the collection attribute for those imports enables to use those import methods for YaCy Pack generation which requires the collection name to produce a pack name. Fixed also file upload option through browser for both methods. For large zim/warc files you require large memory settings to be able to cache the uploaded file. You also need large memory requirements in your browser to upload gigabytes of files through multipart/form-data uploads.
2025-08-12added 'mix' category for YaCy PacksMichael Peter Christen
2025-08-04added Index Pack ManagerMichael Peter Christen
2025-08-04more prominent place for collections in crawl start to promote correctMichael Peter Christen
use of pack generation using collection names
2025-08-01YaCy Index Pack Generator - refactoring of the SURROGATE process into aMichael Peter Christen
"PACK" concept.
2025-06-19Merge pull request #715 from 3ele-projects/piep/fix_bookmarks_json_apiMichael Christen
Fix bookmarks json api #713
2025-06-19added ZIM importer servletMichael Peter Christen
2025-06-17htroot/api/bookmarks/get_bookmarks.json: remove parent [] for tagsjsonpiep
2025-06-17htroot/api/bookmarks/get_bookmarks.json change template to tagsjsonpiep
2025-06-17htroot/api/bookmarks/get_bookmark: change template, change bookmark looppiep
2025-06-17initpiep
2024-09-21added an option to ViewFile to see all solr fields which contain textsMichael Peter Christen
2024-07-24added deleted files from commit ↵Michael Peter Christen
https://github.com/yacy/yacy_search_server/commit/254f12d60b2d80b8bd136216c4b091d43e4a8c90 which are still needed and had been linked outside of yacy/ui
2024-07-21replaced http links with httpsMichael Peter Christen