mirror of
https://github.com/hwchase17/langchain
synced 2024-11-08 07:10:35 +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": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"prompt_template = FeatureformPrompTemplate(input_variables=[\"user_id\"])"
|
||||
"prompt_template = FeatureformPromptTemplate(input_variables=[\"user_id\"])"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user