Skip to content

Releases: svilupp/AIHelpMe.jl

v0.4.0

19 Aug 18:07
da8c2c4
Compare
Choose a tag to compare

AIHelpMe v0.4.0

Diff since v0.3.0

Added

  • Added the knowledge pack for GenieFramework org. (alias :genie).

Updated

  • Updated the knowledge pack for core Julia docs (alias :julia).

Both were made possible by Splendidbug!

Fixed

  • Fixed a bug in aihelp() where rerank=false and search=false would not block these steps if they were previously enabled.

Commits

Merged pull requests:

  • Add new knowledge packs for JuliaLang, GenieFramework (#33) (@svilupp)

v0.3.0

18 Aug 14:22
0e49097
Compare
Choose a tag to compare

AIHelpMe v0.3.0

Diff since v0.2.1

Added (thanks to Splendidbug!)

  • New knowledge packs created by Splendidbug using DocsScraper.jl (to be registered soon, created as part of Google Summer of Code).
  • Knowledge packs for JuliaData org (DataFrames.jl), Plots org, and SciML org.
  • Refreshed knowledge packs for Makie org and Tidier org.
  • Golden Q&A sets for new packages to evaluate performance.

Changed

  • Changed default chunk size to 384 based on evaluation results.
  • Increased compatibility for PromptingTools to v0.50, enabling the use of the latest chat models.
  • Changed const-Ref variables to typed globals to prevent issues encountered in PromptingTools.

Removed

  • Legacy pack "juliaextra".

Fixed

  • Issues related to const-Ref variables by switching to typed globals.
  • Fixed :gold pipeline inconsistently updating the embedding dimension

Notes

  • The new knowledge packs are currently available only for the OpenAI Text embedding Large 3 model.
  • Latest chat models can now be used, but embedding models are restricted for prebuilt knowledge packs.

Commits

Merged pull requests:

v0.2.1

10 Jul 08:26
0bda19e
Compare
Choose a tag to compare

AIHelpMe v0.2.1

Diff since v0.2.0

Updated

  • Increased compat for PromptingTools to v0.37.1 to include bugfixes.

Commits

Merged pull requests:

v0.2.0

07 Jul 20:32
c449c5e
Compare
Choose a tag to compare

AIHelpMe v0.2.0

Diff since v0.1.1

Updates:

  • Increased PromptingTools compat to v0.37

Merged pull requests:

v0.1.1

27 May 20:07
191f28c
Compare
Choose a tag to compare

AIHelpMe v0.1.1

Diff since v0.1.0

Fixed

  • Fixed a bug in build_index where imports were missing and keywords were not passed properly in all scenarios.

### Commits

Merged pull requests:

Closed issues:

  • TextChunker not defined when building index (#23)

v0.1.0

22 Apr 20:44
3763b5c
Compare
Choose a tag to compare

AIHelpMe v0.1.0

Merged pull requests:

Closed issues:

  • [FR] Update compat for PromptingTools (#8)
  • [FR] Add support for Ollama-based models (#11)
  • [FR] [Docs] Improve documentation (#12)
  • [FR] Integrate Preferences.jl to allow persistent settings of pipelines/models (#13)