omagdy7 / ollama-logseq

Logseq plugin to integerate with ollama
MIT License
167 stars 15 forks source link

Q: can Ollama generate longer summaries (based on word length or chapter)? #21

Open BradKML opened 3 months ago

BradKML commented 3 months ago

Currently I am testing with captured blogs with a lot of lines and paragraphs to see how they summarize. However most of the time Ollama (with Qwen for large context window and small footprint) they only do one-line summaries. Even asking question with page context does not yield results of the same length, often Q&A leads to multi-line answers. Are there ways to set the maximum or ideal length of the output? Alternatively, are there ways to "chunk" the page into individual chunks for Ollama to treat as individual inputs (semantic chunking)?