intermediate commit

This commit is contained in:
2024-09-22 09:27:20 +02:00
parent a729d98a0d
commit 3be854d34c
14 changed files with 441 additions and 108 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ class ConceptManager(BaseService):
You can define new concept, modify or delete them
There are also function to help retrieve them easily (like first token cache)
Already instantiated concepts are managed by the Memory service
Already instantiated concepts are managed by the SheerkaMemory service, not here
"""
NAME = "ConceptManager"