|
13 | 13 | } |
14 | 14 | ], |
15 | 15 | "assigned_files": [ |
16 | | - "examples/basic_example.py", |
17 | | - "examples/terminal_example.py", |
18 | | - "examples/terminal_mongo_example.py", |
19 | | - "examples/learning_feedback_example.py", |
20 | | - "examples/django_example/django_example/views.py", |
21 | 16 | "chatterbot/conversation.py", |
22 | | - "chatterbot/components.py", |
23 | 17 | "chatterbot/chatterbot.py" |
24 | 18 | ], |
25 | 19 | "can_expand": true |
|
48 | 42 | } |
49 | 43 | ], |
50 | 44 | "assigned_files": [ |
51 | | - "examples/specific_response_example.py", |
52 | | - "examples/math_and_time.py", |
53 | | - "examples/convert_units.py", |
54 | | - "examples/default_response_example.py", |
55 | 45 | "chatterbot/search.py", |
| 46 | + "chatterbot/adapters.py", |
56 | 47 | "chatterbot/response_selection.py", |
57 | 48 | "chatterbot/filters.py", |
58 | 49 | "chatterbot/comparisons.py", |
59 | 50 | "chatterbot/logic/unit_conversion.py", |
| 51 | + "chatterbot/logic/__init__.py", |
60 | 52 | "chatterbot/logic/mathematical_evaluation.py", |
61 | 53 | "chatterbot/logic/logic_adapter.py", |
62 | 54 | "chatterbot/logic/best_match.py", |
|
89 | 81 | } |
90 | 82 | ], |
91 | 83 | "assigned_files": [ |
92 | | - "examples/training_example_chatterbot_corpus.py", |
93 | | - "examples/tagged_dataset_example.py", |
94 | | - "examples/memory_sql_example.py", |
95 | | - "examples/training_example_list_data.py", |
96 | | - "examples/training_example_ubuntu_corpus.py", |
97 | | - "examples/export_example.py", |
98 | | - "examples/django_example/django_example/management/commands/train.py", |
99 | 84 | "chatterbot/corpus.py", |
100 | | - "chatterbot/vectorstores.py", |
101 | 85 | "chatterbot/trainers.py", |
102 | 86 | "chatterbot/ext/django_chatterbot/models.py", |
103 | 87 | "chatterbot/ext/django_chatterbot/abstract_models.py", |
104 | 88 | "chatterbot/ext/django_chatterbot/migrations/0014_remove_statement_extra_data.py", |
| 89 | + "chatterbot/ext/django_chatterbot/migrations/__init__.py", |
105 | 90 | "chatterbot/ext/django_chatterbot/migrations/0005_statement_created_at.py", |
106 | 91 | "chatterbot/ext/django_chatterbot/migrations/0011_blank_extra_data.py", |
107 | 92 | "chatterbot/ext/django_chatterbot/migrations/0016_statement_stemmed_text.py", |
|
123 | 108 | "chatterbot/ext/django_chatterbot/migrations/0017_tags_unique.py", |
124 | 109 | "chatterbot/ext/sqlalchemy_app/models.py", |
125 | 110 | "chatterbot/storage/storage_adapter.py", |
| 111 | + "chatterbot/storage/__init__.py", |
126 | 112 | "chatterbot/storage/mongodb.py", |
127 | 113 | "chatterbot/storage/redis.py", |
128 | 114 | "chatterbot/storage/sql_storage.py", |
|
167 | 153 | } |
168 | 154 | ], |
169 | 155 | "assigned_files": [ |
170 | | - "examples/openai_example.py", |
171 | | - "examples/ollama_example.py", |
| 156 | + "chatterbot/vectorstores.py", |
172 | 157 | "chatterbot/llm.py" |
173 | 158 | ], |
174 | 159 | "can_expand": true |
|
178 | 163 | "description": "Component for all unclassified files and utility functions (Utility functions/External Libraries/Dependencies)", |
179 | 164 | "referenced_source_code": [], |
180 | 165 | "assigned_files": [ |
| 166 | + "examples/training_example_chatterbot_corpus.py", |
181 | 167 | "examples/__init__.py", |
| 168 | + "examples/basic_example.py", |
| 169 | + "examples/terminal_example.py", |
| 170 | + "examples/terminal_mongo_example.py", |
| 171 | + "examples/specific_response_example.py", |
| 172 | + "examples/tagged_dataset_example.py", |
| 173 | + "examples/memory_sql_example.py", |
| 174 | + "examples/training_example_list_data.py", |
| 175 | + "examples/math_and_time.py", |
| 176 | + "examples/openai_example.py", |
| 177 | + "examples/training_example_ubuntu_corpus.py", |
| 178 | + "examples/convert_units.py", |
| 179 | + "examples/ollama_example.py", |
| 180 | + "examples/export_example.py", |
| 181 | + "examples/default_response_example.py", |
182 | 182 | "examples/tkinter_gui.py", |
| 183 | + "examples/learning_feedback_example.py", |
183 | 184 | "examples/django_example/manage.py", |
184 | 185 | "examples/django_example/django_example/asgi.py", |
185 | 186 | "examples/django_example/django_example/__init__.py", |
186 | 187 | "examples/django_example/django_example/settings.py", |
| 188 | + "examples/django_example/django_example/views.py", |
187 | 189 | "examples/django_example/django_example/wsgi.py", |
188 | 190 | "examples/django_example/django_example/urls.py", |
189 | 191 | "examples/django_example/django_example/management/__init__.py", |
190 | 192 | "examples/django_example/django_example/management/commands/__init__.py", |
| 193 | + "examples/django_example/django_example/management/commands/train.py", |
191 | 194 | "docs/conf.py", |
192 | 195 | "docs/_ext/github.py", |
193 | 196 | "docs/_ext/canonical.py", |
194 | 197 | "chatterbot/__init__.py", |
195 | | - "chatterbot/adapters.py", |
196 | 198 | "chatterbot/__main__.py", |
197 | 199 | "chatterbot/constants.py", |
198 | 200 | "chatterbot/utils.py", |
| 201 | + "chatterbot/components.py", |
199 | 202 | "chatterbot/exceptions.py", |
200 | 203 | "chatterbot/ext/__init__.py", |
201 | 204 | "chatterbot/ext/django_chatterbot/__init__.py", |
202 | 205 | "chatterbot/ext/django_chatterbot/apps.py", |
203 | 206 | "chatterbot/ext/django_chatterbot/settings.py", |
204 | 207 | "chatterbot/ext/django_chatterbot/model_admin.py", |
205 | 208 | "chatterbot/ext/django_chatterbot/admin.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" |
| 209 | + "chatterbot/ext/sqlalchemy_app/__init__.py" |
210 | 210 | ], |
211 | 211 | "can_expand": false |
212 | 212 | }, |
|
259 | 259 | "assigned_files": [], |
260 | 260 | "can_expand": false |
261 | 261 | }, |
| 262 | + { |
| 263 | + "name": "Unclassified", |
| 264 | + "description": "Component for all unclassified files and utility functions (Utility functions/External Libraries/Dependencies)", |
| 265 | + "referenced_source_code": [], |
| 266 | + "assigned_files": [], |
| 267 | + "can_expand": false |
| 268 | + }, |
262 | 269 | { |
263 | 270 | "name": "Unclassified", |
264 | 271 | "description": "Component for all unclassified files and utility functions (Utility functions/External Libraries/Dependencies)", |
|
0 commit comments