FlexRAG Retriever
This is a DenseRetriever created with the FlexRAG
library (version 0.1.8
).
FlexRAG Related Links:
- ๐Documentation
- ๐ปGitHub Repository
Installation
You can install the FlexRAG
library with pip
:
pip install flexrag
Loading a FlexRAG
retriever
You can use this retriever for information retrieval tasks. Here is an example:
from flexrag.retriever import LocalRetriever
# Load the retriever from the HuggingFace Hub
retriever = LocalRetriever.load_from_hub("zhuocheng/toycorp-all-MiniLM-L6-v2")
# You can retrieve now
results = retriever.search("Who is Bruce Wayne?")
- Downloads last month
- 12
Inference Providers
NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API:
The model has no pipeline_tag.