fixes to docs (#5919)

This commit is contained in:
Harrison Chase
2023-06-09 09:15:53 -07:00
committed by GitHub
parent 7cc200766e
commit 7af186fddf
4 changed files with 16 additions and 5 deletions

View File

@@ -1,5 +1,14 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Snowflake\n",
"\n",
"This notebooks goes over how to load documents from Snowflake"
]
},
{
"cell_type": "code",
"execution_count": null,
@@ -16,7 +25,7 @@
"outputs": [],
"source": [
"import settings as s\n",
"from langchain.document_loaders.snowflake_loader import SnowflakeLoader"
"from langchain.document_loaders import SnowflakeLoader"
]
},
{
@@ -81,7 +90,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.16"
"version": "3.9.1"
}
},
"nbformat": 4,