-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Complexity: S1-2 hours1-2 hoursPriority: Low1-7 days1-7 daysType: EnhancementNew feature or requestNew feature or request
Description
Fuzzy Similarity Evaluator
Description
vCache should support Fuzzy Similarity matchings to have another performant option to check whether the cached response matches the expected label (LLM) response.
Requirements
- Implement another strategy
- Use a performant C(++) library
- Pick a reasonable default threshold and allow the user to adjust it
Impact
- Who: End-users
- What: Latency and accuracy
- Why: More flexibility
Proposed Solution
See requirements
Acceptance Criteria
- Followed coding conventions
- Implemented or updated tests
Risks & Dependencies
Fuzzy matching might be unreliable.
Additional Context
--
Metadata
Metadata
Assignees
Labels
Complexity: S1-2 hours1-2 hoursPriority: Low1-7 days1-7 daysType: EnhancementNew feature or requestNew feature or request