Skip to content

Commit

Permalink
docs(vector_stores): Fix typo in Chroma docs
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmigloz committed Nov 29, 2023
1 parent 284d04c commit dd97db4
Show file tree
Hide file tree
Showing 2 changed files with 724 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ import 'models/models.dart';
/// config: ChromaSimilaritySearch(
/// k: 5,
/// scoreThreshold: 0.8,
/// where: {'class: 'cat'},
/// where: {'class': 'cat'},
/// ),
/// );
/// ```
Expand Down
Loading

0 comments on commit dd97db4

Please sign in to comment.