Skip to content

Releases: microsoft/autogen

v0.1.6

Choose a tag to compare

@yiranwu0 yiranwu0 released this 03 Oct 03:56
39c145d

This release fixes bugs related to function_call. Minor fixes are made to improve stability. Improvements to README and docstring are also added.

Thanks Xiaoyun Zhang (@LittleLittleCloud), @hiftielabs, Shaurya Rohatgi (@shauryr), Al-Ekram Elahee Hridoy (@alhridoy), Priyanshu Yashwant Deshmukh (@priyansh4320) and others for the contributions. Thanks Jieyu Zhang (@JieyuZ2), Gagan Bansal (@gagb) for reviewing.

What's Changed

New Contributors

Full Changelog: v0.1.5...v0.1.6

v0.1.5

Choose a tag to compare

@thinkall thinkall released this 01 Oct 14:37
c39bfca

This release adds support to PDF files, fixes a bug and updates a parameter in RetrieveChat. Improvements to README and docstring are also added.

Thanks AW (@AaronWard), Ali Eren SALKIM (@AlyrenN) and others for the contributions.

What's Changed

New Contributors

Full Changelog: v0.1.4...v0.1.5

v0.1.4

Choose a tag to compare

@sonichi sonichi released this 30 Sep 17:27
904b293

This release makes it convenient to configure retry time to deal with rate limit error.

What's Changed

New Contributors

Full Changelog: v0.1.3...v0.1.4

v0.1.3

Choose a tag to compare

@sonichi sonichi released this 28 Sep 21:35
5550803

This release fixes bug for windows and improves sample code.

What's Changed

New Contributors

Full Changelog: v0.1.2...v0.1.3

v0.1.2

Choose a tag to compare

@qingyun-wu qingyun-wu released this 27 Sep 04:33

What's Changed

  • Extact_code can detect single-line code now by Beibin Li (@BeibinLi) in #2
  • fix invalid link by Qingyun Wu (@qingyun-wu) in #20
  • Improve RetrieveChat by Li Jiang (@thinkall) in #6
    Improvement details:
    • Use upsert in batch of 40000 to improve chromadb upsert stability, avoid error for super large corpus.
    • Improve Update Context logic, support customizing trigger words customized_answer_prefix. If customized_answer_prefix is given and it is not in the answer, Update Context will also be triggered.
    • Add a parameter no_update_context to stop Update Context.
    • Add an example of customizing prompt, trigger word, and few-shot learning to the RetrieveChat notebook.
    • Update tests.

New Contributors

Full Changelog: v0.1.1...v0.1.2

v0.1.1

Choose a tag to compare

@sonichi sonichi released this 21 Sep 02:55

Make RetrieveAssistantAgent importable.

v0.1.1rc1

v0.1.1rc1 Pre-release
Pre-release

Choose a tag to compare

@sonichi sonichi released this 19 Sep 18:29
cleanup

v0.1.0rc2

v0.1.0rc2 Pre-release
Pre-release

Choose a tag to compare

@sonichi sonichi released this 19 Sep 18:00

The initial release candidate of autogen as a standalone package.