Skip to content

Commit

Permalink
Add notebook for semantic reranking with HF Eland model (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
leemthompo authored Aug 14, 2024
1 parent abfebd2 commit 2b6aba8
Show file tree
Hide file tree
Showing 3 changed files with 638 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,11 @@ Try out Playground in Kibana with the following notebooks:
- [`07-inference.ipynb`](./notebooks/search/07-inference.ipynb)
- [`08-learning-to-rank.ipynb`](./notebooks/search/08-learning-to-rank.ipynb)
- [`09-semantic-text.ipynb`](./notebooks/search/09-semantic-text.ipynb)

#### Semantic reranking

- [`10-semantic-reranking-retriever-cohere.ipynb`](./notebooks/search/10-semantic-reranking-retriever-cohere.ipynb)
- [`11-semantic-reranking-hugging-face.ipynb`](./notebooks/search/11-semantic-reranking-hugging-face.ipynb)

### Integrations

Expand Down
1 change: 1 addition & 0 deletions bin/find-notebooks-to-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ EXEMPT_NOTEBOOKS=(
"notebooks/search/07-inference.ipynb"
"notebooks/search/08-learning-to-rank.ipynb"
"notebooks/search/10-semantic-reranking-retriever-cohere.ipynb"
"notebooks/search/11-semantic-reranking-hugging-face.ipynb"
"notebooks/images/image-similarity.ipynb"
"notebooks/langchain/langchain-vector-store.ipynb"
"notebooks/langchain/self-query-retriever-examples/chatbot-example.ipynb"
Expand Down
Loading

0 comments on commit 2b6aba8

Please sign in to comment.