Skip to content

Releases: open-sauced/repo-query

v0.0.1-alpha-rc.3

19 Oct 16:27
eed96f5
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump rustls-webpki from 0.100.1 to 0.100.2 by @dependabot in #22
  • feat: Create dependabot.yml by @jpmcb in #23
  • fix: Catchup with dependabot upgrades and changes by @jpmcb in #29
  • chore(deps): bump actix-rt from 2.8.0 to 2.9.0 by @dependabot in #32
  • chore(deps): bump serde from 1.0.185 to 1.0.188 by @dependabot in #31
  • chore(deps): bump reqwest from 0.11.19 to 0.11.20 by @dependabot in #30
  • chore(deps): bump openai-api-rs from 0.1.15 to 1.0.1 by @Anush008 in #34
  • chore(deps): bump tokenizers from 0.13.4 to 0.14.0 by @dependabot in #39
  • chore(deps): bump serde_json from 1.0.105 to 1.0.106 by @dependabot in #38
  • chore(deps): bump qdrant-client from 1.4.0 to 1.5.0 by @dependabot in #37
  • chore(deps): bump text-splitter from 0.4.3 to 0.4.4 by @dependabot in #36
  • chore(deps): bump webpki from 0.22.0 to 0.22.1 by @dependabot in #40
  • chore(deps): bump serde_json from 1.0.106 to 1.0.107 by @dependabot in #41
  • chore(deps): bump ort from 1.15.2 to 1.15.4 by @dependabot in #42
  • chore(deps): bump rayon from 1.7.0 to 1.8.0 by @dependabot in #43
  • chore(deps): bump webpki from 0.22.1 to 0.22.2 by @dependabot in #45
  • chore(deps): bump tracing-actix-web from 0.7.6 to 0.7.7 by @dependabot in #46
  • chore(deps): bump ort from 1.15.4 to 1.15.5 by @dependabot in #48
  • feat: Better embeddings with FastEmbed-rs by @Anush008 in #44
  • feat: Upgrade to openai-api-rs 2.0.0 by @jpmcb in #58

Full Changelog: v0.0.1-alpha-rc.2...v0.0.1-alpha-rc.3

v0.0.1-alpha-rc.2

04 Aug 15:15
afc4d19
Compare
Choose a tag to compare

What's Changed

  • Dockerfile: fix typo in build vs. target platform by @jpmcb in #18

    Using the BUILDPLATFORM for the base images didn't result in compatible cross compiled images since some of the C/C++ runtime bits (like onnxruntime). This release should generate compatible cross compiled images.

Full Changelog: v0.0.1-alpha-rc.1...v0.0.1-alpha-rc.2

v0.0.1-alpha-rc.1

03 Aug 18:53
147e8f6
Compare
Choose a tag to compare

Hello world!!! 👋🏼

⚠️ This is an experimental service and this release is not production ready. This should be used with caution. This release is in part to test #17 and to get this service ready for real deployment.

Full Changelog: https://github.com/open-sauced/repo-query/commits/v0.0.1-alpha-rc.1