File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4343 ],
4444 "assigned_files" : [
4545 " chatterbot/search.py" ,
46- " chatterbot/adapters.py" ,
4746 " chatterbot/response_selection.py" ,
47+ " chatterbot/vectorstores.py" ,
4848 " chatterbot/filters.py" ,
4949 " chatterbot/comparisons.py" ,
5050 " chatterbot/logic/unit_conversion.py" ,
153153 }
154154 ],
155155 "assigned_files" : [
156- " chatterbot/vectorstores.py" ,
157156 " chatterbot/llm.py"
158157 ],
159158 "can_expand" : true
195194 " docs/_ext/github.py" ,
196195 " docs/_ext/canonical.py" ,
197196 " chatterbot/__init__.py" ,
197+ " chatterbot/adapters.py" ,
198198 " chatterbot/__main__.py" ,
199199 " chatterbot/constants.py" ,
200200 " chatterbot/utils.py" ,
266266 "assigned_files" : [],
267267 "can_expand" : false
268268 },
269+ {
270+ "name" : " Unclassified" ,
271+ "description" : " Component for all unclassified files and utility functions (Utility functions/External Libraries/Dependencies)" ,
272+ "referenced_source_code" : [],
273+ "assigned_files" : [],
274+ "can_expand" : false
275+ },
269276 {
270277 "name" : " Unclassified" ,
271278 "description" : " Component for all unclassified files and utility functions (Utility functions/External Libraries/Dependencies)" ,
Original file line number Diff line number Diff line change 11{
2- "commit_hash" : " bc452866a4fde16feb9b4e6141f9ae2596f30afa " ,
2+ "commit_hash" : " ef4857578b1ae3908c5162c7a619a4fd6923550e " ,
33 "code_boarding_version" : " 0.2.0"
44}
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ Overview
1919 Unclassified["Unclassified"]
2020 Unclassified["Unclassified"]
2121 Unclassified["Unclassified"]
22+ Unclassified["Unclassified"]
2223 Chatbot_Core_Engine -- "Receives Processed Input From" --> Input_Output_Processors
2324 Chatbot_Core_Engine -- "Delegates Response Generation To" --> Logic_Response_Adapters
2425 Logic_Response_Adapters -- "Queries Knowledge Base From" --> Data_Storage_Training
@@ -176,3 +177,10 @@ Unclassified
176177Component for all unclassified files and utility functions (Utility functions/External Libraries/Dependencies)
177178
178179**Related Classes/Methods **: *None *
180+
181+ Unclassified
182+ ^^^^^^^^^^^^
183+
184+ Component for all unclassified files and utility functions (Utility functions/External Libraries/Dependencies)
185+
186+ **Related Classes/Methods **: *None *
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ Overview
1919 Unclassified["Unclassified"]
2020 Unclassified["Unclassified"]
2121 Unclassified["Unclassified"]
22+ Unclassified["Unclassified"]
2223 Chatbot_Core_Engine -- "Receives Processed Input From" --> Input_Output_Processors
2324 Chatbot_Core_Engine -- "Delegates Response Generation To" --> Logic_Response_Adapters
2425 Logic_Response_Adapters -- "Queries Knowledge Base From" --> Data_Storage_Training
@@ -176,3 +177,10 @@ Unclassified
176177Component for all unclassified files and utility functions (Utility functions/External Libraries/Dependencies)
177178
178179**Related Classes/Methods **: *None *
180+
181+ Unclassified
182+ ^^^^^^^^^^^^
183+
184+ Component for all unclassified files and utility functions (Utility functions/External Libraries/Dependencies)
185+
186+ **Related Classes/Methods **: *None *
You can’t perform that action at this time.
0 commit comments