Skip to content

Releases: upstash/rag-chat

v2.0.2

01 Nov 13:50
47e0853
Compare
Choose a tag to compare

What's Changed

New Contributors

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

v2.0.1

22 Oct 10:39
807f751
Compare
Choose a tag to compare

What's Changed

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

v2.0.1-canary-2

22 Oct 10:38
807f751
Compare
Choose a tag to compare
v2.0.1-canary-2 Pre-release
Pre-release

What's Changed

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

v2.0.1-canary

21 Oct 19:06
Compare
Choose a tag to compare
v2.0.1-canary Pre-release
Pre-release

canary for #87

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

v2.0.0

03 Oct 12:27
cf26b3a
Compare
Choose a tag to compare

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

02 Oct 20:47
Compare
Choose a tag to compare
v1.6.5-canary-6 Pre-release
Pre-release

v1.6.5-canary-5

02 Oct 15:59
5ab17c3
Compare
Choose a tag to compare
v1.6.5-canary-5 Pre-release
Pre-release

v1.6.5-canary-3

02 Oct 07:15
fdc3422
Compare
Choose a tag to compare
v1.6.5-canary-3 Pre-release
Pre-release

v1.6.5-canary-2

30 Sep 10:58
67ef78d
Compare
Choose a tag to compare
v1.6.5-canary-2 Pre-release
Pre-release

canary for #79

Full Changelog: v1.7.0-canary...v1.6.5-canary-2

v1.7.0-canary

26 Sep 08:18
d4d6508
Compare
Choose a tag to compare
v1.7.0-canary Pre-release
Pre-release

canary for #79

Full Changelog: v1.6.5-canary...v1.7.0-canary