Skip to content

Ship our retrieval Engines directly via pip? #18

@mam10eks

Description

@mam10eks

For running experiments in Google Colab, it would be very interesting if one can directly install the retrieval engines that we have prepared and run them in colab. A potential idea could be to make this installable as sub modules?

Examples:

!pip install lsr-benchmark[duckdb,seismic,pytorch-naive]

retrieval("duckdb", "deep-learning-2019")
retrieval("seismic", "deep-learning-2019")
retrieval("pytorch-naive", "deep-learning-2019")

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions