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/ai-studio/how-to/prompt-flow-tools/prompt-flow-tools-overview.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ The following table provides an index of tools in prompt flow.
19
19
20
20
| Tool name | Description | Environment | Package name |
21
21
|------|-----------|-------------|--------------|
22
-
|[LLM](./llm-tool.md)| Use Azure Open AI large language models (LLM) for tasks such as text completion or chat. | Default |[promptflow-tools](https://pypi.org/project/promptflow-tools/)|
22
+
|[LLM](./llm-tool.md)| Use Azure OpenAI large language models (LLM) for tasks such as text completion or chat. | Default |[promptflow-tools](https://pypi.org/project/promptflow-tools/)|
23
23
|[Prompt](./prompt-tool.md)| Craft a prompt by using Jinja as the templating language. | Default |[promptflow-tools](https://pypi.org/project/promptflow-tools/)|
24
24
|[Python](./python-tool.md)| Run Python code. | Default |[promptflow-tools](https://pypi.org/project/promptflow-tools/)|
25
25
|[Azure OpenAI GPT-4 Turbo with Vision](./azure-open-ai-gpt-4v-tool.md)| Use AzureOpenAI GPT-4 Turbo with Vision model deployment to analyze images and provide textual responses to questions about them. | Default |[promptflow-tools](https://pypi.org/project/promptflow-tools/)|
@@ -28,7 +28,7 @@ The following table provides an index of tools in prompt flow.
28
28
|[Vector Index Lookup](./vector-index-lookup-tool.md)| Search text or a vector-based query from a vector index. | Default |[promptflow-vectordb](https://pypi.org/project/promptflow-vectordb/)|
29
29
|[Faiss Index Lookup](./faiss-index-lookup-tool.md)| Search a vector-based query from the Faiss index file. | Default |[promptflow-vectordb](https://pypi.org/project/promptflow-vectordb/)|
30
30
|[Vector DB Lookup](./vector-db-lookup-tool.md)| Search a vector-based query from an existing vector database. | Default |[promptflow-vectordb](https://pypi.org/project/promptflow-vectordb/)|
31
-
|[Embedding](./embedding-tool.md)| Use Azure Open AI embedding models to create an embedding vector that represents the input text. | Default |[promptflow-tools](https://pypi.org/project/promptflow-tools/)|
31
+
|[Embedding](./embedding-tool.md)| Use Azure OpenAI embedding models to create an embedding vector that represents the input text. | Default |[promptflow-tools](https://pypi.org/project/promptflow-tools/)|
32
32
|[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/)|
33
33
34
34
The following table shows an index of custom tools created by the community to extend prompt flow's capabilities for specific use cases. They aren't officially maintained or endorsed by prompt flow team. For questions or issues when using a tool, please see the support contact in the description.
0 commit comments