You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/docs/extras/integrations/retrievers
Lance Martin d1b95db874
Retriever that can re-phase user inputs (#8026)
Simple retriever that applies an LLM between the user input and the
query pass the to retriever.

It can be used to pre-process the user input in any way.

The default prompt:

```
DEFAULT_QUERY_PROMPT = PromptTemplate(
    input_variables=["question"],
    template="""You are an assistant tasked with taking a natural languge query from a user
    and converting it into a query for a vectorstore. In this process, you strip out
    information that is not relevant for the retrieval task. Here is the user query: {question} """
)
```

---------

Co-authored-by: Harrison Chase <hw.chase.17@gmail.com>
1 year ago
..
amazon_kendra_retriever.ipynb mv module integrations docs (#8101) 1 year ago
arxiv.ipynb mv module integrations docs (#8101) 1 year ago
azure_cognitive_search.ipynb mv module integrations docs (#8101) 1 year ago
bm25.ipynb mv module integrations docs (#8101) 1 year ago
chaindesk.ipynb mv module integrations docs (#8101) 1 year ago
chatgpt-plugin.ipynb mv module integrations docs (#8101) 1 year ago
cohere-reranker.ipynb mv module integrations docs (#8101) 1 year ago
docarray_retriever.ipynb mv module integrations docs (#8101) 1 year ago
elastic_search_bm25.ipynb mv module integrations docs (#8101) 1 year ago
google_cloud_enterprise_search.ipynb mv module integrations docs (#8101) 1 year ago
index.mdx mv module integrations docs (#8101) 1 year ago
knn.ipynb mv module integrations docs (#8101) 1 year ago
merger_retriever.ipynb mv module integrations docs (#8101) 1 year ago
metal.ipynb mv module integrations docs (#8101) 1 year ago
pinecone_hybrid_search.ipynb mv module integrations docs (#8101) 1 year ago
pubmed.ipynb mv module integrations docs (#8101) 1 year ago
re_phrase.ipynb Retriever that can re-phase user inputs (#8026) 1 year ago
svm.ipynb mv module integrations docs (#8101) 1 year ago
tf_idf.ipynb mv module integrations docs (#8101) 1 year ago
vespa.ipynb mv module integrations docs (#8101) 1 year ago
weaviate-hybrid.ipynb mv module integrations docs (#8101) 1 year ago
wikipedia.ipynb mv module integrations docs (#8101) 1 year ago
zep_memorystore.ipynb mv module integrations docs (#8101) 1 year ago