This commit is contained in:
Harrison Chase
2023-04-14 07:55:12 -07:00
committed by GitHub
parent 0a38bbc750
commit 8fef69296d
3 changed files with 8 additions and 13 deletions

View File

@@ -1,7 +1,6 @@
{
"cells": [
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
@@ -11,7 +10,6 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
@@ -38,7 +36,7 @@
"metadata": {},
"outputs": [],
"source": [
"from langchain.document_loaders.git import GitLoader"
"from langchain.document_loaders import GitLoader"
]
},
{
@@ -109,7 +107,7 @@
"metadata": {},
"outputs": [],
"source": [
"from langchain.document_loaders.git import GitLoader"
"from langchain.document_loaders import GitLoader"
]
},
{
@@ -164,7 +162,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "ai",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
@@ -178,9 +176,8 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.6"
},
"orig_nbformat": 4
"version": "3.9.1"
}
},
"nbformat": 4,
"nbformat_minor": 2