Skip to content

Commit

Permalink
cr
Browse files Browse the repository at this point in the history
  • Loading branch information
hatianzhang committed Feb 29, 2024
1 parent 8674446 commit 83b8e3d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ postprocessor.postprocess_nodes(nodes)

Full notebook guide is available [here](/examples/node_postprocessor/rankGPT.ipynb).

## (Beta) Colbert Reranker
## Colbert Reranker

Uses Colbert V2 model as a reranker to rerank documents according to the fine-grained similarity between query tokens and passage tokens. Returns the top N ranked nodes.

Expand All @@ -281,7 +281,7 @@ response = query_engine.query(

Full notebook guide is available [here](/examples/node_postprocessor/ColbertRerank.ipynb).

## (Beta) Jina Reranker
## Jina Reranker

Uses models from [jina](https://jina.ai/) to rerank documents. Returns the top N ranked nodes.

Expand Down

0 comments on commit 83b8e3d

Please sign in to comment.