summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
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-09reading the post request body and sending it in a get attribute toMichael Peter Christen
servlets
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-10-27refactoring of llm classesMichael Peter Christen
2025-10-12code cleanupMichael Peter Christen
2025-10-12small fixes to MCP serverMichael Peter Christen
2025-10-12fixed method recognition in MCP ServerMichael Peter Christen
2025-10-12added loging to MCP serverMichael Peter Christen
2025-10-11Merge branch 'master' of https://github.com/yacy/yacy_search_server.gitMichael Peter Christen
2025-10-11added MCP serverMichael Peter Christen
You can now use YaCy as a search tool within an agentic LLM framework, i.e. using MCP clients in N8N or OpenAI AgentBuilder. The tool address is /tools
2025-10-05Merge pull request #737 from henschi/fix_testsMichael Christen
fix test after the lastest changes
2025-10-05Fix for refactoring introduced inMichael Peter Christen
https://github.com/yacy/yacy_search_server/commit/8451cfdef8f3e40cb866c4ee74fbf21d73325136 As mentioned in https://github.com/yacy/yacy_search_server/issues/687#issuecomment-3368449331
2025-10-04fix test after the lastest changesHenschi
2025-09-29added YaCy logo vector graphicsMichael Peter Christen
2025-09-25stub of ollama client appMichael Peter Christen
2025-09-25Enhanced fonts: new 6-Pixel fontMichael Peter Christen
like the greatest home computers in the 80s
2025-09-22refactoring of FontGeneratorMichael 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-09-21introduced 7 pixel fontMichael Peter Christen
2025-09-21refactoring PrintToolMichael Peter Christen
2025-09-21added some more visualization archetypesMichael Peter Christen
2025-09-20added three more 80s style retro plotter: Isometric, Radar, StarTunnelMichael Peter Christen
2025-09-20added experimental SkylinePlotter and unfinished network graph using theMichael Peter Christen
SkylinePlotter
2025-09-14Merge pull request #722 from scyt01/masterMichael Christen
Fix proper encoding in sendDirectory() function
2025-09-14upgraded commons-lang to commons-lang to fixMichael Peter Christen
"Uncontrolled Recursion" security warning: https://github.com/yacy/yacy_search_server/security/dependabot/48
2025-09-10added helper classMichael Peter Christen
2025-09-10Merge pull request #730 from szarowski/last_modifiedMichael Christen
support for /date search to be sorted by date published #622