Initiate repository
This commit is contained in:
0
knowledgehub/__init__.py
Normal file
0
knowledgehub/__init__.py
Normal file
0
knowledgehub/cli.py
Normal file
0
knowledgehub/cli.py
Normal file
0
knowledgehub/config.py
Normal file
0
knowledgehub/config.py
Normal file
0
knowledgehub/contribs/__init__.py
Normal file
0
knowledgehub/contribs/__init__.py
Normal file
0
knowledgehub/contribs/promptui/__init__.py
Normal file
0
knowledgehub/contribs/promptui/__init__.py
Normal file
0
knowledgehub/contribs/promptui/config.py
Normal file
0
knowledgehub/contribs/promptui/config.py
Normal file
0
knowledgehub/documents/__init__.py
Normal file
0
knowledgehub/documents/__init__.py
Normal file
0
knowledgehub/embeddings/__init__.py
Normal file
0
knowledgehub/embeddings/__init__.py
Normal file
0
knowledgehub/loaders/__init__.py
Normal file
0
knowledgehub/loaders/__init__.py
Normal file
13
knowledgehub/loaders/base.py
Normal file
13
knowledgehub/loaders/base.py
Normal file
@@ -0,0 +1,13 @@
|
||||
class DocumentLoader:
|
||||
"""Document loader"""
|
||||
pass
|
||||
|
||||
|
||||
class TextManipulator:
|
||||
"""Text manipulation"""
|
||||
pass
|
||||
|
||||
|
||||
class DocumentManipulator:
|
||||
"""Document manipulation"""
|
||||
pass
|
0
knowledgehub/pipelines/__init__.py
Normal file
0
knowledgehub/pipelines/__init__.py
Normal file
0
knowledgehub/schema.py
Normal file
0
knowledgehub/schema.py
Normal file
Reference in New Issue
Block a user