You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Basic_Samples/README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,7 @@ These are small code samples and snippets which complete small sets of actions a
40
40
| --- | --- |
41
41
|[Search GitHub Issues using Vector Search (Qdrant)](./Datastores/dotnet/csharp/Ingest_Github_Issues_Qdrant.ipynb)| .NET |
42
42
|[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 |
43
44
44
45
### Embeddings
45
46
@@ -52,8 +53,9 @@ These are small code samples and snippets which complete small sets of actions a
52
53
|[Get embeddings from a dataset](./Embeddings/dotnet/csharp/Get_embeddings.ipynb)| .NET |
53
54
|[Labeling GitHub issues using Embeddings](./Embeddings/dotnet/csharp/Labelling_github_issues_with_embeddings.ipynb)| .NET |
54
55
|[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 |
0 commit comments