Rename 'PersonApp.py' to 'person_app.py' (#752)

This commit is contained in:
Prikshit
2023-10-09 20:35:11 +05:30
committed by GitHub
parent 1a048390fd
commit ed02aebf9a
2 changed files with 1 additions and 1 deletions

View File

@@ -6,6 +6,6 @@ from embedchain.apps.app import App # noqa: F401
from embedchain.apps.custom_app import CustomApp # noqa: F401
from embedchain.apps.Llama2App import Llama2App # noqa: F401
from embedchain.apps.open_source_app import OpenSourceApp # noqa: F401
from embedchain.apps.PersonApp import (PersonApp, # noqa: F401
from embedchain.apps.person_app import (PersonApp, # noqa: F401
PersonOpenSourceApp)
from embedchain.vectordb.chroma import ChromaDB # noqa: F401