Skip to content

Levenshtein distance without langchain#1072

Merged
pieroit merged 1 commit intocheshire-cat-ai:developfrom
Pingdred:levenshtein
May 2, 2025
Merged

Levenshtein distance without langchain#1072
pieroit merged 1 commit intocheshire-cat-ai:developfrom
Pingdred:levenshtein

Conversation

@Pingdred
Copy link
Member

@Pingdred Pingdred commented May 2, 2025

Description

Use the Levenshtein implementation from rapidfuzz instead of the one from LangChain.

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas

Use the Levenshtein implementation from RapidFuzz instead of the one from LangChain, as the latter will be removed in future versions.
@pieroit
Copy link
Member

pieroit commented May 2, 2025

Thanks @Pingdred

@pieroit pieroit merged commit 8c6238e into cheshire-cat-ai:develop May 2, 2025
1 of 2 checks passed
@Pingdred Pingdred deleted the levenshtein branch May 2, 2025 12:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants