Skip to content

Commit d198127

Browse files
Removed duplicate import and fixed typo
1 parent eaaef97 commit d198127

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

classifiers/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@
6565
word_count_classifier,
6666
chunked_sentence_complexity,
6767
special_character_classifier,
68-
chunked_sentence_complexity
6968
]:
7069
module_name = module.__name__.split(".")[-1]
7170
model_name = (
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
This simple bricks counts the amount of words in a string by splitting it. If there are less than five words found, it returns "short". If there are less than 20, it returns "medium"
1+
This simple brick counts the amount of words in a string by splitting it. If there are less than five words found, it returns "short". If there are less than 20, it returns "medium"
22
and with more than 20, it returns "long". This brick can be used to check the quality of references for RAG (Retrieval Augmented Generation) use cases.

0 commit comments

Comments
 (0)