Skip to content

Commit e30c3a4

Browse files
committed
fixing broken bookmarks
1 parent 23b368b commit e30c3a4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ author: lgayhardt
1818
[!INCLUDE [Azure AI Studio preview](../../includes/preview-ai-studio.md)]
1919

2020
> [!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)
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#migrate-from-legacy-tools-to-the-index-lookup-tool)
2222
2323
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.
2424

articles/ai-studio/how-to/prompt-flow-tools/serp-api-tool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ The following input parameters are available.
7070

7171
## Outputs
7272

73-
The JSON representation from a `serpapi` query.
73+
The JSON representation from a `serpapi` query:
7474

7575
| Engine | Return type | Output |
7676
|----------|-------------|-------------------------------------------------------|

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ author: lgayhardt
1818
[!INCLUDE [Azure AI Studio preview](../../includes/preview-ai-studio.md)]
1919

2020
> [!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)
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#migrate-from-legacy-tools-to-the-index-lookup-tool)
2222
2323
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.
2424

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ author: lgayhardt
1818
[!INCLUDE [Azure AI Studio preview](../../includes/preview-ai-studio.md)]
1919

2020
> [!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)
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#migrate-from-legacy-tools-to-the-index-lookup-tool)
2222
2323
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.
2424

0 commit comments

Comments
 (0)