Duc Nguyen (john)
033e7e05cc
Improve kotaemon based on insights from projects ( #147 )
...
- Include static files in the package.
- More reliable information panel. Faster & not breaking randomly.
- Add directory upload.
- Enable zip file to upload.
- Allow setting endpoint for the OCR reader using environment variable.
2024-02-28 22:18:29 +07:00
Duc Nguyen (john)
e1cf970a3d
Disable Gradio analytics and unnecessary font loading to avoid app hanging in private network ( #145 )
2024-02-20 22:02:28 +07:00
trducng
08cc99d8db
Add docstring for database and OCR loader
2024-02-20 21:20:48 +07:00
Duc Nguyen (john)
767aaaa1ef
Utilize llama.cpp for both completion and chat models ( #141 )
2024-02-20 18:17:48 +07:00
trducng
89450ab661
Enable zip file upload in ktem
2024-02-20 02:59:46 +07:00
Duc Nguyen (john)
d36522129f
refactor: replace llama-index based loader, to a llama-index mixin loader ( #142 )
2024-02-20 02:33:28 +07:00
trducng
7fc54d52e4
Improve ocr loader error message
2024-02-06 12:21:12 +07:00
trducng
1a4fd7c33f
Update default settings to conform Langchain's Azure implementation
2024-02-05 18:04:36 +07:00
trducng
771f074c0e
Add utf-8 encoding in Help Page for rendering on Windows
2024-02-05 16:42:40 +07:00
trducng
bff55230ba
Reduce the default chunk size in the reasoning pipeline to fit LLM capability
2024-02-03 09:38:50 +07:00
trducng
107bc7580e
Enable HTML upload
2024-02-02 11:37:57 +07:00
Duc Nguyen (john)
65852b7d71
Add docx + html reader ( #139 )
2024-01-31 19:21:30 +07:00
ian_Cin
116919b346
Update docs ( #106 )
2024-01-30 18:50:17 +07:00
trducng
cbe40fac99
Show retrieved but non-evidence docs. Support language changing
2024-01-29 11:16:07 +07:00
trducng
50b5d936f5
Optionally allow database migration with Alembic
2024-01-28 19:54:15 +07:00
trducng
04635b77f6
Make the database table customizable
2024-01-28 07:54:38 +07:00
trducng
6ae9634399
Enable .doc file
2024-01-27 23:45:19 +07:00
trducng
23c0331bab
Enable pptx support
2024-01-27 23:08:06 +07:00
trducng
80ec214107
Fix loaders' file_path and other metadata
2024-01-27 22:52:46 +07:00
trducng
c6637ca56e
Relate the retrievers to the indexer
2024-01-27 16:39:40 +07:00
Duc Nguyen (john)
22c646e5c4
Add documentation about adding reasoning and indexing pipelines to the application ( #138 )
2024-01-26 22:31:52 +07:00
trducng
757aabca4d
Add app title, favicon. More natural chat
2024-01-25 22:40:32 +07:00
Duc Nguyen (john)
513e86f490
Add dedicated information panel to the UI ( #137 )
...
* Allow streaming to the chatbot and the information panel without threading
* Highlight evidence in a simple manner
2024-01-25 19:07:53 +07:00
Duc Nguyen (john)
ebc61400d8
Provide a developer mode when running ktem ( #135 )
...
Implement and utilize `on_app_created` to support the developer mode.
2024-01-23 11:46:59 +07:00
Duc Nguyen (john)
2dd531114f
Make ktem official ( #134 )
...
* Move kotaemon and ktem into same folder
* Update docs
* Update CI
* Resolve mypy, isorts
* Re-allow test pdf files
2024-01-23 10:54:18 +07:00