Skip to content

Releases: upstash/rag-chat

v2.0.4-canary-hybrid

v2.0.4-canary-hybrid Pre-release
Pre-release

Choose a tag to compare

@CahidArda CahidArda released this 31 Dec 09:53

Canary for #101

Full Changelog: v2.0.3...v2.0.4-canary-hybrid

v2.0.3

Choose a tag to compare

@CahidArda CahidArda released this 20 Nov 08:33
5e4c3de

What's Changed

New Contributors

Full Changelog: v2.0.2...v2.0.3

v2.0.2

Choose a tag to compare

@CahidArda CahidArda released this 01 Nov 13:50
47e0853

What's Changed

New Contributors

Full Changelog: v2.0.1...v2.0.2

v2.0.1

Choose a tag to compare

@CahidArda CahidArda released this 22 Oct 10:39
807f751

What's Changed

Full Changelog: v2.0.0...v2.0.1

v2.0.1-canary-2

v2.0.1-canary-2 Pre-release
Pre-release

Choose a tag to compare

@CahidArda CahidArda released this 22 Oct 10:38
807f751

What's Changed

Full Changelog: v2.0.0...v2.0.1-canary-2

v2.0.1-canary

v2.0.1-canary Pre-release
Pre-release

Choose a tag to compare

@CahidArda CahidArda released this 21 Oct 19:06

canary for #87

Full Changelog: v2.0.0...v2.0.1-canary

v2.0.0

Choose a tag to compare

@CahidArda CahidArda released this 03 Oct 12:27
cf26b3a

What's Changed

In this version, we remove Llama Processor since it was causing issues for us. Therefore, we release a major version since the removal of llama-parse processor is not backwards compatible.

Full Changelog: v1.6.4...v2.0.0

Migration

Most of the API is unchanged. You should only have to make changes If you were using the llama-parse processor:

await ragChat.add({
  type: "...",
  fileSource: "...",
  // llama parse
  processor: {
    name: "llama-parse",
    options: ...
  }
})

If you were using llama-parse, you can opt to use the unstructured processsor.

v1.6.5-canary-6

v1.6.5-canary-6 Pre-release
Pre-release

Choose a tag to compare

@CahidArda CahidArda released this 02 Oct 20:47

v1.6.5-canary-5

v1.6.5-canary-5 Pre-release
Pre-release

Choose a tag to compare

@ytkimirti ytkimirti released this 02 Oct 15:59
5ab17c3

v1.6.5-canary-3

v1.6.5-canary-3 Pre-release
Pre-release

Choose a tag to compare

@ytkimirti ytkimirti released this 02 Oct 07:15
fdc3422