Releases: microsoft/autogen
Releases · microsoft/autogen
v0.1.4
This release makes it convenient to configure retry time to deal with rate limit error.
What's Changed
- Improves clarity and fixes punctuation in README and Multi-agent documentation by @juanmacuevas in #40
- make retry time configurable, add doc by @sonichi in #53
New Contributors
- @juanmacuevas made their first contribution in #40
Full Changelog: v0.1.3...v0.1.4
v0.1.3
This release fixes bug for windows and improves sample code.
What's Changed
- Remove duplicated sentence by @danizord in #35
- Fix bug for windows and improve sample code by @sonichi in #38
- Fix typo in README.md by @eltociear in #37
New Contributors
- @danizord made their first contribution in #35
- @eltociear made their first contribution in #37
Full Changelog: v0.1.2...v0.1.3
v0.1.2
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
- @BeibinLi made their first contribution in #2
- @qingyun-wu made their first contribution in #20
Full Changelog: v0.1.1...v0.1.2