Skip to content

Commit 85d3dbf

Browse files
committed
chore: Update README.md
1 parent 6a45e0f commit 85d3dbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ This repository demonstrates how to combine embedding and reranking to develop
4242
- Generate an embedding for the query.
4343
- Perform a similarity search within the vector database to identify the most relevant chunks based on their embeddings.
4444
- Retrieve these chunks as context for your query.
45-
- Rerank the results using Hugging Face [Reranker](https://huggingface.co/docs/text-embeddings-inference/en/quick_tour#re-rankers)
45+
- **Rerank** the results using Hugging Face [Reranker](https://huggingface.co/docs/text-embeddings-inference/en/quick_tour#re-rankers)
4646

4747
5. **Integrate with LLM Provider**:
4848
- Supported LLM Providers
@@ -53,7 +53,7 @@ This repository demonstrates how to combine embedding and reranking to develop
5353
- Design a prompt template that incorporates both the original query and the context retrieved from the vector database.
5454

5555
7. **Process with LLM**:
56-
- Send the augmented prompt, including the query and context, to the Large Language Model (LLM) for processing and generation of responses.
56+
- Send the augmented prompt, including the query and reranked context, to the Large Language Model (LLM) for processing and generation of responses.
5757

5858
This allows to enhance language processing tasks by leveraging the power of vector databases and advanced embedding models.
5959

0 commit comments

Comments
 (0)