Skip to content

Commit

Permalink
Merge pull request #113 from Azure/vectorstorecleanup
Browse files Browse the repository at this point in the history
Cleaned up links
  • Loading branch information
denniszielke authored May 28, 2024
2 parents 08c11a3 + 5aec1ff commit b17545a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 14 deletions.
10 changes: 4 additions & 6 deletions labs/03-orchestration/02-Embeddings/embeddings.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -433,13 +433,11 @@
"\n",
"Choose one or more of the following Vector Store and AI Orchestration options:\n",
"\n",
"📣 [Qdrant with Langchain](../03-Qdrant/qdrant.ipynb)\n",
"📣 [Implement Retrieval Augmented Generation with Qdrant as vector store](../03-VectorStore/qdrant.ipynb)\n",
"\n",
"📣 [Azure AI Search with Semantic Kernel and C#](../04-ACS/acs-sk-csharp.ipynb)\n",
"📣 [Implement Retrieval Augmented Generation with Azure CosmosDB as vector store and as semantic cache](../03-VectorStore/mongo.ipynb)\n",
"\n",
"📣 [Azure AI Search with Semantic Kernel and Python](../04-ACS/acs-sk-python.ipynb)\n",
"\n",
"📣 [Azure AI Search with Langchain and Python](../04-ACS/acs-lc-python.ipynb)"
"📣 [Implement Retrieval Augmented Generation with Azure AI Search as vector store with semantic ranking](../03-VectorStore/aisearch.ipynb)"
]
}
],
Expand All @@ -459,7 +457,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.9"
"version": "3.12.3"
},
"orig_nbformat": 4
},
Expand Down
6 changes: 1 addition & 5 deletions labs/03-orchestration/03-VectorStore/mongo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -454,11 +454,7 @@
"source": [
"## Next Section\n",
"\n",
"📣 [Azure AI Search with Semantic Kernel and C#](../04-ACS/acs-sk-csharp.ipynb)\n",
"\n",
"📣 [Azure AI Search with Semantic Kernel and Python](../04-ACS/acs-sk-python.ipynb)\n",
"\n",
"📣 [Azure AI Search with Langchain and Python](../04-ACS/acs-lc-python.ipynb)"
"📣 [Implement Retrieval Augmented Generation with Azure AI Search as vector store with semantic ranking](./aisearch.ipynb)"
]
}
],
Expand Down
4 changes: 2 additions & 2 deletions labs/03-orchestration/03-VectorStore/qdrant.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -307,9 +307,9 @@
"source": [
"## Next Section\n",
"\n",
"📣 [Azure AI Search with Semantic Kernel and C#](../04-ACS/acs-sk-csharp.ipynb)\n",
"📣 [Implement Retrieval Augmented Generation with Azure CosmosDB as vector store and as semantic cache](./mongo.ipynb)\n",
"\n",
"📣 [Azure AI Search with Langchain and Python](../04-ACS/acs-lc-python.ipynb)"
"📣 [Implement Retrieval Augmented Generation with Azure AI Search as vector store with semantic ranking](./aisearch.ipynb)"
]
}
],
Expand Down
2 changes: 1 addition & 1 deletion labs/03-orchestration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ In this lab, we'll walk through the basics of creating Vectors using Embeddings

[Qdrant](https://github.com/Azure/intro-to-intelligent-apps/blob/main/labs/03-orchestration/03-VectorStore/qdrant.ipynb )

In this lab, we'll walk through using an open source vector store called Qdrant.
In this lab, we'll walk through using an open source vector store called Qdrant to understand the basics.

[Mongo](https://github.com/Azure/intro-to-intelligent-apps/blob/main/labs/03-orchestration/03-VectorStore/mongo.ipynb)

Expand Down

0 comments on commit b17545a

Please sign in to comment.