summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-01-06updated d3.jsMichael Peter Christen
2026-01-04increased default context sizeMichael Peter Christen
2026-01-04added rendering of <think> tags in LLM responses.Michael Peter Christen
2026-01-03more realistic rate limits for chat request ratesMichael Peter Christen
2026-01-03disabled narrow font in model selectionMichael Peter Christen
2026-01-03added default augmentation setting (attachments / local search) in chat.Michael Peter Christen
2026-01-03Merge pull request #747 from Al2Klimov/patch-1Michael Christen
Fix typo in echo message for downloading ivy
2026-01-03Fix: avoid 0-results by using remote metadata results when availableMichael Peter Christen
Use the remote metadata list directly (via addNodes) after storing/committing remote search results. This bypasses the flaky RWI→metadata lookup that can drop all results and yield a ZERO COUNT even when peers return references.
2026-01-03Fix image preview licensing and show 20 images per page, fixesMichael Peter Christen
https://github.com/yacy/yacy_search_server/issues/438 Use separate one‑time licenses for image thumbnails and full previews to prevent preview failures after thumbnail loads, and set the Images tab to request 20 results by default via the content‑domain switch form.
2026-01-03page number computation fixMichael Peter Christen
2026-01-03Handle POST redirects when contacting peers, fix forMichael Peter Christen
https://github.com/yacy/yacy_search_server/issues/684 YaCy’s peer queries use HTTP POST and were not following redirects, so HTTP→HTTPS redirections (e.g., 8090→8443) failed and peers never switched protocol/port. This adds a redirect strategy that allows POST redirects (preserving method/body, except for 303), letting remote peer connections follow HTTPS redirects correctly.
2026-01-02possible fix for search-0-results bug fromMichael Peter Christen
https://github.com/yacy/yacy_search_server/issues/499
2026-01-01fixed windows installer; updated download path for java installerMichael Peter Christen
2025-12-23Fix typo in echo message for downloading ivyAlexander Aleksandrovič Klimov
2025-12-08added AIShield config page for chat access settings. Also added chat to top ↵Michael Peter Christen
menu in case that was wanted by the user. Also added the AILab to the main menu.
2025-12-06added RAG configuration pageMichael Peter Christen
2025-12-06added build page for the AI labMichael Peter Christen
2025-12-05enhanced snippet computation for RAGMichael 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-24Merge branch 'master' of https://github.com/yacy/yacy_search_serverMichael Peter Christen
2025-11-24enhanced chat cssMichael Peter Christen
2025-11-23Merge branch 'master' of https://github.com/yacy/yacy_search_serverMichael Peter Christen
2025-11-23added search result - to - markdown in RAGMichael Peter Christen
2025-11-23added loop unrolling to tensor dot computationMichael Peter Christen
2025-11-23added chat front-end (stub, no connection to search yet)Michael Peter Christen
2025-11-23refactoringMichael Peter Christen
2025-11-23removed dependency of ByteBuffer on FloatBufferMichael Peter Christen
2025-11-22replaced ArrayFloatTensor with DirectBufferFloatTensorMichael Peter Christen
2025-11-22refactoring of tensor classes to prepare for further enhancementsMichael Peter Christen
2025-11-22refactoring of Llama3 model front-end classMichael Peter Christen
2025-11-19added mac app packagerMichael Peter Christen
2025-11-19Merge branch 'master' of https://github.com/yacy/yacy_search_serverMichael Peter Christen
2025-11-19fixed some critical errors in kelondroMichael Peter Christen
2025-11-16integrated model usage names into rag proxyMichael Peter Christen
2025-11-16added OpenAI models servlet and Ollama tags servletMichael Peter Christen
2025-11-16refactoring of token consumerMichael Peter Christen
2025-11-16added reading from LLM matrixMichael Peter Christen
2025-11-15added automatical identification of tooling and vision features. The web ↵Michael Peter Christen
client just tests this.