Skip to content

Commit

Permalink
Adapt conftest to new MDR signature
Browse files Browse the repository at this point in the history
  • Loading branch information
deutschmn committed Jun 23, 2022
1 parent bf5ce51 commit 05f3374
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,6 @@ def get_retriever(retriever_type, document_store):
document_store=document_store,
embedding_model="deutschmann/mdr_roberta_q_encoder", # or "facebook/dpr-ctx_encoder-single-nq-base"
use_gpu=False,
embed_title=True,
)
elif retriever_type == "tfidf":
retriever = TfidfRetriever(document_store=document_store)
Expand Down

0 comments on commit 05f3374

Please sign in to comment.