cognee/level_4/cognitive_architecture/classifiers/classifier.py
2023-11-10 18:24:31 +01:00

15 lines
210 B
Python

#TO DO, ADD ALL CLASSIFIERS HERE
# classify retrievals according to type of retrieval
def classify_retrieval():
pass
# classify documents according to type of document
def classify_call():
pass