LuciAkirami
|
d6ed2050d4
|
feature: Add support for zilliz vector database (#771)
|
2023-10-11 13:17:33 -07:00 |
|
Sidharth Mohanty
|
0cb78b9067
|
Add Hugging Face Hub LLM support (#762)
|
2023-10-09 12:15:22 -07:00 |
|
Sidharth Mohanty
|
e226a89637
|
Add Jina LLM support (#760)
|
2023-10-09 12:06:36 -07:00 |
|
Rupesh Bansal
|
19a9141c2d
|
Added Clip dependency (#778)
|
2023-10-09 12:02:45 -07:00 |
|
Rupesh Bansal
|
bc649b9a85
|
Added docs for skip_embedding and embeddings argument of vectordbs (#784)
|
2023-10-09 12:01:44 -07:00 |
|
Sidharth Mohanty
|
03a84daf9d
|
Add Cohere LLM support (#751)
|
2023-10-09 11:54:24 -07:00 |
|
Sidharth Mohanty
|
b91d922600
|
Improve tests (#780)
|
2023-10-09 11:26:21 -07:00 |
|
Prikshit
|
ed02aebf9a
|
Rename 'PersonApp.py' to 'person_app.py' (#752)
|
2023-10-09 08:05:11 -07:00 |
|
Prikshit
|
1a048390fd
|
Rename _get_athrophic_answer to _get_answer (#775)
|
2023-10-07 02:22:49 -07:00 |
|
Richard Awoyemi
|
1741d3bef6
|
[fix]: Fix sitemap loader (#753)
|
2023-10-06 16:24:15 -07:00 |
|
Ojuswi Rastogi
|
540a0a3685
|
[feat]: Add support for XML file format (#757)
|
2023-10-06 15:39:32 -07:00 |
|
Deshraj Yadav
|
f31351bedb
|
[OpenSearch] Small bug fixes in query
|
2023-10-04 18:07:46 -07:00 |
|
Deshraj Yadav
|
8863983c7b
|
[Images] Remove 'clip' from the list of depdencies since pypi doesn't allow it (#766)
|
2023-10-04 17:08:27 -07:00 |
|
Deshraj Yadav
|
64a34cac32
|
[OpenSearch] Add chunks specific to an app_id if present (#765)
|
2023-10-04 15:46:22 -07:00 |
|
Deshraj Yadav
|
352e71461d
|
[OpenSearch]: Fix add() and query() for opensearch db (#764)
|
2023-10-04 12:53:07 -07:00 |
|
Deshraj Yadav
|
87d0b5c76f
|
[bugfix] Fix issue when llm config is not defined (#763)
|
2023-10-04 12:08:21 -07:00 |
|
Rupesh Bansal
|
d0af018b8d
|
Add support for image dataset (#571)
Co-authored-by: Rupesh Bansal <rupeshbansal@Shankars-MacBook-Air.local>
|
2023-10-04 09:50:40 +05:30 |
|
Prikshit
|
7a1866d280
|
Update outdated 'OpenAI' Model (#735)
|
2023-09-30 23:42:33 +05:30 |
|
Rhythm Sharma
|
d229b108c3
|
fix: Rename _get_athrophic_answer to _get_answer in anthropic llm class (#732)
|
2023-09-30 12:17:48 +05:30 |
|
Taranjeet Singh
|
39640cb697
|
feat: bump version to 0.0.64 (#733)
|
2023-09-30 12:16:22 +05:30 |
|
cachho
|
9ecf2e9feb
|
feat: One App (#635)
Co-authored-by: Taranjeet Singh <reachtotj@gmail.com>
|
2023-09-30 12:00:43 +05:30 |
|
Prikshit
|
16b0d5b829
|
Rename method _get_gpt4all_answer to _get_answer (#727)
|
2023-09-30 09:45:31 +05:30 |
|
Deshraj Yadav
|
6ae33d04b8
|
[OpenSearch] Add support for filtering docs based on app_id in opensearch db (#729)
|
2023-09-29 15:19:10 -07:00 |
|
Deshraj Yadav
|
414c69fd62
|
Add support for OpenSearch as vector database (#725)
|
2023-09-29 03:24:42 +05:30 |
|
Prikshit
|
9951b58005
|
Rename _get_azure_openai_answer to _get_answer (#724)
|
2023-09-29 00:13:49 +05:30 |
|
Osama Nabih
|
e73ed82ae9
|
chore: Renamed EmbeddingFunctions.py to follow snakecase convention (#669)
Signed-off-by: Osama Nabih <nabih_the_4th@yahoo.com>
|
2023-09-28 11:35:10 +05:30 |
|
Ayush Mishra
|
16f8de810c
|
Chore/follow_snake_conventions_in_config (#716)
|
2023-09-27 21:38:42 +05:30 |
|
Subhajit Ghosh
|
a5d5e5825f
|
Renamed apps/App.py to follow snake case convention (#708)
|
2023-09-27 10:35:22 +05:30 |
|
Taranjeet Singh
|
0f16c72762
|
fix: use openai llm via langchain (#670)
Co-authored-by: Deshraj Yadav <deshrajdry@gmail.com>
|
2023-09-27 10:34:02 +05:30 |
|
Subhajit Ghosh
|
9ca7a0d6d1
|
Rename models/Providers.py to follow snake case convention (#707)
|
2023-09-27 10:31:08 +05:30 |
|
Subhajit Ghosh
|
7d5bfd8c9f
|
Renamed models/VectorDimensions.py to follow snake case convention (#706)
|
2023-09-27 10:15:28 +05:30 |
|
Subhajit Ghosh
|
b8fc7b0c9e
|
Renamed models/VectorDatabases.py to follow snake case convention (#703)
|
2023-09-27 09:56:11 +05:30 |
|
Subhajit Ghosh
|
3999f2a373
|
Renamed config/apps/OpenSourceAppConfig.py to follow snake case convention (#701)
|
2023-09-27 09:37:31 +05:30 |
|
Subhajit Ghosh
|
4eb2c0e123
|
Renamed apps/CustomApp.py to follow snake case convention (#678)
|
2023-09-27 04:59:46 +05:30 |
|
Ayush Mishra
|
b8a838aee1
|
Remove load_and_embed_v1 method since it is not used (#638)
|
2023-09-27 04:58:49 +05:30 |
|
Kapil Mirchandani
|
84e5932ea5
|
Rename BaseAppConfig to be snake_case (#689)
|
2023-09-27 02:36:58 +05:30 |
|
Kapil Mirchandani
|
4c5c99e6ae
|
Rename CustomAppConfig to be snake_case (#680)
|
2023-09-27 01:24:39 +05:30 |
|
Shivam Menda
|
dcb940ba95
|
Refactored AppConfig.py to app_config.py (#681)
|
2023-09-26 23:54:42 +05:30 |
|
Subhajit Ghosh
|
8d3b66f7e3
|
Converted OpenSourceApp.py file name to Open_Source_App.py (#675)
|
2023-09-25 23:17:53 -07:00 |
|
Dev Khant
|
1db3e43adf
|
Add support for dry_run in load_and_embed_v2 method (#634)
|
2023-09-24 11:42:14 -07:00 |
|
Dev Khant
|
77e1983b2e
|
bug: app.online fixed (#647)
|
2023-09-23 16:10:18 -07:00 |
|
Dev Khant
|
d344ee226c
|
Set telemetry flag as a top level attribute (#462)
|
2023-09-18 10:29:14 +05:30 |
|
cachho
|
3d0e4141bf
|
refactor: get existing doc id method (#616)
|
2023-09-17 23:22:12 +05:30 |
|
Dev Khant
|
01fb216ff7
|
allow_reset as constructor argument (#618)
|
2023-09-15 07:26:02 -07:00 |
|
David Talson
|
5e06a0d001
|
Fix/dont print the entire text when data type is text (#605)
|
2023-09-14 02:06:23 +05:30 |
|
cachho
|
c0e3274375
|
Fix/chat (#609)
|
2023-09-14 02:04:27 +05:30 |
|
cachho
|
119ec5e405
|
fix: elastic search (#600)
|
2023-09-13 23:28:18 +05:30 |
|
cachho
|
79efa51941
|
fix: url metadata for all datatypes (#613)
|
2023-09-13 10:19:48 -07:00 |
|
Deshraj Yadav
|
701d0b21ef
|
[chore] fix lint issues (#607)
|
2023-09-12 20:04:31 -07:00 |
|
Taranjeet Singh
|
36b26e08c3
|
feat: add support for mdx file (#604)
|
2023-09-13 05:13:18 +05:30 |
|