Commit Graph

  • e75354d410
    Enable fastembed as a local embedding vendor (#12) Duc Nguyen (john) 2024-04-09 01:44:34 +0700
  • 8001c86b16
    Feat/new UI (#13) ian_Cin 2024-04-08 22:23:00 +0700
  • a203fc0f7c
    Allow users to add LLM within the UI (#6) Duc Nguyen (john) 2024-04-06 11:53:17 +0700
  • e187e23dd1
    Improve UX (#9) Duc Nguyen (john) 2024-04-04 15:39:24 +0700
  • ecf09b275f
    Fix UI bugs (#8) ian_Cin 2024-04-03 16:33:54 +0700
  • 43a18ba070
    Feat/regenerate answer (#7) ian_Cin 2024-04-03 15:37:55 +0700
  • e67a25c0bd
    Feat/add multimodal loader (#5) ian_Cin 2024-04-03 14:52:40 +0700
  • a3bf728400
    Update various docs (#4) ian_Cin 2024-03-29 19:47:03 +0700
  • 556c48b259
    Create LICENSE.txt ian_Cin 2024-03-29 16:39:56 +0700
  • e8d3c70276
    improve llms selection of simple reasoning pipeline and fix non persistent settings bug ian_Cin 2024-03-28 16:39:09 +0700
  • 14482e9755 bug fix: settings are not persistent ian 2024-03-28 16:36:05 +0700
  • f9cc40ca25 improve llm selection for simple reasoning pipeline ian 2024-03-28 16:35:13 +0700
  • b2089245f2
    Merge pull request #1 from Cinnamon/misc/config-model-from-file ian_Cin 2024-03-28 16:29:26 +0700
  • e3498a4958 rename ktem test dir ian 2024-03-28 16:27:05 +0700
  • b6ac35029f remove git secret ian 2024-03-28 16:04:12 +0700
  • c1b1371a68 enable config through .env ian 2024-03-27 19:04:48 +0700
  • c6db7f5d01 pin llama-cpp-python to 0.2.55 due to https://github.com/abetlen/llama-cpp-python/issues/1288 ian 2024-03-27 18:58:19 +0700
  • da86fa463f rename test dir ian 2024-03-27 18:56:06 +0700
  • d22ae88c7a make default installation faster (#2) ian_Cin 2024-03-21 22:48:20 +0700
  • a8f92b3f9e post migrate cleanup ian_Cin 2024-03-18 23:10:20 +0700
  • df12dec732 Feat/local endpoint llm (#148) ian_Cin 2024-03-15 16:17:33 +0700
  • 2950e6ed02 Improve behavior of simple reasoning (#157) Duc Nguyen (john) 2024-03-12 13:03:38 +0700
  • cb01d27d19 Fix integrating indexing and retrieval pipelines to FileIndex (#155) Duc Nguyen (john) 2024-03-10 16:41:42 +0700
  • 2b3571e892 Fix subscribing sign-in/out trducng 2024-03-08 13:38:29 +0700
  • 4f356f7f9a Provide dedicated page for login (#153) Duc Nguyen (john) 2024-03-08 08:06:51 +0700
  • 9725d60791 Create user management functionality (#152) Duc Nguyen (john) 2024-03-07 14:19:37 +0700
  • 8a90fcfc99 Restructure index to allow it to be dynamically created by end-user (#151) Duc Nguyen (john) 2024-03-07 01:50:47 +0700
  • cc87aaa783 Add one-click installers for Linux, Windows, and MacOS (#146) Albert (Quang) 2024-03-06 10:59:30 +0700
  • 033e7e05cc Improve kotaemon based on insights from projects (#147) Duc Nguyen (john) 2024-02-28 22:18:29 +0700
  • e1cf970a3d Disable Gradio analytics and unnecessary font loading to avoid app hanging in private network (#145) Duc Nguyen (john) 2024-02-20 22:02:28 +0700
  • 08cc99d8db Add docstring for database and OCR loader trducng 2024-02-20 21:20:48 +0700
  • 767aaaa1ef Utilize llama.cpp for both completion and chat models (#141) Duc Nguyen (john) 2024-02-20 18:17:48 +0700
  • a86c727869 add albert to git-secret (#140) ian_Cin 2024-02-20 17:28:06 +0700
  • 89450ab661 Enable zip file upload in ktem trducng 2024-02-20 02:59:46 +0700
  • d36522129f refactor: replace llama-index based loader, to a llama-index mixin loader (#142) Duc Nguyen (john) 2024-02-20 02:33:28 +0700
  • 7fc54d52e4 Improve ocr loader error message trducng 2024-02-06 12:21:12 +0700
  • 1a4fd7c33f Update default settings to conform Langchain's Azure implementation trducng 2024-02-05 18:04:36 +0700
  • 771f074c0e Add utf-8 encoding in Help Page for rendering on Windows trducng 2024-02-05 16:42:40 +0700
  • bff55230ba Reduce the default chunk size in the reasoning pipeline to fit LLM capability trducng 2024-02-03 09:38:50 +0700
  • 107bc7580e Enable HTML upload trducng 2024-02-02 11:37:57 +0700
  • 65852b7d71 Add docx + html reader (#139) Duc Nguyen (john) 2024-01-31 19:21:30 +0700
  • 116919b346 Update docs (#106) ian_Cin 2024-01-30 18:50:17 +0700
  • cbe40fac99 Show retrieved but non-evidence docs. Support language changing trducng 2024-01-29 11:16:07 +0700
  • 50b5d936f5 Optionally allow database migration with Alembic trducng 2024-01-28 19:54:15 +0700
  • 04635b77f6 Make the database table customizable trducng 2024-01-28 07:54:38 +0700
  • 6ae9634399 Enable .doc file trducng 2024-01-27 23:45:19 +0700
  • 23c0331bab Enable pptx support trducng 2024-01-27 23:08:06 +0700
  • 80ec214107 Fix loaders' file_path and other metadata trducng 2024-01-27 22:52:46 +0700
  • c6637ca56e Relate the retrievers to the indexer trducng 2024-01-27 16:39:40 +0700
  • 9b586466ff Add the tutorial to mkdocs trducng 2024-01-26 15:40:04 +0000
  • 22c646e5c4 Add documentation about adding reasoning and indexing pipelines to the application (#138) Duc Nguyen (john) 2024-01-26 22:31:52 +0700
  • 757aabca4d Add app title, favicon. More natural chat trducng 2024-01-25 22:40:32 +0700
  • 513e86f490 Add dedicated information panel to the UI (#137) Duc Nguyen (john) 2024-01-25 19:07:53 +0700
  • ebc61400d8 Provide a developer mode when running ktem (#135) Duc Nguyen (john) 2024-01-23 11:46:59 +0700
  • 2dd531114f Make ktem official (#134) Duc Nguyen (john) 2024-01-23 10:54:18 +0700
  • 9c5b707010 Customize application settings (#132) Duc Nguyen (john) 2024-01-21 14:36:07 +0700
  • 5a9d6f75be Migrate the MVP into kotaemon (#108) Duc Nguyen (john) 2024-01-10 15:28:09 +0700
  • 230328c62f Best docs Cinnamon will probably ever have (#105) ian_Cin 2023-12-20 11:30:25 +0700
  • 0e30dcbb06 Create Langchain LLM converter to quickly supply it to Langchain's chain (#102) Duc Nguyen (john) 2023-12-11 14:55:56 +0700
  • da0ac1d69f Change template to private attribute and simplify imports (#101) Duc Nguyen (john) 2023-12-08 18:10:34 +0700
  • 1f927d3391 Upgrade promptui to conform to Gradio V4 (#98) Duc Nguyen (john) 2023-12-07 15:24:07 +0700
  • 797df5a69c refractor agents (#100) ian_Cin 2023-12-06 17:06:29 +0700
  • d9e925eb75 Add UnstructuredReader with support for various legacy files (.doc, .xls) (#99) Tuan Anh Nguyen Dang (Tadashi_Cin) 2023-12-05 16:19:13 +0700
  • 37c744b616 Add file-based document store and vector store (#96) Duc Nguyen (john) 2023-12-04 17:46:00 +0700
  • 0ce3a8832f Provide type hints for pass-through Langchain and Llama-index objects (#95) Duc Nguyen (john) 2023-12-04 10:59:13 +0700
  • e34b1e4c6d Refactor the index component and update the MVP insurance accordingly (#90) Duc Nguyen (john) 2023-11-30 18:35:07 +0700
  • 8e3a1d193f Refactor agents and tools (#91) Nguyen Trung Duc (john) 2023-11-30 09:52:08 +0700
  • 4256030b4f Adopt pyproject.toml (#89) ian_Cin 2023-11-29 14:58:35 +0700
  • 8e0779a22d Enforce all IO objects to be subclassed from Document (#88) ian_Cin 2023-11-27 16:35:09 +0700
  • 2186c5558f Separate rerankers, splitters and extractors (#85) Nguyen Trung Duc (john) 2023-11-27 14:25:54 +0700
  • 0dede9c82d Subclass chat messages from Document (#86) ian_Cin 2023-11-27 10:38:19 +0700
  • 3ac277cc0b Update Elastics store delete() (#84) Tuan Anh Nguyen Dang (Tadashi_Cin) 2023-11-21 15:29:00 +0700
  • 9a96a9b876 Add Elasticsearch Docstore (#83) Tuan Anh Nguyen Dang (Tadashi_Cin) 2023-11-21 11:59:20 +0700
  • 8bb7ad91e0 Add Langchain Agent wrapper with OpenAI Function / Self-ask agent support (#82) Tuan Anh Nguyen Dang (Tadashi_Cin) 2023-11-20 16:26:08 +0700
  • 0a3fc4b228 Correct the use of abstractmethod (#80) Nguyen Trung Duc (john) 2023-11-20 11:18:53 +0700
  • 98509f886c Update splitters + metadata extractor interface to conform with new LlamaIndex design (#81) Tuan Anh Nguyen Dang (Tadashi_Cin) 2023-11-20 10:09:30 +0700
  • 98c76c4700 Refactor excel Loader (#79) Nguyen Trung Duc (john) 2023-11-16 11:30:11 +0700
  • cc1e75b3c6 Add Citation pipeline (#78) Tuan Anh Nguyen Dang (Tadashi_Cin) 2023-11-16 11:24:35 +0700
  • f8b8d86d4e Move LLM-related components into LLM module (#74) Nguyen Trung Duc (john) 2023-11-15 16:26:53 +0700
  • 9945afdf6f Add Reranker implementation and integration in Retrieving pipeline (#77) Tuan Anh Nguyen Dang (Tadashi_Cin) 2023-11-15 16:03:51 +0700
  • b52f312d8e Use new Langchain's dedicated Azure OpenAI embedding class (#76) Nguyen Trung Duc (john) 2023-11-15 14:46:32 +0700
  • b159897ac6 Combine docstores and vectorstores within a storages component (#72) Nguyen Trung Duc (john) 2023-11-14 17:50:57 +0700
  • 640962e916 Update retrieving + agent pipeline (#71) Tuan Anh Nguyen Dang (Tadashi_Cin) 2023-11-14 16:40:13 +0700
  • 693ed39de4 Move prompts into LLMs module (#70) Nguyen Trung Duc (john) 2023-11-14 16:00:10 +0700
  • 8532138842 Move Document and other interface into base/schema (#69) Nguyen Trung Duc (john) 2023-11-14 11:51:10 +0700
  • 4704e2c11a Add new OCRReader with PDF+OCR text merging (#66) Tuan Anh Nguyen Dang (Tadashi_Cin) 2023-11-13 17:43:02 +0700
  • d79b3744cb Simplify the BaseComponent inteface (#64) Nguyen Trung Duc (john) 2023-11-13 15:10:18 +0700
  • 6095526dc7 Add Huggingface embeddings and Cohere embeddings (#63) ian_Cin 2023-11-10 09:38:30 +0700
  • 9035e25666 Upgrade the declarative pipeline for cleaner interface (#51) Nguyen Trung Duc (john) 2023-10-24 11:12:22 +0700
  • aab982ddc4 Provide ready binary for Mac and Linux to do sharing tunneling (#49) Nguyen Trung Duc (john) 2023-10-17 17:19:29 +0700
  • 2b779926c6 Directly caching the python instead of creating virtual env; add option to ignore caching (#45) ian_Cin 2023-10-16 15:27:14 +0700
  • da6b35f520 Allow persisting the expected output in the code (#46) Nguyen Trung Duc (john) 2023-10-13 10:26:48 +0700
  • 6e7905cbc0 [AUR-411] Adopt to Example2 project (#28) Nguyen Trung Duc (john) 2023-10-12 15:13:25 +0700
  • 533fffa6db Enable caching for github actions (#43) ian_Cin 2023-10-12 13:52:19 +0700
  • 84f1fa8cbd [AUR-395] Adopt Example1 disclaimer pipeline (#42) ian_Cin 2023-10-10 15:42:48 +0700
  • 79cc60e6a2 [AUR-429] Add MVP pipeline with Ingestion and QA stage (#39) Tuan Anh Nguyen Dang (Tadashi_Cin) 2023-10-05 12:31:33 +0700
  • 2638152054 [Feat] Add support for f-string syntax in PromptTemplate (#38) ian_Cin 2023-10-04 16:40:09 +0700
  • 56bc41b673 Update Base interface of Index/Retrieval pipeline (#36) Tuan Anh Nguyen Dang (Tadashi_Cin) 2023-10-04 14:27:44 +0700
  • 49ed3f6994 [AUR-405] Auto-generate markdown documentation from pipeline (#33) Nguyen Trung Duc (john) 2023-10-04 10:54:24 +0700
  • 6ab1854532 feat: Add chain-of-thought (#37) Nguyen Trung Duc (john) 2023-10-04 02:16:33 +0700