sourcegraph / cody

Type less, code more: Cody is an AI code assistant that uses advanced search and codebase context to help you write and fix code.
https://cody.dev
Apache License 2.0
2.53k stars 261 forks source link

remove unused local context ranker #5097

Closed sqs closed 1 month ago

sqs commented 1 month ago

This appears to be unused. We are moving to remote context ranking anyway. Removing it is a nice cleanup since it duplicates much of the context-fetching logic.

Test plan

CI