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: articles/machine-learning/prompt-flow/tools-reference/faiss-index-lookup-tool.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ Faiss Index Lookup is a tool tailored for querying within a user-provided Faiss-
26
26
| workspace datastores or workspace default blob | AzureML Data Scientist |
27
27
| other blobs | Storage Blob Data Reader |
28
28
> [!NOTE]
29
-
> When legacy tools switching to code first mode, if you encounter "'embeddingstore.tool.faiss_index_lookup.search' is not found" error, please refer to the [Troubleshooting Guidance](./troubleshooting-guidance.md).
29
+
> When legacy tools switching to code first mode, if you encounter "'embeddingstore.tool.faiss_index_lookup.search' is not found" error, please refer to the [Troubleshoot Guidance](./troubleshoot-guidance.md).
Copy file name to clipboardExpand all lines: articles/machine-learning/prompt-flow/tools-reference/vector-db-lookup-tool.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ The tool searches data from a third-party vector database. To use it, you should
45
45
- Add "Weaviate" connection. Fill "API base" with your self-maintained instance address and fill "API key" field.
46
46
47
47
> [!NOTE]
48
-
> When legacy tools switching to code first mode, if you encounter "'embeddingstore.tool.vector_db_lookup.search' is not found" error, please refer to the [Troubleshooting Guidance](./troubleshooting-guidance.md).
48
+
> When legacy tools switching to code first mode, if you encounter "'embeddingstore.tool.vector_db_lookup.search' is not found" error, please refer to the [Troubleshoot Guidance](./troubleshoot-guidance.md).
49
49
50
50
## Inputs
51
51
@@ -91,12 +91,14 @@ The following is an example JSON format response returned by the tool, which inc
91
91
-**Azure Cognitive Search:**
92
92
93
93
For Azure Cognitive Search, the following fields are populated:
94
+
94
95
| Field Name | Type | Description |
95
96
| ---- | ---- | ----------- |
96
97
| original_entity | dict | the original response json from search REST API|
97
98
| score | float |@search.score from the original entity, which evaluates the similarity between the entity and the query vector |
98
99
| text | string | text of the entity|
99
100
| vector | list | vector of the entity|
101
+
100
102
<details>
101
103
<summary>Output</summary>
102
104
@@ -122,6 +124,7 @@ The following is an example JSON format response returned by the tool, which inc
122
124
-**Qdrant:**
123
125
124
126
For Qdrant, the following fields are populated:
127
+
125
128
| Field Name | Type | Description |
126
129
| ---- | ---- | ----------- |
127
130
| original_entity | dict | the original response json from search REST API|
@@ -159,6 +162,7 @@ The following is an example JSON format response returned by the tool, which inc
159
162
-**Weaviate:**
160
163
161
164
For Weaviate, the following fields are populated:
165
+
162
166
| Field Name | Type | Description |
163
167
| ---- | ---- | ----------- |
164
168
| original_entity | dict | the original response json from search REST API|
Copy file name to clipboardExpand all lines: articles/machine-learning/prompt-flow/tools-reference/vector-index-lookup-tool.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ Vector index lookup is a tool tailored for querying within an Azure Machine Lear
30
30
| workspace datastores or workspace default blob | AzureML Data Scientist |
31
31
| other blobs | Storage Blob Data Reader |
32
32
> [!NOTE]
33
-
> When legacy tools switching to code first mode, if you encounter "'embeddingstore.tool.vector_index_lookup.search' is not found" error, please refer to the [Troubleshooting Guidance](./troubleshooting-guidance.md).
33
+
> When legacy tools switching to code first mode, if you encounter "'embeddingstore.tool.vector_index_lookup.search' is not found" error, please refer to the [Troubleshoot Guidance](./troubleshoot-guidance.md).
0 commit comments