Skip to content

Commit

Permalink
chore: update llamaindex to use azure ai searcg integration
Browse files Browse the repository at this point in the history
  • Loading branch information
manekinekko committed Jan 20, 2025
1 parent 724f4b8 commit a11ba9f
Show file tree
Hide file tree
Showing 5 changed files with 122 additions and 104 deletions.
21 changes: 20 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
{
"peacock.color": "#15c3a6"
"peacock.color": "#15c3a6",
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#24e7c7",
"activityBar.background": "#24e7c7",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#d353ec",
"activityBarBadge.foreground": "#15202b",
"commandCenter.border": "#15202b99",
"sash.hoverBorder": "#24e7c7",
"statusBar.background": "#15c3a6",
"statusBar.foreground": "#15202b",
"statusBarItem.hoverBackground": "#10957f",
"statusBarItem.remoteBackground": "#15c3a6",
"statusBarItem.remoteForeground": "#15202b",
"titleBar.activeBackground": "#15c3a6",
"titleBar.activeForeground": "#15202b",
"titleBar.inactiveBackground": "#15c3a699",
"titleBar.inactiveForeground": "#15202b99"
}
}
Binary file removed app/lib/llamaindex-0.8.21.tgz
Binary file not shown.
Binary file removed app/lib/llamaindex-core-0.4.10.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"dotenv": "^16.3.1",
"formdata-node": "^6.0.3",
"got": "^14.4.1",
"llamaindex": "file:app/lib/llamaindex-0.8.21.tgz",
"llamaindex": "^0.8.31",
"lucide-react": "^0.294.0",
"marked": "^14.1.2",
"next": "^14.2.4",
Expand Down
Loading

0 comments on commit a11ba9f

Please sign in to comment.