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
|[LLM](./llm-tool.md)|Use Open AI's large language model (LLM) for text completion or chat. | Default |[promptflow-tools](https://pypi.org/project/promptflow-tools/)|
25
-
|[Prompt](./prompt-tool.md)|Craft prompt by using Jinja as the templating language. | Default |[promptflow-tools](https://pypi.org/project/promptflow-tools/)|
26
-
|[Embedding](./embedding-tool.md)|Use Open AI's embedding model to create an embedding vector that represents the input text. | Default |[promptflow-tools](https://pypi.org/project/promptflow-tools/)|
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
-
|[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/)|
|[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
-
|[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
-
|[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/)|
|[LLM](./llm-tool.md)|Uses Open AI's large language model (LLM) for text completion or chat. | Default |[promptflow-tools](https://pypi.org/project/promptflow-tools/)|
25
+
|[Prompt](./prompt-tool.md)|Crafts a prompt by using Jinja as the templating language. | Default |[promptflow-tools](https://pypi.org/project/promptflow-tools/)|
26
+
|[Embedding](./embedding-tool.md)|Uses Open AI's embedding model to create an embedding vector that represents the input text. | Default |[promptflow-tools](https://pypi.org/project/promptflow-tools/)|
27
+
|[Open Source LLM](./open-source-llm-tool.md)|Uses 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
+
|[Serp API](./serp-api-tool.md)|Uses Serp API to obtain search results from a specific search engine. | Default |[promptflow-tools](https://pypi.org/project/promptflow-tools/)|
|[Faiss Index Lookup](./faiss-index-lookup-tool.md)|Searches a vector-based query from the Faiss index file. | Default |[promptflow-vectordb](https://pypi.org/project/promptflow-vectordb/)|
31
+
|[Vector DB Lookup](./vector-db-lookup-tool.md)|Searches a vector-based query from existing vector database. | Default |[promptflow-vectordb](https://pypi.org/project/promptflow-vectordb/)|
32
+
|[Vector Index Lookup](./vector-index-lookup-tool.md)|Searches text or a vector-based query from Azure Machine Learning vector index. | Default |[promptflow-vectordb](https://pypi.org/project/promptflow-vectordb/)|
33
33
34
34
To discover more custom tools developed by the open-source community, see [More custom tools](https://microsoft.github.io/promptflow/integrations/tools/index.html).
0 commit comments