Open source embedding and LLM models (#133)

* Add open source LLM model: gpt4all
* Add open source embedding model: sentence transformers
This commit is contained in:
Taranjeet Singh
2023-07-05 02:23:23 +05:30
committed by GitHub
parent 3461ef4b14
commit cf1e000fb3
4 changed files with 71 additions and 24 deletions

View File

@@ -1 +1 @@
from .embedchain import App
from .embedchain import App, OpenSourceApp