[PR #37] [MERGED] upgrade fuzzy search library #9938

Closed
opened 2026-04-12 22:48:20 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/37
Author: @mxyng
Created: 7/5/2023
Status: Merged
Merged: 7/5/2023
Merged by: @mxyng

Base: mainHead: upgrade-fuzzy


📝 Commits (1)

  • 6ce9a58 upgrade fuzzy search library

📊 Changes

4 files changed (+28 additions, -31 deletions)

View changed files

📝 ollama/engine.py (+6 -9)
📝 poetry.lock (+18 -18)
📝 pyproject.toml (+1 -1)
📝 requirements.txt (+3 -3)

📄 Description

fuzzywuzzy was renamed starting 0.19 so use that instead

use process.extract to produce a list of fuzzy matches instead of process.extractOne


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama/pull/37 **Author:** [@mxyng](https://github.com/mxyng) **Created:** 7/5/2023 **Status:** ✅ Merged **Merged:** 7/5/2023 **Merged by:** [@mxyng](https://github.com/mxyng) **Base:** `main` ← **Head:** `upgrade-fuzzy` --- ### 📝 Commits (1) - [`6ce9a58`](https://github.com/ollama/ollama/commit/6ce9a58c359e97036923e4f02318e4053f322add) upgrade fuzzy search library ### 📊 Changes **4 files changed** (+28 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `ollama/engine.py` (+6 -9) 📝 `poetry.lock` (+18 -18) 📝 `pyproject.toml` (+1 -1) 📝 `requirements.txt` (+3 -3) </details> ### 📄 Description fuzzywuzzy was renamed starting 0.19 so use that instead use process.extract to produce a list of fuzzy matches instead of process.extractOne --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-12 22:48:20 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#9938