Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: true
63 changes: 63 additions & 0 deletions .github/ISSUE_TEMPLATE/project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
name: Project Submission
description: "Share your project with us to get a digital badge and win exciting prizes!"
title: "Project: <short description>"
body:
- type: input
id: name
attributes:
label: Project name
description: Name of your project
validations:
required: true
- type: textarea
id: description
attributes:
label: Description
description: Provide a short description of your AI chat app. What data sources did you use? Did you make additional modifications to the data ingestion or prompting flows? Who can benefit from your app?
validations:
required: true
- type: input
id: description_lan
attributes:
label: Language
description: What language does your chat app use? (English, Spanish, Portuguese, Chinese, etc.)
validations:
required: true
- type: input
id: url_repo
attributes:
label: Project Repository URL
description: URL of the GitHub repo with your project
validations:
required: true
- type: input
id: url_endpoint
attributes:
label: Deployed Endpoint URL
description: URL of a deployed endpoint (if it can be publicly shared, not for private data)
validations:
required: false
- type: input
id: video
attributes:
label: Project video
description: A short demo video of your project
validations:
required: true
- type: input
id: teammembers
attributes:
label: Team members
description: Comma-separated list of GitHub users who worked on this project
validations:
required: true
- type: dropdown
id: showcase
attributes:
label: Showcase Consent
description: Do we have your consent to highlight this project during the Project Showcase session on 2/12? Not all projects are guaranteed to be highlighted.
options:
- "No"
- "Yes"
validations:
required: true
5 changes: 5 additions & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Each line is a file pattern followed by one or more owners.

# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence,
* @multispark @pamelafox
141 changes: 117 additions & 24 deletions README.md

Large diffs are not rendered by default.

25 changes: 0 additions & 25 deletions SUPPORT.md

This file was deleted.

Binary file added media/Chat App roadmap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/Python Hack Banner 1a.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/Python Hack Banner 2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/Python Hack Banner 4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/Python Hack Banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added slides/AIChatAppHack_AISearchBestPractices.pptx
Binary file not shown.
Binary file added slides/AIChatAppHack_BuildingARAGChatApp.pptx
Binary file not shown.
Binary file added slides/AIChatAppHack_ContinuousDeployment.pptx
Binary file not shown.
Binary file not shown.
Binary file added slides/AIChatAppHack_EvaluatingAChatApp.pptx
Binary file not shown.