-
Notifications
You must be signed in to change notification settings - Fork 157
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
feat: implement selector to configure LlamaCloud parameters #200
Merged
Merged
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
f3f8fa4
feat: call APIs to get llamacloud projects and pipelines
thucpn 39282dc
feat: update chat config API to response llamacloud config
thucpn eac3d74
feat: add shadcn select component
thucpn d39ffda
feat: render llamacloud pipeline options
thucpn 9e0a303
feat: update llamacloud service to manage config
thucpn 8c99b76
feat: update chat config API to get and update llamacloud config
thucpn 27a2a05
feat: update llamacloud datasource to use config json
thucpn a759447
feat: able to change config from UI
thucpn b5581d5
feat: add should fetch options to reduce requests
thucpn 6f694b6
fix: update style of selector
thucpn d11d71e
Create quick-walls-switch.md
thucpn 90c3ca1
feat: update UI to send pipeline config via request body
thucpn 5bc6937
refactor: don't use config from json file
thucpn 37cef3e
feat: pass configs from chat request to datasource
thucpn c1deb40
style: enhance UI llamacloud selector
thucpn 3dbfc8a
refactor: remove this and use class name
thucpn 1534343
docs: update change log
thucpn 6a1730f
refactor: use type instead of interface
thucpn 38b6434
refactor: params instead of configs
thucpn 38a1065
fix: add params to agent and simple vector store
thucpn 1014f34
docs: message
thucpn 9702c38
refactor: move logic to useLlamaCloud and split apis
thucpn f698b9b
update chat input
thucpn d0454a8
feat: add llamacloud config api for express
thucpn fb93572
fix: update express chat stream controller
thucpn a282665
feat: support llamacloud config in Python
thucpn 8143c46
refactor: add optional params to get datasouce function
thucpn 73ad38d
feat: return default option from env
thucpn 042fee2
refactor: clean up
thucpn a3f921d
fix: using llamacloud from env
thucpn 8fe83cf
refactor: remove usellamacloud
thucpn fc0192f
refactor: make chat request type any
thucpn 9c0b143
refactor: do not pass request data
thucpn 0d8160f
fix: generation of env variables
marcusschiesser 2960079
fix: check if LlamaCloud config is valid
marcusschiesser df2b9ab
fix: compile error
marcusschiesser bf66fc3
fix: e2e test
marcusschiesser 52850a4
fix: e2e test
marcusschiesser File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah my bad! Thank you for fixing it