IlyasMoutawwakil HF staff commited on
Commit
fa7e143
β€’
1 Parent(s): 0ac620d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -228,9 +228,9 @@ gr.Interface(
228
  allow_flagging="never",
229
  title="End-to-End Retrieval & Ranking with Hugging Face Inference Endpoints and Spaces",
230
  description="""## A [haystack](https://haystack.deepset.ai/) pipeline with the following components
 
231
  - <strong>Retriever</strong>: [Quantized FastRAG Retriever](https://huggingface.co/optimum-intel/fastrag-retriever) deployed on [Inference Endpoints](https://huggingface.co/docs/inference-endpoints/index) + Intel Sapphire Rapids CPU.
232
  - <strong>Ranker</strong>: [Quantized FastRAG Retriever](https://huggingface.co/optimum-intel/fastrag-ranker) deployed on [Inference Endpoints](https://huggingface.co/docs/inference-endpoints/index) + Intel Sapphire Rapids CPU.
233
- - <strong>Document Store</strong>: A [FAISS document store](https://github.com/facebookresearch/faiss/tree/main) containing the [`seven-wonders` dataset](https://huggingface.co/datasets/bilgeyucel/seven-wonders), created on this Space's [persistent storage](https://huggingface.co/docs/hub/en/spaces-storage).
234
 
235
  This Space is based on the optimizations demonstrated in the blog [CPU Optimized Embeddings with πŸ€— Optimum Intel and fastRAG](https://huggingface.co/blog/intel-fast-embedding)
236
  """,
 
228
  allow_flagging="never",
229
  title="End-to-End Retrieval & Ranking with Hugging Face Inference Endpoints and Spaces",
230
  description="""## A [haystack](https://haystack.deepset.ai/) pipeline with the following components
231
+ - <strong>Document Store</strong>: A [FAISS document store](https://github.com/facebookresearch/faiss/tree/main) containing the [`seven-wonders` dataset](https://huggingface.co/datasets/bilgeyucel/seven-wonders), created on this Space's [persistent storage](https://huggingface.co/docs/hub/en/spaces-storage).
232
  - <strong>Retriever</strong>: [Quantized FastRAG Retriever](https://huggingface.co/optimum-intel/fastrag-retriever) deployed on [Inference Endpoints](https://huggingface.co/docs/inference-endpoints/index) + Intel Sapphire Rapids CPU.
233
  - <strong>Ranker</strong>: [Quantized FastRAG Retriever](https://huggingface.co/optimum-intel/fastrag-ranker) deployed on [Inference Endpoints](https://huggingface.co/docs/inference-endpoints/index) + Intel Sapphire Rapids CPU.
 
234
 
235
  This Space is based on the optimizations demonstrated in the blog [CPU Optimized Embeddings with πŸ€— Optimum Intel and fastRAG](https://huggingface.co/blog/intel-fast-embedding)
236
  """,