|
44 | 44 | "assigned_files": [ |
45 | 45 | "chatterbot/search.py", |
46 | 46 | "chatterbot/response_selection.py", |
47 | | - "chatterbot/vectorstores.py", |
48 | 47 | "chatterbot/filters.py", |
49 | 48 | "chatterbot/comparisons.py", |
50 | 49 | "chatterbot/logic/unit_conversion.py", |
51 | | - "chatterbot/logic/__init__.py", |
52 | 50 | "chatterbot/logic/mathematical_evaluation.py", |
53 | 51 | "chatterbot/logic/logic_adapter.py", |
54 | 52 | "chatterbot/logic/best_match.py", |
|
81 | 79 | } |
82 | 80 | ], |
83 | 81 | "assigned_files": [ |
| 82 | + "examples/training_example_chatterbot_corpus.py", |
| 83 | + "examples/training_example_list_data.py", |
| 84 | + "examples/training_example_ubuntu_corpus.py", |
| 85 | + "examples/django_example/django_example/management/commands/train.py", |
84 | 86 | "chatterbot/corpus.py", |
| 87 | + "chatterbot/vectorstores.py", |
85 | 88 | "chatterbot/trainers.py", |
86 | 89 | "chatterbot/ext/django_chatterbot/models.py", |
87 | 90 | "chatterbot/ext/django_chatterbot/abstract_models.py", |
88 | 91 | "chatterbot/ext/django_chatterbot/migrations/0014_remove_statement_extra_data.py", |
89 | | - "chatterbot/ext/django_chatterbot/migrations/__init__.py", |
90 | 92 | "chatterbot/ext/django_chatterbot/migrations/0005_statement_created_at.py", |
91 | 93 | "chatterbot/ext/django_chatterbot/migrations/0011_blank_extra_data.py", |
92 | 94 | "chatterbot/ext/django_chatterbot/migrations/0016_statement_stemmed_text.py", |
|
108 | 110 | "chatterbot/ext/django_chatterbot/migrations/0017_tags_unique.py", |
109 | 111 | "chatterbot/ext/sqlalchemy_app/models.py", |
110 | 112 | "chatterbot/storage/storage_adapter.py", |
111 | | - "chatterbot/storage/__init__.py", |
112 | 113 | "chatterbot/storage/mongodb.py", |
113 | 114 | "chatterbot/storage/redis.py", |
114 | 115 | "chatterbot/storage/sql_storage.py", |
|
162 | 163 | "description": "Component for all unclassified files and utility functions (Utility functions/External Libraries/Dependencies)", |
163 | 164 | "referenced_source_code": [], |
164 | 165 | "assigned_files": [ |
165 | | - "examples/training_example_chatterbot_corpus.py", |
166 | 166 | "examples/__init__.py", |
167 | 167 | "examples/basic_example.py", |
168 | 168 | "examples/terminal_example.py", |
169 | 169 | "examples/terminal_mongo_example.py", |
170 | 170 | "examples/specific_response_example.py", |
171 | 171 | "examples/tagged_dataset_example.py", |
172 | 172 | "examples/memory_sql_example.py", |
173 | | - "examples/training_example_list_data.py", |
174 | 173 | "examples/math_and_time.py", |
175 | 174 | "examples/openai_example.py", |
176 | | - "examples/training_example_ubuntu_corpus.py", |
177 | 175 | "examples/convert_units.py", |
178 | 176 | "examples/ollama_example.py", |
179 | 177 | "examples/export_example.py", |
|
189 | 187 | "examples/django_example/django_example/urls.py", |
190 | 188 | "examples/django_example/django_example/management/__init__.py", |
191 | 189 | "examples/django_example/django_example/management/commands/__init__.py", |
192 | | - "examples/django_example/django_example/management/commands/train.py", |
193 | 190 | "docs/conf.py", |
194 | 191 | "docs/_ext/github.py", |
195 | 192 | "docs/_ext/canonical.py", |
|
206 | 203 | "chatterbot/ext/django_chatterbot/settings.py", |
207 | 204 | "chatterbot/ext/django_chatterbot/model_admin.py", |
208 | 205 | "chatterbot/ext/django_chatterbot/admin.py", |
209 | | - "chatterbot/ext/sqlalchemy_app/__init__.py" |
| 206 | + "chatterbot/ext/django_chatterbot/migrations/__init__.py", |
| 207 | + "chatterbot/ext/sqlalchemy_app/__init__.py", |
| 208 | + "chatterbot/storage/__init__.py", |
| 209 | + "chatterbot/logic/__init__.py" |
210 | 210 | ], |
211 | 211 | "can_expand": false |
212 | 212 | }, |
|
273 | 273 | "assigned_files": [], |
274 | 274 | "can_expand": false |
275 | 275 | }, |
| 276 | + { |
| 277 | + "name": "Unclassified", |
| 278 | + "description": "Component for all unclassified files and utility functions (Utility functions/External Libraries/Dependencies)", |
| 279 | + "referenced_source_code": [], |
| 280 | + "assigned_files": [], |
| 281 | + "can_expand": false |
| 282 | + }, |
276 | 283 | { |
277 | 284 | "name": "Unclassified", |
278 | 285 | "description": "Component for all unclassified files and utility functions (Utility functions/External Libraries/Dependencies)", |
|
0 commit comments