Skip to content

Commit

Permalink
Minor change in the README.
Browse files Browse the repository at this point in the history
  • Loading branch information
codetalker7 committed Aug 16, 2024
1 parent e3b9968 commit d7bd18d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ end

We now have our collection of documents to index!

## The `ColBERTConfig`
### The `ColBERTConfig`

The next step is to create a configuration object containing details about all parameters used during indexing/searching using ColBERT. All this information is contained in a type called `ColBERTConfig`. Creating a `ColBERTConfig` is easy; it has the right defaults for most users, and one can change the settings using simple kwargs. In this example, we'll create a config for the collection `1kcollection.txt` we just created, and we'll also use [`CUDA.jl`](https://github.com/JuliaGPU/CUDA.jl) for GPU support (you can use any GPU backend supported by [Flux.jl](https://github.com/FluxML/Flux.jl))!

Expand Down

0 comments on commit d7bd18d

Please sign in to comment.