lazydog2

Results 4 comments of lazydog2

The code in #36, or a version of it, might also assist with this issue.

This version of normalize seems to handle multi-character confusables and closely matches the behavior of the existing normalize function: ``` import string from copy import copy def normalize(string, prioritize_chars=False, prioritized_char_set=string.ascii_lowercase):...

I have a similar or identical question, I'd like to be able to perform a search from the homepage and sort the results by date with the most recent articles...

These may be useful references: Locally-hosted library · Issue #914 · ollama/ollama https://github.com/ollama/ollama/issues/914#issuecomment-2202709638 Release v2.11.0-ollama · stonezdj/harbor https://github.com/stonezdj/harbor/releases/tag/v2.11.0-ollama ollama/types/model/name.go at main · ollama/ollama · GitHub https://github.com/ollama/ollama/blob/main/types/model/name.go#L96