Commit Graph

731 Commits (d2361dbb6ac9283c555bdfba6134e38538a50f43)
 

Author SHA1 Message Date
sigoden d2361dbb6a
feat: add retry logic to embedding/rerank api calls (#879) 4 weeks ago
sigoden 912773c25a
refactor: embeddings/rerank fn accept ref data (#878) 4 weeks ago
sigoden 00c4a6e421
feat: add batch_size to RAG yaml (#876) 4 weeks ago
sigoden 029058c43d
chore: release v0.22.0 (#857) 1 month ago
sigoden 54e8047583 chore: update models.yaml 1 month ago
sigoden beaf5946a9
feat: add `.source rag` repl command (#871) 1 month ago
sigoden 6211d01a64
feat: add `.save agent-config` repl command (#870) 1 month ago
sigoden 5a26c59a12
refactor: role/session/agent should not inherit the global `use_tools` (#868) 1 month ago
sigoden 0fb403a2e9
feat: specify shell via $AICHAT_SHELL (#866) 1 month ago
sigoden 632d7cdfa3
refactor: improve repl completeion (#865) 1 month ago
sigoden c821652ed9
refactor: no delete the existing role/session when saving with a new name (#863) 1 month ago
sigoden a9ea86f3f8
feat: add `.delete` repl command (#862) 1 month ago
sigoden 99005a2032
refactor: catch api error (#861) 1 month ago
sigoden 8b3bd63c3c
refactor: several improvements (#856) 1 month ago
sigoden 03193e3844
refactor: remove the icons for the execution shell command (#854) 1 month ago
sigoden e181ae9b0d
refactor: extract built-in roles to embedded files (#853) 1 month ago
sigoden 84e9515509
refactor: abandon config `rag_min_score_rerank` (#852) 1 month ago
sigoden e5cc194598
feat: proxy rerank api (#851) 1 month ago
sigoden 69965466e6
feat: proxy chat-completions api with tools support (#850) 1 month ago
sigoden a56d5f2ddf
feat: save rag in YAML instead of bin (#848) 1 month ago
sigoden 89554e0d4e
feat: support RAG-scoped rag_top_k and rag_reranker_model (#847) 1 month ago
sigoden 5adaa869bf chore: update config.example.yaml and models.yaml 1 month ago
sigoden d96950c23b
feat: tolerate failure to load some rag files (#846) 1 month ago
sigoden f4a48e646b
refactor: render error with prefix `Error: ` (#844) 1 month ago
sigoden 9347bb866e
feat: add role %create-prompt% (#843) 1 month ago
sigoden 555f4f5d12
feat: better html to markdown converter (#840) 1 month ago
sigoden 791b6150af
feat: add config `serve_addr` & env $SERVE_ADDR for specifying serve addr (#839) 1 month ago
sigoden b16913fec3
fix: render stream failed due to read cursor position timeout (#835) 1 month ago
sigoden d92f102a85 chore: release v0.21.1 1 month ago
sigoden df13045b2c
feat: add siliconflow client (#831) 1 month ago
sigoden 9654445c32
fix: `:` can be used as seperator for role arguments (#830) 1 month ago
sigoden d57f11445d
chore: release v0.21.0 (#819) 2 months ago
sigoden b2fef25a52
refactor: gemini use batch embedding api (#827) 2 months ago
sigoden 476d29c40a
feat: use dynamic batch size for embedding (#826) 2 months ago
sigoden 3695c12646 chore: update config.example.com 2 months ago
sigoden 3c45ced2d9
refactor: improve bash completion (#824) 2 months ago
sigoden b34b542d31
refactor: keep the role arguments (#823) 2 months ago
sigoden dc78636129
feat: add huggingface client (#822) 2 months ago
sigoden e39498e340 chore: update config.example.yaml 2 months ago
sigoden 2cba09c064
feat: migrate `cloudflare` client to `openai-compatible` (#821) 2 months ago
sigoden 6462a58742 chore: update models.yaml 2 months ago
sigoden 2c6aafb0d7
refactor: openai_compatible client config (#820) 2 months ago
sigoden ef0810434c
refactor: minor improvement (#818) 2 months ago
sigoden 573e0d58b4
feat: migrate `ollama`/`qianwen` clients to `openai-compatible` (#816) 2 months ago
sigoden 55e36c7e9d
feat: webui support RAG (#815) 2 months ago
sigoden ed242c65f0
feat: webui use querystring as settings (#814) 2 months ago
rolfwilms a204a4b189
refactor: update models.yaml to fix Bedrock Sonnet 3.5 max_output_tokens (4096) (#813) 2 months ago
sigoden 00376b98e0
refactor: no function_calling=false if functions.json is empty (#812) 2 months ago
sigoden d8d52b60d6
feat: save temp session with `temp-<timestamp>` if `save_session: true` (#811) 2 months ago
sigoden 4bbf479616
feat: replace roles.yaml with roles/<name>.md (#810) 2 months ago