Spaces:
Running
Running
update to 1000 pubmed entries
Browse files- app_gradio.py +1 -1
app_gradio.py
CHANGED
@@ -89,7 +89,7 @@ def load_arxiv_corpus():
|
|
89 |
# arxiv_corpus.load_faiss_index('embed', 'data/astrophindex.faiss')
|
90 |
|
91 |
# keeping it up to date with the dataset
|
92 |
-
arxiv_corpus = load_dataset('kiyer/
|
93 |
arxiv_corpus.add_faiss_index(column='embed')
|
94 |
print('loading arxiv corpus from disk')
|
95 |
return arxiv_corpus
|
|
|
89 |
# arxiv_corpus.load_faiss_index('embed', 'data/astrophindex.faiss')
|
90 |
|
91 |
# keeping it up to date with the dataset
|
92 |
+
arxiv_corpus = load_dataset('kiyer/pathfinder_pubmed_v1', split='train')
|
93 |
arxiv_corpus.add_faiss_index(column='embed')
|
94 |
print('loading arxiv corpus from disk')
|
95 |
return arxiv_corpus
|