Skip to content

Commit

Permalink
chore: fixing typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
chanind committed Nov 23, 2023
1 parent 62a99cd commit a6ddd0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/advanced_usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ We can perform concept matches in batches to better utilize GPU resources using
]
matches = matcher.query_bulk(match_queries, batch_size=4)
print(matches[0].best_match.name) # located in country: China
print(matches[1].best_match.name) # located in country: France
print(matches[0].best_match.concept) # located in country: China
print(matches[1].best_match.concept) # located in country: France
Customizing LRC training
Expand Down

0 comments on commit a6ddd0b

Please sign in to comment.