Skip to content

v2.0.0

Compare
Choose a tag to compare
@CahidArda CahidArda released this 03 Oct 12:27
· 19 commits to master since this release
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.