Releases: upstash/rag-chat
v2.0.2
What's Changed
- Add pages router test to nextjs/vercel-ai-sdk by @ytkimirti in #88
- Fix grammatical errors in markdown files by Gitfix by @ErayEroglu in #90
- Chat with non-embedding db by @CahidArda in #89
New Contributors
- @ErayEroglu made their first contribution in #90
Full Changelog: v2.0.1...v2.0.2
v2.0.1
What's Changed
- Fix test file paths in the CI by @CahidArda in #85
- Initialize Redis if Env vars are set by @CahidArda in #87
Full Changelog: v2.0.0...v2.0.1
v2.0.1-canary-2
What's Changed
- Fix test file paths in the CI by @CahidArda in #85
- Initialize Redis if Env vars are set by @CahidArda in #87
Full Changelog: v2.0.0...v2.0.1-canary-2
v2.0.1-canary
canary for #87
Full Changelog: v2.0.0...v2.0.1-canary
v2.0.0
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.
- Add organization parameter by @CahidArda in #80
- Update Exports & Add CI Tests by @ytkimirti in #79
- Remove llama processor by @CahidArda in #83
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
Full Changelog: v1.6.5-canary-5...v1.6.5-canary-6
v1.6.5-canary-5
Full Changelog: v1.6.5-canary-3...v1.6.5-canary-5
v1.6.5-canary-3
Full Changelog: v1.6.5-canary-2...v1.6.5-canary-3
v1.6.5-canary-2
canary for #79
Full Changelog: v1.7.0-canary...v1.6.5-canary-2
v1.7.0-canary
canary for #79
Full Changelog: v1.6.5-canary...v1.7.0-canary