Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
add AutoEmbedding to init
Browse files Browse the repository at this point in the history
  • Loading branch information
SeeknnDestroy committed Jan 12, 2024
1 parent 4fa30c1 commit 607797d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion autollm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
__author__ = 'safevideo'
__license__ = 'AGPL-3.0'

from autollm.auto.embedding import AutoEmbedding
from autollm.auto.fastapi_app import AutoFastAPI
from autollm.auto.llm import AutoLiteLLM
from autollm.auto.query_engine import AutoQueryEngine
Expand All @@ -22,6 +23,6 @@

__all__ = [
'AutoLiteLLM', 'AutoServiceContext', 'AutoVectorStoreIndex', 'AutoQueryEngine', 'AutoFastAPI',
'read_files_as_documents', 'read_github_repo_as_documents', 'read_webpage_as_documents',
'AutoEmbedding', 'read_files_as_documents', 'read_github_repo_as_documents', 'read_webpage_as_documents',
'read_website_as_documents'
]

0 comments on commit 607797d

Please sign in to comment.