Skip to content

Commit 6ca7796

Browse files
Merge branch 'main' into dependabot/pip/ai/generative-ai-service/generic_document_evaluation/backend/streamlit-1.37.0
2 parents 26ff602 + de3f2d2 commit 6ca7796

File tree

57 files changed

+1717
-671
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+1717
-671
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,8 @@ terraform.rc
3939
.DS_Store
4040

4141
#VSC files
42-
.vscode
42+
.vscode
43+
44+
# Exclude cached Python binary files
45+
*.pyc
46+
__pycache__

ai/gen-ai-agents/Document Understanding MCP AI Agent/files/package-lock.json

Lines changed: 185 additions & 169 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ai/gen-ai-agents/Document Understanding MCP AI Agent/files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"framer-motion": "^12.9.4",
1919
"lucide-react": "^0.511.0",
2020
"markdown-to-jsx": "^7.7.6",
21-
"next": "15.3.1",
21+
"next": "15.4.2",
2222
"react": "^19.0.0",
2323
"react-dom": "^19.0.0",
2424
"react-markdown": "^10.1.0"
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)