mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-14 15:16:21 +00:00
Fixing class calling error in the documentation of connecting_to_a_feature_store.ipynb (#9508)
This commit is contained in:
parent
fd8fe209cb
commit
103094286e
@ -544,7 +544,7 @@
|
|||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"prompt_template = FeatureformPrompTemplate(input_variables=[\"user_id\"])"
|
"prompt_template = FeatureformPromptTemplate(input_variables=[\"user_id\"])"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user