Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 688 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 688 Bytes

BLAZE - Model-Specific Instructions

Using ElasticBERT

Navigate to Elasticsearch Installation and follow the instructions according to your specific setup.

In order to launch elasticsearch, open a new terminal, navigate to the elasticsearch directory, and run either of the following:

place the elastic folder as same hirerachy as ASKI project folder to start elastic service when running run.py file insted of running it manually using the commands below

  • ./bin/elasticsearch (Linux/Mac)
  • .\bin\elasticsearch.bat (Windows)

Now, leave this terminal window open!

Using ColBERT

Coming soon!