Skip to content

Commit

Permalink
Remove old cross-attentional reranker (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
eskibars authored Nov 18, 2024
1 parent 39b1a9b commit 65fdfeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,9 @@ export type ChatQueryResponse = {
rephrased_query: string
}

export type RerankerId = 272725717 | 272725719 | 272725718
export type RerankerId = 272725719 | 272725718
export const mmrRerankerId = 272725718;
export const DEFAULT_DOMAIN = "https://api.vectara.io";

export const START_TAG = "%START_SNIPPET%";
export const END_TAG = "%END_SNIPPET%";
export const END_TAG = "%END_SNIPPET%";

0 comments on commit 65fdfeb

Please sign in to comment.