mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-09 06:53:59 +00:00
community[minor]: Add Datahareld tool (#19680)
**Description:** Integrate [dataherald](https://www.dataherald.com) tool, It is a natural language-to-SQL tool. **Dependencies:** Install dataherald sdk to use it, ``` pip install dataherald ``` --------- Co-authored-by: Bagatur <22008038+baskaryan@users.noreply.github.com> Co-authored-by: Bagatur <baskaryan@gmail.com> Co-authored-by: Christophe Bornet <cbornet@hotmail.com>
This commit is contained in:
committed by
GitHub
parent
ece008f117
commit
450c458f8f
@@ -485,6 +485,7 @@ _module_lookup = {
|
||||
"ConneryAction": "langchain_community.tools.connery",
|
||||
"CopyFileTool": "langchain_community.tools.file_management",
|
||||
"CurrentWebPageTool": "langchain_community.tools.playwright",
|
||||
"DataheraldTextToSQL": "langchain_community.tools.dataherald.tool",
|
||||
"DeleteFileTool": "langchain_community.tools.file_management",
|
||||
"DuckDuckGoSearchResults": "langchain_community.tools.ddg_search.tool",
|
||||
"DuckDuckGoSearchRun": "langchain_community.tools.ddg_search.tool",
|
||||
|
Reference in New Issue
Block a user