Skip to content

Releases: leozqin/precis

v0.3.8

15 Dec 04:48
a48a703
Compare
Choose a tag to compare

What's Changed

  • Add retrieve content flag and documentation for unit tests by @leozqin in #87

Full Changelog: v0.3.7...v0.3.8

v0.3.7

07 Dec 19:01
d3854b1
Compare
Choose a tag to compare

What's Changed

  • Add Unit Tests and Async-ify about and health check endpoints by @leozqin in #85

Full Changelog: v0.3.6...v0.3.7

v0.3.6

07 Dec 08:00
1ff7112
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.5...v0.3.6

v0.3.5

21 Nov 03:32
6423ed7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.4...v0.3.5

v0.3.4

21 Nov 03:13
104ff57
Compare
Choose a tag to compare

What's Changed

  • Detect unretrievable or banned sites and present a proper user agent by @leozqin in #77

Full Changelog: v0.3.3...v0.3.4

v0.3.3

09 Nov 03:31
539ea80
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.2...v0.3.3

v0.3.2

30 Oct 02:50
4dec910
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.3.2

v0.3.1

30 Oct 02:14
90d1623
Compare
Choose a tag to compare

What's Changed

‼️ NEW DEPRECATION: null_summarization handler ‼️

In renaming summarization to LLM, the null_summarization handler key no longer exists, having been replaced by the null_llm handler key. I've chosen to redirect requests null_summarization handler key to the NullLLMHandler - This means that any operation to use the null handler will automatically migrate to the new one. However, if you're currently using the null_summarization handler, please change the chosen handler in settings to use null_llm.

Other LLM handlers share the same key that they were using before, and the data model has not changed, so they will not be impacted.

The null_summarization handler will be deprecated before or at the 1.0 release.

Full Changelog: v0.3.0...v0.3.1

v0.3.0

29 Sep 01:09
11424f3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.10...v0.3.0

Notable Changes since v0.2.0

v0.2.10

23 Sep 02:15
c5ea26c
Compare
Choose a tag to compare

What's Changed

  • Add "API mode" and more integration tests by @leozqin in #60

Full Changelog: v0.2.9...v0.2.10