Skip to content

Commit

Permalink
add java and spring samples
Browse files Browse the repository at this point in the history
  • Loading branch information
markjbrown committed Oct 9, 2024
1 parent d565afd commit 38d83d2
Showing 1 changed file with 43 additions and 1 deletion.
44 changes: 43 additions & 1 deletion static/templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@
"date": "2024-05-01",
"tags":[
"generativeai",
"ragPattern",
"java",
"gpt35",
"openai",
Expand All @@ -202,6 +203,7 @@
"date": "2024-07-01",
"tags":[
"generativeai",
"ragPattern",
"java",
"gpt35",
"openai",
Expand Down Expand Up @@ -1409,7 +1411,6 @@
"date": "2024-10-02",
"tags": [
"architecturedesign",
"generativeai",
"tools",
"documentation",
"csharp",
Expand Down Expand Up @@ -1484,6 +1485,47 @@
"vectorcosmosnosql",
"example"
]
},
{
"title": "Spring ChatGPT Sample with Azure Cosmos DB for MongoDB vCore",
"description": "This sample shows how to build a ChatGPT like application in Spring and run on Azure Spring Apps with Azure Cosmos DB. The vector store in Azure Cosmos DB enables ChatGPT to use your private data to answer the questions.",
"preview": "coming soon",
"website": "https://github.com/TheovanKraay",
"author":"Theo van Kraay",
"source": "https://github.com/Azure-Samples/spring-chatgpt-cosmosdb-mongo-vcore",
"date": "2024-02-15",
"tags":[
"generativeai",
"ragPattern",
"java",
"azurespringapps",
"gpt35",
"embedding-ada",
"openai",
"vectorcosmosmongo",
"microsoft",
"example"
]
},
{
"title": "Use Azure Cosmos DB NoSQL API with Langchain in Java",
"description": "This sample provides a demo showcasing the usage of the RAG pattern for integrating Azure Open AI services with custom data in Azure Cosmos NoSQL API with vector search using DiskANN index and langchain framework for Java.",
"preview": "coming soon",
"website": "https://github.com/TheovanKraay",
"author":"Theo van Kraay",
"source": "https://github.com/microsoft/AzureDataRetrievalAugmentedGenerationSamples/tree/main/Java/CosmosDB-NoSQL-Langchain",
"date": "2024-08-07",
"tags":[
"generativeai",
"ragPattern",
"java",
"gpt35",
"embedding-ada",
"openai",
"vectorcosmosnosql",
"microsoft",
"example"
]
}


Expand Down

0 comments on commit 38d83d2

Please sign in to comment.