Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
retkowsky authored Sep 5, 2023
1 parent 6db475e commit e2ca16f
Showing 1 changed file with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "markdown",
"id": "25e2ddd1",
"id": "0de5ec0c",
"metadata": {},
"source": [
"# Lanchain with Azure Open AI (PDF files) and Azure Cognitive Search"
Expand All @@ -19,7 +19,6 @@
"import os\n",
"\n",
"from dotenv import load_dotenv\n",
"#from langchain.document_loaders import TextLoader\n",
"from langchain.chat_models import AzureChatOpenAI\n",
"from langchain.chains import RetrievalQA\n",
"from langchain.document_loaders import PyPDFLoader\n",
Expand Down Expand Up @@ -69,7 +68,7 @@
},
{
"cell_type": "markdown",
"id": "1d1b532a",
"id": "2fb485b9",
"metadata": {},
"source": [
"## PDF files"
Expand Down Expand Up @@ -774,7 +773,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "0625aebe",
"id": "04855508",
"metadata": {},
"outputs": [],
"source": []
Expand Down Expand Up @@ -1374,7 +1373,7 @@
{
"cell_type": "code",
"execution_count": 13,
"id": "b0ac9d10",
"id": "e4f12c99",
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -1406,7 +1405,7 @@
{
"cell_type": "code",
"execution_count": 15,
"id": "acf86873",
"id": "e3a68237",
"metadata": {},
"outputs": [
{
Expand All @@ -1426,7 +1425,7 @@
},
{
"cell_type": "markdown",
"id": "225f6ae1",
"id": "97ef0ce0",
"metadata": {},
"source": [
"## Testing"
Expand Down

0 comments on commit e2ca16f

Please sign in to comment.