Khoi-Nguyen Nguyen-Ngoc
155e590720
feat: support MCP tools and enhance resource updating with renaming c… ( #813 )
...
* feat: support MCP tools and enhance resource updating with renaming capabilities.
* chore: styling
* tests: update unit tests
* fix: hightlight error
* fix: uv build in docker
* fix: keep original action name
2026-03-04 17:16:52 +07:00
Daniel Kwak
fe52d208e2
✨ feat(build): add uv package manager support for faster installation ( #790 )
...
- Add uv workspace configuration to pyproject.toml
- Create run_uv.sh script for automated uv-based installation
- Update README with uv installation option (10-100x faster than conda)
- Add uv.lock for reproducible builds
- Maintain backward compatibility with existing conda setup
- Fix known dependency conflicts (hnswlib, chroma-hnswlib)
Benefits:
- Faster dependency resolution (seconds vs minutes)
- Simplified installation process (~50 lines vs 200+ lines)
- Cross-platform compatibility
- Reproducible builds with lock file
- Better development experience
- Automatic Python version management
Co-authored-by: Your Name <your.email@company.com >
2026-02-27 16:47:03 +07:00
ian_Cin
654501e01c
(bump:minor) Feat: Add mechanism for user-site update and auto creating releases ( #56 )
...
* move flowsettings.py and launch.py to root
* update docs
* sync sub package versions
* rename launch.py to app.py and make run scripts work with installation package
* add update scripts
* auto version for root package
* rename authors and update doc dir
* Update auto-bump-and-release.yaml to trigger on push to main branch
* latest as branch instead of tag
* pin deps versions
* cache the changelogs
2024-05-15 16:34:50 +07:00
ian_Cin
af38708b77
Setup root toml file and stop gradio auto reloading ( #30 )
...
* stop gradio auto reload
* setup root toml file
2024-04-13 18:59:24 +07:00
ian_Cin
116919b346
Update docs ( #106 )
2024-01-30 18:50:17 +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
Duc Nguyen (john)
9c5b707010
Customize application settings ( #132 )
...
* Allow customizing the base application
* Make the core llms and embeddings customizable
* Make the settings, reasoning and index customizable
* Import from langchain_openai
2024-01-21 14:36:07 +07:00
Duc Nguyen (john)
5a9d6f75be
Migrate the MVP into kotaemon ( #108 )
...
- Migrate the MVP into kotaemon.
- Preliminary include the pipeline within chatbot interface.
- Organize MVP as an application.
Todo:
- Add an info panel to view the planning of agents -> Fix streaming agents' output.
Resolve : #60
Resolve : #61
Resolve : #62
2024-01-10 15:28:09 +07:00
ian_Cin
230328c62f
Best docs Cinnamon will probably ever have ( #105 )
2023-12-20 11:30:25 +07:00
Duc Nguyen (john)
1f927d3391
Upgrade promptui to conform to Gradio V4 ( #98 )
2023-12-07 15:24:07 +07:00
ian_Cin
797df5a69c
refractor agents ( #100 )
...
* refractor agents
* minor cosmetic, add terminal ui for cli
* pump to 0.3.4
* Add temporary path
* fix unclose files in tests
---------
Co-authored-by: trducng <trungduc1992@gmail.com >
2023-12-06 17:06:29 +07:00
ian_Cin
4256030b4f
Adopt pyproject.toml ( #89 )
...
* ditching setup.py in favour of pyproject.toml; bump to 0.3.2
* bump to 0.3.3
2023-11-29 14:58:35 +07:00