We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, here is my code:
encoder = DprQueryEncoder('xxx/DPR_model') dpr_tokenizer = DPRQuestionEncoderTokenizer.from_pretrained('xxx/DPR_model') searcher = FaissSearcher('/wiki_index_data/dindex-wikipedia-dpr_single_nq-bf-20200115-cd5034', encoder) doc_searcher = LuceneSearcher('index-wikipedia-dpr-20210120-d1b9e6')
I use different source in searcher and doc_searcher, will it cause error when I use it to retrieval documents?
searcher
doc_searcher
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello, here is my code:
I use different source in
searcher
anddoc_searcher
, will it cause error when I use it to retrieval documents?The text was updated successfully, but these errors were encountered: