update kb design, base on objfs and knowled graph.

This commit is contained in:
Liu Zhicong
2024-04-23 04:56:22 -07:00
parent 342464e386
commit af1bb80283
14 changed files with 847 additions and 122 deletions
+2 -1
View File
@@ -3,4 +3,5 @@ from .vector import *
from .data import *
from .store import KnowledgeStore
from .core_object import *
from .pipeline import *
from .pipeline import *
from .knowledge_base import *