Commit Graph

129 Commits

Author SHA1 Message Date
cachho
35b6e14328 fix: initialize embedding function manually (#205) 2023-07-11 17:08:48 +05:30
cachho
34fd4180ec chore: pin version number for pydantic and chroma (#228) 2023-07-11 17:01:47 +05:30
cachho
7ce0fd79b0 chore: add dev dependencies (#227) 2023-07-11 16:59:38 +05:30
ahnedeee
4d26d7b6d6 feat: customize OpenAI parameters (#215) 2023-07-11 15:53:54 +05:30
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
Anupam Singh
eda28cc491 featL AddConfig should allow configuring Chunker (#200) 2023-07-11 04:23:56 +05:30
aaishikdutta
ae87dc4a6d feat: add streaming support for OpenSource App (#217) 2023-07-11 01:38:22 +05:30
cachho
65414af098 feat: History API (client) (#204) 2023-07-10 23:45:20 +05:30
cachho
b3cf834186 feat: add logging (#206) 2023-07-10 23:28:58 +05:30
aaishikdutta
c597b1939d feat: Use streaming setup at Query level (#214) 2023-07-10 23:07:19 +05:30
Deshraj Yadav
8674297d1a feat: Add basic unit test for embedchain (#209) 2023-07-10 17:42:29 +05:30
Anupam Singh
608c37a634 update: Add example for custom prompt Template to README (#199) 2023-07-10 17:21:24 +05:30
aaishikdutta
66c4d30c60 feat: add streaming support for OpenAI models (#202) 2023-07-10 17:18:24 +05:30
cachho
13bac72e25 feat: Show new chunk count when adding a dataset (#207) 2023-07-10 16:41:12 +05:30
cachho
feda6b347a fix: use custom prompt in dry run (#203) 2023-07-09 01:31:06 +05:30
Tommy in Tongji
046b76798b docs: add colab notebook in README.md (#191) 2023-07-08 22:33:49 +05:30
Laurie
d23364f8a7 Add table of contents in readme #192 (#201) 2023-07-08 19:39:16 +05:30
Sahil Kumar Yadav
e6b1f4a7a8 docs: update readme to add PersonApp (#185) 2023-07-08 11:12:46 +05:30
Taranjeet Singh
923df0348c Merge pull request #196 from embedchain/v0.0.18
Bump version to 0.0.18
2023-07-08 10:35:20 +05:30
Taranjeet Singh
a23170c6ab Bump version to 0.0.18 2023-07-08 10:33:43 +05:30
Hao (Harin) Wu
996211e23e bug: Prevent clashing chunk IDs (#160)
This commit inserts a repeating chunk once only
preventing the chroma duplicate id error.
2023-07-08 10:29:47 +05:30
aaishikdutta
ae1e21833c refactor: add data-format restructuring (#92) 2023-07-07 23:53:35 +05:30
Taranjeet Singh
22dfa6abdf Bump version to 0.0.17 (#184) 2023-07-07 20:03:48 +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
Anupam Singh
6a61fd38c3 feat: Add config based template to query function (#177) 2023-07-07 17:56:43 +05:30
Taranjeet Singh
90d5b1a800 Bump version to 0.0.16 (#180) 2023-07-07 16:55:22 +05:30
cachho
bf1f0830dd docs: update readme to highlight python code snippet (#178) 2023-07-07 16:39:16 +05:30
Sahil Kumar Yadav
0bb3d0afe9 feat: changed doc_file to docx and update readme (#157) 2023-07-07 16:18:05 +05:30
cachho
51adc5c886 refactor: Use src instead of url as argument value (#111) 2023-07-07 16:14:44 +05:30
cachho
5ae2a36305 fix: value error in metadata(#110) 2023-07-07 16:12:02 +05:30
gasolin
f08ee6420a refactor: syntax cleanup (#172) 2023-07-07 16:10:10 +05:30
gasolin
5e6aef1e37 feat: pass QueryConfig to dry_run (#173) 2023-07-07 16:08:14 +05:30
cachho
0c2653ccf5 fix: embedding function config (#175) 2023-07-07 14:36:43 +05:30
cachho
41a1dbab0e feat: add count to get document count in vector db (#164) 2023-07-07 14:31:14 +05:30
cachho
f3888cc7a8 feat: reset (#169) 2023-07-07 00:45:01 +05:30
cachho
4adb6d5da1 docs: update maintainer readme (#162) 2023-07-06 23:53:40 +05:30
cachho
e50c7e6843 refactor: Add config for init, app and query (#158) 2023-07-06 23:46:40 +05:30
Sahil Kumar Yadav
68e732a426 feat: add google doc support added (#155) 2023-07-06 14:04:27 +05:30
Taranjeet Singh
c6dbbf5dd3 Merge pull request #152 from embedchain/update-readme-1
add: Update typo in readme
2023-07-06 13:38:21 +05:30
Taranjeet Singh
9f1ec9872e add: Update typo in readme 2023-07-06 13:37:49 +05:30
Taranjeet Singh
8c7a5eda10 Bump version to 0.0.15 (#151) 2023-07-06 13:34:49 +05:30
Taranjeet Singh
687e3fb61c feat: Add support for chat endpoint (#150)
* feat: Add support for chat endpoint

This commit introduces a new endpoint called chat.
It maintains context of the last 5 user messages
and continues to do semantic search to find the
context.
2023-07-06 13:32:16 +05:30
Taranjeet Singh
c87451130f Bump version to 0.0.14 (#147)
- Add support for dry run
- Import gpt4all locally
2023-07-06 01:03:56 +05:30
Rohit Gupta
0e74688145 update: import gpt4all locally (#146)
Import gpt4all locally to avoid error in case its not present.
2023-07-06 01:01:32 +05:30
cachho
f8e5ccd007 feat: add dry run (#47)
This commit adds support to simulate the semantic search and see what the prompt will look lile.
2023-07-05 23:19:53 +05:30
Taranjeet Singh
53cb5d9296 Bump version to 0.0.13 (#145) 2023-07-05 23:07:25 +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
659e26e3d7 Bump version to 0.0.12 (#139)
- Add OpenSourceApp, uses open source embedding model
and LLM. Both are free to use.
- Add support for api_key in OpenAI api call
- Update readme to show how to reuse vector db
2023-07-05 16:39:06 +05:30