Skip to content

Commit

Permalink
blog link fix (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
PrashantDixit0 authored Jan 3, 2024
1 parent bf76552 commit 5e24dcb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions examples/Advance-RAG-with-HyDE/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@ we provided Colab walkthrough for HyDE implementation <a href="https://colab.r


### Learn deeper in Our Blog
The HyDE approach recognizes the difficulty of zero-shot learning and encoding relevance without labeled data. Instead, it leverages the power of language models and hypothetical documents. Here’s how it works:

For a deeper dive into the cutting-edge technologies of HyDE, and to access detailed technical knowledge, check out our Medium Blog.
1. **Generating Hypothetical Documents**: When a user enters a query, HyDE instructs a language model, like GPT-3, to generate a hypothetical document. This document is designed to capture relevance patterns but may contain inaccuracies.
2. **Unsupervised Encoding**: The generated hypothetical document is then encoded into an embedding vector using an unsupervised contrastive encoder. This vector identifies a neighborhood in the corpus embedding space, where similar real documents are retrieved based on vector similarity.
3. **Retrieval Process**: HyDE searches for real documents in the corpus that are most similar to the encoded hypothetical document. The retrieved documents are then presented as search results.

[Read the Blog Post]()
[Read the Blog Post](https://blog.lancedb.com/advanced-rag-precise-zero-shot-dense-retrieval-with-hyde-0946c54dfdcb)

0 comments on commit 5e24dcb

Please sign in to comment.