Deshraj Yadav
6fed75bb45
Remove elasticsearch as mandatory dependency ( #585 )
2023-09-09 22:20:24 -07:00
cachho
344e7470f6
refactor: classes and configs ( #528 )
2023-09-05 13:42:58 +05:30
Deshraj Yadav
cc43846d42
[feat]: add support for llama2 model ( #331 )
2023-07-20 12:31:37 +05:30
cachho
d16eafae05
fix: format lint ( #316 )
2023-07-19 02:22:09 +05:30
cachho
adb7206639
feat: add new custom app ( #313 )
2023-07-19 00:54:23 +05:30
cachho
0ea278f633
refactor: app design concept ( #305 )
2023-07-17 16:20:26 -07:00
Deshraj Yadav
05a4eef6ae
chores: run lint and format ( #284 )
2023-07-15 21:34:06 -07:00
ma-raza
ac68986404
Add project tools and contributing guidelines ( #281 )
2023-07-15 21:08:05 -07:00
Deshraj Yadav
9ca836520f
Resolve conflicts ( #208 )
2023-07-11 10:20:05 +05:30
Taranjeet Singh
2a7d43551e
feat: Add person bot ( #182 )
...
This commit introduces a new bot type called Person.
It behaves and speaks like a particular Person.
For this two app types: PersonApp and PersonOpenSourceApp
2023-07-07 19:26:07 +05:30
Taranjeet Singh
cf1e000fb3
Open source embedding and LLM models ( #133 )
...
* Add open source LLM model: gpt4all
* Add open source embedding model: sentence transformers
2023-07-05 02:23:23 +05:30
Taranjeet Singh
d2da80f5bc
Add import in embedchain init file
2023-06-20 14:50:56 +05:30
Taranjeet Singh
468db83337
Add simple app functionality
...
This commit enables anyone to create a app and add 3 types of data
sources:
* pdf file
* youtube video
* website
It exposes a function called query which first gets similar docs from
vector db and then passes it to LLM to get the final answer.
2023-06-20 14:42:55 +05:30