Skip to content

Commit fddc580

Browse files
committed
new update tool related docs
1 parent 570425d commit fddc580

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The tool accepts the following inputs:
4040

4141
## Outputs
4242

43-
The following is an example for JSON format response returned by the tool, which includes the top-k scored entities. The entity follows a generic schema of vector search result provided by our EmbeddingStore SDK. For the Faiss Index Search, the following fields are populated:
43+
The following is an example for JSON format response returned by the tool, which includes the top-k scored entities. The entity follows a generic schema of vector search result provided by promptflow-vectordb SDK. For the Faiss Index Search, the following fields are populated:
4444

4545
| Field Name | Type | Description |
4646
| ---- | ---- | ----------- |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The tool accepts the following inputs:
4444

4545
## Outputs
4646

47-
The following is an example for JSON format response returned by the tool, which includes the top-k scored entities. The entity follows a generic schema of vector search result provided by our EmbeddingStore SDK. For the Vector Index Search, the following fields are populated:
47+
The following is an example for JSON format response returned by the tool, which includes the top-k scored entities. The entity follows a generic schema of vector search result provided by promptflow-vectordb SDK. For the Vector Index Search, the following fields are populated:
4848

4949
| Field Name | Type | Description |
5050
| ---- | ---- | ----------- |

0 commit comments

Comments
 (0)