-
Notifications
You must be signed in to change notification settings - Fork 35.9k
Open
Labels
debtCode quality issuesCode quality issuesfeature-requestRequest for new features or functionalityRequest for new features or functionality
Milestone
Description
The command and setting embedding indexes currently use text3small. We should be good to switch these over the use metis embeddings, which has better quality and a smaller size
This involves:
- Update our remote embedding caches for these to also publish metis embeddings
- Switch our code in copilot chat over to use metis. This should be as simple as replacing
EmbeddingType.text3small_512withEmbeddingType.metis_1024_I16_Binaryonce theICombinedEmbeddingIndexhas been updated to support metis
Metadata
Metadata
Labels
debtCode quality issuesCode quality issuesfeature-requestRequest for new features or functionalityRequest for new features or functionality