Fixing class calling error in the documentation of connecting_to_a_feature_store.ipynb (#9508)

This commit is contained in:
EpixMan 2023-08-21 01:59:40 +03:00 committed by GitHub
parent fd8fe209cb
commit 103094286e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -544,7 +544,7 @@
"metadata": {},
"outputs": [],
"source": [
"prompt_template = FeatureformPrompTemplate(input_variables=[\"user_id\"])"
"prompt_template = FeatureformPromptTemplate(input_variables=[\"user_id\"])"
]
},
{