Skip to content

Commit a11ba9f

Browse files
committed
chore: update llamaindex to use azure ai searcg integration
1 parent 724f4b8 commit a11ba9f

File tree

5 files changed

+122
-104
lines changed

5 files changed

+122
-104
lines changed

.vscode/settings.json

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
11
{
2-
"peacock.color": "#15c3a6"
2+
"peacock.color": "#15c3a6",
3+
"workbench.colorCustomizations": {
4+
"activityBar.activeBackground": "#24e7c7",
5+
"activityBar.background": "#24e7c7",
6+
"activityBar.foreground": "#15202b",
7+
"activityBar.inactiveForeground": "#15202b99",
8+
"activityBarBadge.background": "#d353ec",
9+
"activityBarBadge.foreground": "#15202b",
10+
"commandCenter.border": "#15202b99",
11+
"sash.hoverBorder": "#24e7c7",
12+
"statusBar.background": "#15c3a6",
13+
"statusBar.foreground": "#15202b",
14+
"statusBarItem.hoverBackground": "#10957f",
15+
"statusBarItem.remoteBackground": "#15c3a6",
16+
"statusBarItem.remoteForeground": "#15202b",
17+
"titleBar.activeBackground": "#15c3a6",
18+
"titleBar.activeForeground": "#15202b",
19+
"titleBar.inactiveBackground": "#15c3a699",
20+
"titleBar.inactiveForeground": "#15202b99"
21+
}
322
}

app/lib/llamaindex-0.8.21.tgz

-205 KB
Binary file not shown.

app/lib/llamaindex-core-0.4.10.tgz

-139 KB
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"dotenv": "^16.3.1",
3030
"formdata-node": "^6.0.3",
3131
"got": "^14.4.1",
32-
"llamaindex": "file:app/lib/llamaindex-0.8.21.tgz",
32+
"llamaindex": "^0.8.31",
3333
"lucide-react": "^0.294.0",
3434
"marked": "^14.1.2",
3535
"next": "^14.2.4",

0 commit comments

Comments
 (0)