Skip to content

Commit

Permalink
Update usage-dense-indexes.md (#892)
Browse files Browse the repository at this point in the history
Minor path fix.
  • Loading branch information
kartik2112 authored Nov 28, 2021
1 parent 88479fd commit 00a7d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage-dense-indexes.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Pyserini create dense index for collections with JSONL format:
```

A document is simply comprised of two fields, a `docid` and `contents`.
Pyserini accepts collections comprised of these documents organized in folder with files, each of which contains an array of JSON documents, like [this](integrations/resources/sample_collection_json_array).
Pyserini accepts collections comprised of these documents organized in folder with files, each of which contains an array of JSON documents, like [this](integrations/resources/sample_collection_dense/).

So, the quickest way to get started is to write a script that converts your documents into the above format.
Then, you can invoke the indexer:
Expand Down

0 comments on commit 00a7d66

Please sign in to comment.