sach91 bootcamp week8 exercise
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
"""
|
||||
models
|
||||
"""
|
||||
from .document_parser import DocumentParser
|
||||
from .embeddings import EmbeddingModel
|
||||
from .ollama_client import OllamaClient
|
||||
|
||||
__all__ = [
|
||||
'DocumentParser',
|
||||
'EmbeddingModel',
|
||||
'OllamaClient'
|
||||
]
|
||||
Reference in New Issue
Block a user