-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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: add LlamaIndex TS support to JS SDK #1178
Open
abhishekpatil4
wants to merge
33
commits into
master
Choose a base branch
from
feat/llamaindex-ts
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
10895d3
feat: add support for llamaindex (TS)
abhishekpatil4 f33976d
fix: llamaindex tests
abhishekpatil4 b7a8481
feat: add LlamaIndex TS framework support
abhishekpatil4 769477f
fix: added type to schema
abhishekpatil4 57535ff
fix: lint
abhishekpatil4 d602522
fix: add llamaindex to peerDependencies
abhishekpatil4 2d8a8ba
feat: SP
abhishekpatil4 3a8fb8e
Feat/docs monitor logs (#1172)
abhishekpatil4 8e6f898
fix: trend finder agent added and existing python examples were fixed…
Prat011 10775fd
feat: remove trailing slash (#1176)
himanshu-dixit 42ff618
feat: add docs on how to setup redirect URL (#1177)
abhishekpatil4 d545188
feat: add plugin tests (#1096)
tushar-composio 3734266
feat: support custom actions in vercel toolkit (with type safety impr…
nicolas-angelo 3401f19
feat: prettier and fail test
himanshu-dixit 4b539a3
fix: use app filter when fetching integrations for `initiate_connecti…
angrybayblade f73d58e
fix: ENG-3490 (#1186)
himanshu-dixit 3c8aeb7
fix: langchain and remove failing test check (#1187)
himanshu-dixit d562d3f
Add autogen tools new version (#1190)
kaavee315 1c65530
Update release (#1191)
kaavee315 6905ceb
feat: add refresh_token in AuthConnectionParamsModel (#1192)
utkarsh-dixit 54d08ce
fix: Ensure Sentry is initialized for non logged in users too (#1183)
tushar-composio d34e19c
feat/update readme (#1188)
abhishekpatil4 d444e54
feat: make test env agnostic (#1197)
himanshu-dixit c61edc4
feat: change TEST_ENVIRONMENT -> TEST_ENV and log base url for CI (#…
himanshu-dixit 0eb60c7
feat: integration list, reinitiate and update schema (#1189)
himanshu-dixit 37c7054
feat: Added helicone for caching openai response (#1202)
plxity 8647237
fix: enforce specific NodeJS version (#943)
plxity ee56d22
feat: crypto kit agents added (#1205)
Prat011 9b5db7f
feat: triggerId -> triggerName, triggerInstanceId, add methods for co…
himanshu-dixit bd7906e
fix: allow auto reconnection in pusher client (#1199)
kaavee315 058121e
fix: filter connections by entity [ENG-2523] (#1200)
kaavee315 b08fcd1
fix: session ID delegation (#1212)
angrybayblade 2cc4b51
Merge branch 'master' into feat/llamaindex-ts
abhishekpatil4 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
Oops, something went wrong.
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.
The plus signs in the added line are redundant and should be removed.
📝 Committable Code Suggestion