Replies: 1 comment 2 replies
-
hi @vrdn-23 I think this is the feature you're looking for? #1344 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a function or method that is exposed in which we can index sparse and dense indexes via python code as opposed to terminal command lines?
I'm trying to run the ingestion process of pyserini in a docker container and from the documentation it looks like the only way to call the indexing process is through the command line since the code for encoding and indexing seem to be wrapped in the __ main __ calls of the classes
I'd be happy to raise a PR if it's something that the team would be interested in!
Beta Was this translation helpful? Give feedback.
All reactions