Skip to content
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
wants to merge 33 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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 Jan 10, 2025
f33976d
fix: llamaindex tests
abhishekpatil4 Jan 10, 2025
b7a8481
feat: add LlamaIndex TS framework support
abhishekpatil4 Jan 10, 2025
769477f
fix: added type to schema
abhishekpatil4 Jan 10, 2025
57535ff
fix: lint
abhishekpatil4 Jan 10, 2025
d602522
fix: add llamaindex to peerDependencies
abhishekpatil4 Jan 10, 2025
2d8a8ba
feat: SP
abhishekpatil4 Jan 20, 2025
3a8fb8e
Feat/docs monitor logs (#1172)
abhishekpatil4 Jan 9, 2025
8e6f898
fix: trend finder agent added and existing python examples were fixed…
Prat011 Jan 9, 2025
10775fd
feat: remove trailing slash (#1176)
himanshu-dixit Jan 10, 2025
42ff618
feat: add docs on how to setup redirect URL (#1177)
abhishekpatil4 Jan 10, 2025
d545188
feat: add plugin tests (#1096)
tushar-composio Jan 13, 2025
3734266
feat: support custom actions in vercel toolkit (with type safety impr…
nicolas-angelo Jan 13, 2025
3401f19
feat: prettier and fail test
himanshu-dixit Jan 13, 2025
4b539a3
fix: use app filter when fetching integrations for `initiate_connecti…
angrybayblade Jan 13, 2025
f73d58e
fix: ENG-3490 (#1186)
himanshu-dixit Jan 14, 2025
3c8aeb7
fix: langchain and remove failing test check (#1187)
himanshu-dixit Jan 14, 2025
d562d3f
Add autogen tools new version (#1190)
kaavee315 Jan 14, 2025
1c65530
Update release (#1191)
kaavee315 Jan 14, 2025
6905ceb
feat: add refresh_token in AuthConnectionParamsModel (#1192)
utkarsh-dixit Jan 15, 2025
54d08ce
fix: Ensure Sentry is initialized for non logged in users too (#1183)
tushar-composio Jan 15, 2025
d34e19c
feat/update readme (#1188)
abhishekpatil4 Jan 15, 2025
d444e54
feat: make test env agnostic (#1197)
himanshu-dixit Jan 15, 2025
c61edc4
feat: change TEST_ENVIRONMENT -> TEST_ENV and log base url for CI (#…
himanshu-dixit Jan 15, 2025
0eb60c7
feat: integration list, reinitiate and update schema (#1189)
himanshu-dixit Jan 16, 2025
37c7054
feat: Added helicone for caching openai response (#1202)
plxity Jan 16, 2025
8647237
fix: enforce specific NodeJS version (#943)
plxity Jan 16, 2025
ee56d22
feat: crypto kit agents added (#1205)
Prat011 Jan 17, 2025
9b5db7f
feat: triggerId -> triggerName, triggerInstanceId, add methods for co…
himanshu-dixit Jan 18, 2025
bd7906e
fix: allow auto reconnection in pusher client (#1199)
kaavee315 Jan 20, 2025
058121e
fix: filter connections by entity [ENG-2523] (#1200)
kaavee315 Jan 20, 2025
b08fcd1
fix: session ID delegation (#1212)
angrybayblade Jan 20, 2025
2cc4b51
Merge branch 'master' into feat/llamaindex-ts
abhishekpatil4 Jan 20, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"@langchain/openai": "^0.2.5",
"ai": "^3.2.22",
"langchain": "^0.2.11",
"llamaindex": "^0.8.31",

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

‼️ Ensure you review the code suggestion before committing it to the branch. Make sure it replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change
"llamaindex": "^0.8.31",
"llamaindex": "^0.8.31",

"openai": "^4.50.0"
},
"dependencies": {
Expand Down Expand Up @@ -81,6 +82,7 @@
"globals": "^15.13.0",
"jest": "^29.7.0",
"jest-html-reporters": "^3.1.7",
"llamaindex": "^0.8.31",
"prettier": "^3.4.2",
"prettier-plugin-organize-imports": "^4.1.0",
"regenerator-runtime": "^0.14.1",
Expand Down
Loading
Loading