You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to create an index and vector file over a Custom sqlite articles database. I have created a articles.sqlite database on medical papers, using paperetl. But I did not find any instruction as to how to process it . Can you please give instructions on this ?
The text was updated successfully, but these errors were encountered:
# Create vector file, currently builds vector file in ~/.cord19
python -m paperai.vectors <path to directory containing articles.sqlite># Index the data
python -m paperai.index <path to directory containing articles.sqlite>
I created issue #11 to add additional command line parameters to control the vector model creation process but right now the output file path is hardcoded
Hi David,
Thank you very much for prompt response.
Vector file : It worked. I was actually passing the full path of the .sqlite file ( including the filename 'articles.sqlite' ). So, it was not working. It worked now, I see 'vectors' folder created in the path ~/.cord19
On the Index making step : A folder 'models' is not automatically created on the path ~/.cord19 . Instead 4 relevant files were created there. I created a folder 'models' and then put these 4 files inside the folder. Then it worked.
I want to create an index and vector file over a Custom sqlite articles database. I have created a articles.sqlite database on medical papers, using paperetl. But I did not find any instruction as to how to process it . Can you please give instructions on this ?
The text was updated successfully, but these errors were encountered: