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/overview.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 @@ This table provides an index of tools in prompt flow. If existing tools can't me
26
26
|[Embedding](./embedding-tool.md)| Use Open AI's embedding model to create an embedding vector representing the input text. | Default |[promptflow-tools](https://pypi.org/project/promptflow-tools/)|
27
27
|[Open Source LLM](./open-source-llm-tool.md)| Use an Open Source model from the Azure Model catalog, deployed to an Azure Machine Learning Online Endpoint for LLM Chat or Completion API calls. | Default |[promptflow-tools](https://pypi.org/project/promptflow-tools/)|
28
28
|[Serp API](./serp-api-tool.md)| Use Serp API to obtain search results from a specific search engine. | Default |[promptflow-tools](https://pypi.org/project/promptflow-tools/)|
29
-
|[Content Safety (Text)](./content-safety-text-tool.md)| Use Azure Content Safety to detect harmful content. | Default |[promptflow-contentsafety](https://pypi.org/project/promptflow-contentsafety/)|
29
+
|[Content Safety (Text)](./content-safety-text-tool.md)| Use Azure Content Safety to detect harmful content. | Default |[promptflow-tools](https://pypi.org/project/promptflow-contentsafety/)|
30
30
|[Faiss Index Lookup](./faiss-index-lookup-tool.md)| Search vector based query from the FAISS index file. | Default |[promptflow-vectordb](https://pypi.org/project/promptflow-vectordb/)|
31
31
|[Vector DB Lookup](./vector-db-lookup-tool.md)| Search vector based query from existing Vector Database. | Default |[promptflow-vectordb](https://pypi.org/project/promptflow-vectordb/)|
32
32
|[Vector Index Lookup](./vector-index-lookup-tool.md)| Search text or vector based query from Azure Machine Learning Vector Index. | Default |[promptflow-vectordb](https://pypi.org/project/promptflow-vectordb/)|
0 commit comments