Initiate repository

This commit is contained in:
trducng 2023-08-16 14:56:48 +07:00
commit 043209fda7
17 changed files with 16 additions and 0 deletions

3
README.md Normal file
View File

@ -0,0 +1,3 @@
Modules:
- documents: define document
- loaders

0
knowledgehub/__init__.py Normal file
View File

0
knowledgehub/cli.py Normal file
View File

0
knowledgehub/config.py Normal file
View File

View File

View File

View File

View File

View File

View File

@ -0,0 +1,13 @@
class DocumentLoader:
"""Document loader"""
pass
class TextManipulator:
"""Text manipulation"""
pass
class DocumentManipulator:
"""Document manipulation"""
pass

View File

0
knowledgehub/schema.py Normal file
View File

0
setup.py Normal file
View File

View File

View File

0
tests/__init__.py Normal file
View File