How to achieve fuzzy matching and full matching #2732
Unanswered
Friedrich-hue
asked this question in
Q&A
Replies: 1 comment 3 replies
-
If is possible to filter by keywords, but fuzzy matching (aka Liechtenstein distance) is not supported at the moment |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
There is a piece of text,
The direct conversion of the text into a vector and then querying it has limited effectiveness. I want to implement the following functionality separately:
Is it possible to first break down the question into keywords and then perform a fuzzy matching in the database's payload using Qdrant?
Beta Was this translation helpful? Give feedback.
All reactions