Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/langchain-ai/langchain
/ main.py
File
main.py
templates/elastic-query-generator/main.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
from
elastic_query_generator.chain
import
chain
2
3
if
__name__ ==
"__main__"
:
4
print(chain.invoke({
"input"
:
"how many customers named Carol"
}))
Callers
nothing calls this directly
Calls
1
invoke
Method · 0.45
Tested by
no test coverage detected