mikemccand commented on issue #13647:
URL: https://github.com/apache/lucene/issues/13647#issuecomment-2697666568

   Oooh we have an official S3 bucket to use now?  I had already uploaded the 
benchy corpus files to my own S3 bucket ... I think the URLs are in the 
setup.py (just renamed to `initial_setup.py`):
   
   ```
   DATA_FILES = [
     # remote url, local name
     
('https://luceneutil-corpus-files.s3.ca-central-1.amazonaws.com/enwiki-20120502-lines-1k-fixed-utf8-with-random-label.txt.lzma',
 'enwiki-20120502-l\
   ines-1k-fixed-utf8-with-random-label.txt.lzma'),
   
     
('https://luceneutil-corpus-files.s3.ca-central-1.amazonaws.com/cohere-wikipedia-docs-768d.vec',
 'cohere-wikipedia-docs-768d.vec'),
   
     
('https://luceneutil-corpus-files.s3.ca-central-1.amazonaws.com/cohere-wikipedia-queries-768d.vec',
 'cohere-wikipedia-queries-768d.vec'),
   
     ('https://downloads.cs.stanford.edu/nlp/data/glove.6B.zip', 
'glove.6B.zip'),
   ]
   ```
   
   The Cohere docs file is quite large, like ~95 GB?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to