[AI Triage] Condense Search Calls
Open
AI Triage Tool
- Dominant language
- C#
- Stars
- 135
- Forks
- 260
- Avg merge
- 3d 1h
- Merged PRs (30d)
- 143
Description
Right now, both the `OpenAiAnswerService` and `OpenAiLabeler` call azure search retrieving identical items. Can condense this into one call that way we don't call on search so much.
Contributor guide
Research direction
Start by locating OpenAiAnswerService and OpenAiLabeler and tracing where each retrieves items from Azure Search. Compare the two search calls and determine how their identical results can be shared without changing either service's behavior. Done means both services use one search operation and the relevant existing tests still pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, csharp
- Domain
- ai, backend
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100