Commit Graph

33 Commits

Author SHA1 Message Date
Dev Khant
01fb216ff7 allow_reset as constructor argument (#618) 2023-09-15 07:26:02 -07:00
cachho
119ec5e405 fix: elastic search (#600) 2023-09-13 23:28:18 +05:30
cachho
03146946fa chore: linting (#597) 2023-09-12 21:34:38 +05:30
Taranjeet Singh
2bd6881361 feat: Add embedding manager (#570) 2023-09-12 12:13:53 +05:30
Deshraj Yadav
79f5a1d052 [chore]: Rename modules for better readability and maintainability (#587) 2023-09-11 07:01:40 +05:30
Dev Khant
13fda2efe1 fix: --upgrade flag for all pip instances (#557) 2023-09-08 08:12:55 +05:30
cachho
1ac8aef4de docs: update docstrings (#565) 2023-09-07 05:34:44 +05:30
cachho
b0d8711b65 fix: Elasticsearch - use correct class attributes (#566) 2023-09-06 04:28:40 +05:30
cachho
344e7470f6 refactor: classes and configs (#528) 2023-09-05 13:42:58 +05:30
wangJm
eecdbc5e06 Upgrade the chromadb version to 0.4.8 and open its settings configuration. (#517) 2023-09-04 12:01:08 +05:30
cachho
0d4ad07d7b Feat/serialize deserialize (#508)
Co-authored-by: Taranjeet Singh <reachtotj@gmail.com>
2023-09-04 01:20:18 +05:30
Qihang
2aa25a5169 Bump up LangChain version and bugfix (#536)
Co-authored-by: Taranjeet Singh <reachtotj@gmail.com>
2023-09-04 01:11:09 +05:30
Taranjeet Singh
ea18b80f90 fix: update chroma init for host & port (#529) 2023-09-02 05:52:10 +05:30
Taranjeet Singh
1dbe7daac1 fix: Update embedding field name for Elastiscearch mapping (#425) 2023-08-11 09:43:52 +05:30
Prashant Chaudhary
0179141b2e feat: add support for Elastcisearch as vector data source (#402) 2023-08-11 09:23:56 +05:30
Jonas
eeac84e2d9 feat: collection name everywhere (#310)
Co-authored-by: cachho <admin@ch-webdev.com>
2023-08-09 13:08:35 +05:30
cachho
079e35b205 fix: chroma pysqlite version (#350) 2023-07-27 13:12:27 +05:30
Taranjeet Singh
fa63a16591 bug: Chroma needs diff client as per settings (#342) 2023-07-21 06:47:01 +05:30
Candido Sales Gomes
d590e4423b update: chroma v0.4.0 (#330) 2023-07-21 02:47:53 +05:30
cachho
adb7206639 feat: add new custom app (#313) 2023-07-19 00:54:23 +05:30
Deshraj Yadav
05a4eef6ae chores: run lint and format (#284) 2023-07-15 21:34:06 -07:00
cachho
e283315efd refactor: no default embedding function (#238) 2023-07-14 11:42:17 +05:30
aaishikdutta
d2e8f796ca feat: add SitemapLoader (#68) 2023-07-12 12:13:30 +05:30
cachho
6fbf45498a fix: Don't create instance in InitConfig __init__ (#236) 2023-07-11 15:16:30 -07:00
Deshraj Yadav
73dd7151cb [Feat]: Add support for running chromadb in server mode with embedchain (#220) 2023-07-11 15:47:40 +05:30
Deshraj Yadav
9ca836520f Resolve conflicts (#208) 2023-07-11 10:20:05 +05:30
aaishikdutta
6936d6983d Added documentation (#219) 2023-07-11 08:31:42 +05:30
Taranjeet Singh
200f11a0e0 fix: Fix dependency of openai env variables for OpenSourceApp (#144)
This commit fixes dependency of initializing openai env variables
for OpenSourceApp.
2023-07-05 23:03:15 +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
Mike Makuch
3461ef4b14 add: Allow setting OpenAI organization along with api_key (#84) 2023-07-05 01:30:30 +05:30
Taranjeet Singh
3413dbf5e0 bug: Make vectordb a module
Add missing __init__ file in vectordb directory
2023-06-24 09:44:32 +05:30
Taranjeet Singh
cff244b894 Add default db loader, fix import
This commits builds on DumoeDss's PR. It

- adds a default db directory name.
- adds a default db instance (Chroma).

Both points offers flexibility for users who
want to use default and users who want to
customize

Lastly, it fixes an import
2023-06-23 11:51:51 +05:30
Sayo
85a6a0c161 [feat] Refactor VectorDB class hierarchy for flexibility 2023-06-22 12:15:26 +08:00