mirror of
https://github.com/QuivrHQ/quivr.git
synced 2024-12-18 20:01:52 +03:00
9766befb53
# Description - Refactor knowledge to a module - This PR breaks the Github Processor function -> need to comment brain and file imports as it creates a circular dependency issue. Should be fixed and reverted in next PR.
3 lines
91 B
Python
3 lines
91 B
Python
from .inputs import CreateKnowledgeProperties
|
|
from .outputs import DeleteKnowledgeResponse
|