Skip to content

Commit 4b076bb

Browse files
committed
note in docs
1 parent 5b331fb commit 4b076bb

File tree

6 files changed

+21
-3
lines changed

6 files changed

+21
-3
lines changed

articles/ai-studio/how-to/prompt-flow-tools/faiss-index-lookup-tool.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ author: lgayhardt
1717

1818
[!INCLUDE [Azure AI Studio preview](../../includes/preview-ai-studio.md)]
1919

20+
> [!IMPORTANT]
21+
> Vector, Vector DB and Faiss Index Lookup tools are deprecated and will be retired soon. [Migrated to the new Index Lookup tool (preview).](index-lookup-tool.md##how-to-migrate-from-legacy-tools-to-the-index-lookup-tool)
22+
2023
The prompt flow *Faiss Index Lookup* tool is tailored for querying within a user-provided Faiss-based vector store. In combination with the [Large Language Model (LLM) tool](llm-tool.md), it can help to extract contextually relevant information from a domain knowledge base.
2124

2225
## Build with the Faiss Index Lookup tool

articles/ai-studio/how-to/prompt-flow-tools/vector-db-lookup-tool.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ author: lgayhardt
1717

1818
[!INCLUDE [Azure AI Studio preview](../../includes/preview-ai-studio.md)]
1919

20+
> [!IMPORTANT]
21+
> Vector, Vector DB and Faiss Index Lookup tools are deprecated and will be retired soon. [Migrated to the new Index Lookup tool (preview).](index-lookup-tool.md##how-to-migrate-from-legacy-tools-to-the-index-lookup-tool)
22+
2023
The prompt flow *Vector DB Lookup* tool is a vector search tool that allows users to search top-k similar vectors from vector database. This tool is a wrapper for multiple third-party vector databases. The list of current supported databases is as follows.
2124

2225
| Name | Description |

articles/ai-studio/how-to/prompt-flow-tools/vector-index-lookup-tool.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ author: lgayhardt
1717

1818
[!INCLUDE [Azure AI Studio preview](../../includes/preview-ai-studio.md)]
1919

20+
> [!IMPORTANT]
21+
> Vector, Vector DB and Faiss Index Lookup tools are deprecated and will be retired soon. [Migrated to the new Index Lookup tool (preview).](index-lookup-tool.md##how-to-migrate-from-legacy-tools-to-the-index-lookup-tool)
22+
2023
The prompt flow *Vector index lookup* tool is tailored for querying within vector index such as Azure AI Search. You can extract contextually relevant information from a domain knowledge base.
2124

2225
## Build with the Vector index lookup tool

articles/machine-learning/prompt-flow/tools-reference/faiss-index-lookup-tool.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,14 @@ ms.topic: reference
1111
author: likebupt
1212
ms.author: keli19
1313
ms.reviewer: lagayhar
14-
ms.date: 11/02/2023
14+
ms.date: 03/21/2024
1515
---
1616

1717
# Faiss Index Lookup tool
1818

19+
> [!IMPORTANT]
20+
> Vector, Vector DB and Faiss Index Lookup tools are deprecated and will be retired soon. [Migrated to the new Index Lookup tool (preview).](index-lookup-tool.md##how-to-migrate-from-legacy-tools-to-the-index-lookup-tool)
21+
1922
Faiss Index Lookup is a tool tailored for querying within a user-provided Faiss-based vector store. In combination with our large language model (LLM) tool, it empowers you to extract contextually relevant information from a domain knowledge base.
2023

2124
## Prerequisites

articles/machine-learning/prompt-flow/tools-reference/vector-db-lookup-tool.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,14 @@ ms.topic: reference
1111
author: likebupt
1212
ms.author: keli19
1313
ms.reviewer: lagayhar
14-
ms.date: 11/02/2023
14+
ms.date: 03/21/2024
1515
---
1616

1717
# Vector DB Lookup tool
1818

19+
> [!IMPORTANT]
20+
> Vector, Vector DB and Faiss Index Lookup tools are deprecated and will be retired soon. [Migrated to the new Index Lookup tool (preview).](index-lookup-tool.md##how-to-migrate-from-legacy-tools-to-the-index-lookup-tool)
21+
1922
Vector DB Lookup is a vector search tool that you can use to search for the top-scored similar vectors from a vector database. This tool is a wrapper for multiple third-party vector databases. Current supported databases are listed in the following table.
2023

2124
| Name | Description |

articles/machine-learning/prompt-flow/tools-reference/vector-index-lookup-tool.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,14 @@ ms.topic: reference
1111
author: likebupt
1212
ms.author: keli19
1313
ms.reviewer: lagayhar
14-
ms.date: 11/02/2023
14+
ms.date: 03/21/2024
1515
---
1616

1717
# Vector Index Lookup
1818

19+
> [!IMPORTANT]
20+
> Vector, Vector DB and Faiss Index Lookup tools are deprecated and will be retired soon. [Migrated to the new Index Lookup tool (preview).](index-lookup-tool.md##how-to-migrate-from-legacy-tools-to-the-index-lookup-tool)
21+
1922
Vector Index Lookup is a tool tailored for querying within an Azure Machine Learning vector index. It empowers users to extract contextually relevant information from a domain knowledge base.
2023

2124
## Prerequisites

0 commit comments

Comments
 (0)