Skip to content

Releases: microsoft/autogen

v0.1.2

27 Sep 04:33
Compare
Choose a tag to compare

What's Changed

  • Extact_code can detect single-line code now by @BeibinLi in #2
  • fix invalid link by @qingyun-wu in #20
  • Improve RetrieveChat by @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

21 Sep 02:55
Compare
Choose a tag to compare

Make RetrieveAssistantAgent importable.

v0.1.1rc1

19 Sep 18:29
Compare
Choose a tag to compare
v0.1.1rc1 Pre-release
Pre-release
cleanup

v0.1.0rc2

19 Sep 18:00
Compare
Choose a tag to compare
v0.1.0rc2 Pre-release
Pre-release

The initial release candidate of autogen as a standalone package.