Skip to content

Releases: iryna-kondr/scikit-llm

v1.4.0

04 Aug 20:11
261f501
Compare
Choose a tag to compare

Changes

  • Replaced gpt4all with llama-cpp-python (#110)

v1.3.1

24 Jul 19:12
a9c29c4
Compare
Choose a tag to compare

Changes

  • Added gpt-4o-mini to the list of tunable models (#108)

v1.3.0

06 Jul 21:35
d0fe2b2
Compare
Choose a tag to compare

Changes

  • Chain of thought classifier (#106)

v1.2.0

25 Jun 18:04
fd3a4ac
Compare
Choose a tag to compare

Changes

  • Added NER task (#103)
  • Added multi-threading (#101)
  • Adjusted attributes in OpenAI mixin (#95)

v1.1.0

25 May 08:26
Compare
Choose a tag to compare

Changes

  • Updated default models (#94)
  • Added Gemini support [Vertex backend] (#94)
  • Added custom URL support [GPT backend] (#94)
  • Added embedding support for Azure [GPT backend] (#94)
  • Added optional distance metric for KNN in DynamicFewShotGPTClassifier (#92)

🧹 Maintenance

  • Bump actions/checkout from 3 to 4 (#72)

v1.0.0

25 Dec 18:09
0bdea94
Compare
Choose a tag to compare

Changes

  • Major code refactoring
  • New documentation

v0.4.2

09 Nov 11:22
0c91a25
Compare
Choose a tag to compare

Changes

  • OpenAI version is temporarily set to <1.0 in order to avoid compatibility issues

v0.4.1

24 Aug 08:36
0eeedfb
Compare
Choose a tag to compare

Changes

  • fix gpt prediction function (#59)

v0.4.0

23 Aug 19:09
2c59221
Compare
Choose a tag to compare

Changes

  • Added sklearn memory index (DynamicFewShot) (#57)

🚀 Features

  • gpt_tuning (#58)

v0.3.4

15 Aug 14:56
3e7e19a
Compare
Choose a tag to compare

Changes

  • Make annoy an optional dependency (#53)