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

Add RAG using Azure Cosmos DB for MongoDB vCore and Azure OpenAI #359

Merged
merged 2 commits into from
Apr 17, 2024
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
19 changes: 19 additions & 0 deletions website/static/templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -1615,5 +1615,24 @@
"community",
"new"
]
},
{
"title": "RAG using Semantic Kernel with Azure OpenAI and Azure Cosmos DB for MongoDB vCore",
"description": "A Python sample for implementing retrieval augmented generation using Azure Open AI to generate embeddings, Azure Cosmos DB for MongoDB vCore to perform vector search and semantic kernel. Deployed to Azure App service using Azure Developer CLI (azd).",
"preview": "./templates/images/rag-semantic-kernel-mongodb-vcore.png",
"website": "https://github.com/john0isaac",
"author": "John Aziz",
"source": "https://github.com/john0isaac/rag-semantic-kernel-mongodb-vcore",
"tags": [
"openai",
"chatgpt",
"cosmosdb",
"mongodb",
"python",
"bicep",
"ai",
"community",
"new"
]
}
]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.