Skip to content

Commit

Permalink
fix indexer documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjleo committed Dec 13, 2024
1 parent 961b4ec commit 29dc4c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fast_forward/docs/indexer.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ indexer.from_dicts(docs_iter())
Additionally, indexers can be used to automatically fit and attach a quantizer during indexing. In this example, a quantized version (`target_index`) of an existing index (`source_index`) is created:

```python
from fast_forward.quantizer.nanopq import NanoPQ
from fast_forward.quantizer import NanoPQ

Indexer(
target_index,
Expand Down

0 comments on commit 29dc4c3

Please sign in to comment.