-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DX-1264: Update Exports & Add CI Tests #79
Conversation
it was only for pnpm, there is no such flag in npm
234f03a
to
5519f8b
Compare
562e2b8
to
4ea1bd6
Compare
let's squash merge |
also bumped langchain/community to fix the ratelimit warning also refreshed the bun lock file
when used locally, the project would work because it can use 'ai' installed in parent dirs. It caused an issue when deployed though.
well @CahidArda,
The issue with |
Hey @mrsamirr, we can reconsider adding llama parser to rag-chat in the future, but we didn't want to make installing rag-chat require that much configuration at this time. Thanks a lot on reporting your solution! |
This PR has three main changes:
Since llamaindex is removed, we will release a major version (2.0.0)
Eslint & Exports
CI
The examples are first tested with a local build. Then, a release is made with ci tag and it's released. It's tested by deploying to Vercel and CF workers.