Commit Graph

121 Commits (9383d00bcd8f27ed1c3ed73cb846eda3632077fe)

Author SHA1 Message Date
sigoden f1cbb3c006
feat: support github client (#798) 2 months ago
sigoden 669f2c602c
feat: enable custom `api_base` for most clients (#793) 2 months ago
sigoden d79ad49106
feat: support builtin website crawling (recursive_url) (#786) 2 months ago
sigoden 7f418f0e93 chore: update README and config.example.yaml 3 months ago
sigoden 404ac8d6f8 chore: update config.example.yaml 3 months ago
sigoden 4a04465a3f
feat: rename `config.buffer_editor` to `config.editor` (#773) 3 months ago
sigoden 3e0c88da9a chore: update config.example.yaml 3 months ago
sigoden 49b61129c9
feat: add `config.stream` and `.set stream` repl command (#759) 3 months ago
sigoden 0e740d81e9
feat: abandon rag_dedicated client and improve (#757) 3 months ago
sigoden f5e8e872b0
feat: support patching request url, headers and body (#756) 3 months ago
sigoden 2eed63f014
feat: change model patch structure (#754) 3 months ago
sigoden 7c79292dc6
feat: move agent config to separate file (#741) 3 months ago
sigoden 0264ab80ab
refactor: update models.yaml and abandon anyscale (#701) 3 months ago
sigoden 4ea6f3933f
feat: adjust the way of obtaining function call results (#695) 3 months ago
sigoden 10a4c23c83
feat: agent can reuse tools (#690) 3 months ago
sigoden 8b0c648a73
feat: enhenced flexibility for use tools (#688) 3 months ago
sigoden cce4fec108
refactor: update config.example.yaml and readme, fix typos (#682) 4 months ago
sigoden bbe08d6d81
refactor: improve RAG (#676) 4 months ago
sigoden 2f2b13c891
refactor: improve RAG (#675) 4 months ago
sigoden d193950d20
refactor: the name of temp file (#670) 4 months ago
sigoden 9416cbd8b8
refactor: update models.yaml (#669) 4 months ago
sigoden 4fbbbd2d99
feat: `.file`/`--file` support URLs (#665) 4 months ago
sigoden f82524fd15
feat: implement native rag url loader (#660) 4 months ago
sigoden f60df03997
refactor: enable function_calling by default (#656) 4 months ago
sigoden 5985551aba
feat: rag load websites (#655) 4 months ago
sigoden 95bad975f4
feat: custom rag document loaders (#650) 4 months ago
sigoden 34a6d13fb6
refactor: compress session (#649)
1. no require compress_threshold >= 1000
2. no compressing in middle of function calling
4 months ago
sigoden 2bc9607b00
refactor: rename model type `rerank` to `reranker` (#646) 4 months ago
sigoden 2fbb5271af
feat: support rag-dedicated clients (jina and voyageai) (#645) 4 months ago
sigoden f9e7efd41c
refactor: reorder config items (#639) 4 months ago
sigoden 777638049b
refactor: minor improvement (#638) 4 months ago
sigoden 590c525048
refactor: remove reka client (#635) 4 months ago
sigoden 52a847743e
refactor: improve system message handling (#634) 4 months ago
sigoden 3826d808d8
refactor: minior improvement (#633) 4 months ago
sigoden d645046d2d
refactor: rename bot to agent (#628) 4 months ago
sigoden 7a089d846e
refactor: rename model.max_concurrent_chunks to model.max_batch_size (#626) 4 months ago
sigoden f2378e1725
refactor: rename model.mode to model.type (#625) 4 months ago
sigoden 34d568d5e2
refactor: improve rag (#622) 4 months ago
sigoden abc588daac
feat: support rerank (#620) 4 months ago
sigoden 2eab71a641
feat: rag hybrid search (#618) 4 months ago
sigoden 3b3d39cef0
refactor: rag add rag_minimum_score config (#617) 4 months ago
sigoden 98ac7e2b57
feat: support reka client (#614) 4 months ago
sigoden 2f8c694626
feat: support lingyiwanwu client (#613) 4 months ago
sigoden bbdd866eb3
feat: abandon `auto_copy` (#607) 4 months ago
sigoden 746b087111
refactor: add/modify rag-related config (#599) 4 months ago
sigoden e9e48f2320
refactor: rename `selected_functions` to `functions_filter` (#587) 4 months ago
sigoden b05b730cb5
feat: add config `repl_prelude` and `bot_prelude` (#584) 4 months ago
sigoden 8615293747
feat: add config `dangerously_functions` (#582) 4 months ago
sigoden bb867c4fcb
feat: support bot (#579)
* feat: support bots

* refactor with RoleLike

* improve exiting session

* make bot works with rag

* refactor repl assert state

* add bot banner

* repl complete bots according bots.txt

* fix on windows

* remove threadpool executing function callings

* adjust repl left_prompt

* move bot config to global config.yaml

* `.bot` throw err if funciton callings is not configured
4 months ago
sigoden 1ec6abfaee
feat: support RAG (#560)
* feat: support RAG

* support more embeddings models and implement concurrent embedding api

* show the progress of addings paths

* ignore embedding context when saving message

* embedding model max_chunk_size => default_chunk_size

* support pdf and pandoc formats (docx, epub, ipynb)
5 months ago