Skip to content

Commit bc47399

Browse files
Merge pull request Azure-Samples#86 from colombod/more_notebooks
updating readme
2 parents 568f81c + 6c750dc commit bc47399

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Basic_Samples/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ These are small code samples and snippets which complete small sets of actions a
4040
| --- | --- |
4141
| [Search GitHub Issues using Vector Search (Qdrant)](./Datastores/dotnet/csharp/Ingest_Github_Issues_Qdrant.ipynb) | .NET |
4242
| [Question Answering Using Vector Search (Milvus)](./Datastores/dotnet/csharp/Question_answering_using_vector_store_search.ipynb) | .NET |
43+
| [Question Answering Using Vector Search (Qadrant)](./Datastores/dotnet/csharp/Question_answering_using_vector_store_search_qdrant.ipynb) | .NET |
4344

4445
### Embeddings
4546

@@ -52,8 +53,9 @@ These are small code samples and snippets which complete small sets of actions a
5253
| [Get embeddings from a dataset](./Embeddings/dotnet/csharp/Get_embeddings.ipynb) | .NET |
5354
| [Labeling GitHub issues using Embeddings](./Embeddings/dotnet/csharp/Labelling_github_issues_with_embeddings.ipynb) | .NET |
5455
| [Question Answering using embeddings](./Embeddings/dotnet/csharp/Question_answering_using_embeddings.ipynb) | .NET |
55-
| [Semantic text search using embedings](./Embeddings/dotnet/csharp/Semantic_text_search_using_embeddings.ipynb) | .NET |
56-
| [Zero-shot classification with embeddings](./Embeddings/dotnet/csharp/Semantic_text_search_using_embeddings.ipynb) | .NET |
56+
| [Question Answering using embeddings](./Embeddings/dotnet/csharp/Question_answering_using_embeddings.ipynb) | .NET |
57+
| [Semantic text search using fusion retriever architecture](./Embeddings/dotnet/csharp/Question_answering_using_fusion_retriever_architecture.ipynb) | .NET |
58+
| [Zero-shot classification with embeddings](./Embeddings/dotnet/csharp/Zero-shot_classification_with_embeddings.ipynb) | .NET |
5759
| [Basic Embeddings REST API](./Embeddings/basic_embeddings_example_restapi.ipynb) | Python |
5860
| [Basic Embedding SDK](./Embeddings/basic_embeddings_example_sdk.ipynb) | Python |
5961

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ If you prefer to run these samples locally, you'll need to install and configure
3434
- [Jupyter Notebook 6.5.2](https://jupyter.org/install)
3535
- [Python VS Code extension](https://marketplace.visualstudio.com/items?itemName=ms-python.python)
3636
- .NET
37-
- [.NET 7 SDK](https://dotnet.microsoft.com/download/dotnet/7.0)
37+
- [.NET 8 SDK](https://dotnet.microsoft.com/download/dotnet/8.0)
3838
- [Polyglot Notebooks VS Code extension](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.dotnet-interactive-vscode)
3939
- [NodeJS](https://nodejs.org/)
4040

0 commit comments

Comments
 (0)