From e2ca16f3813bb3154957911fe776e96da463b16e Mon Sep 17 00:00:00 2001 From: Serge Retkowsky Date: Tue, 5 Sep 2023 09:16:04 +0200 Subject: [PATCH] Add files via upload --- ... AI (PDF files) and Azure Cognitive Search.ipynb | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/Lanchain with Azure Open AI (PDF files) and Azure Cognitive Search/Lanchain with Azure Open AI (PDF files) and Azure Cognitive Search.ipynb b/Lanchain with Azure Open AI (PDF files) and Azure Cognitive Search/Lanchain with Azure Open AI (PDF files) and Azure Cognitive Search.ipynb index 981941d..94b5488 100644 --- a/Lanchain with Azure Open AI (PDF files) and Azure Cognitive Search/Lanchain with Azure Open AI (PDF files) and Azure Cognitive Search.ipynb +++ b/Lanchain with Azure Open AI (PDF files) and Azure Cognitive Search/Lanchain with Azure Open AI (PDF files) and Azure Cognitive Search.ipynb @@ -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" @@ -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", @@ -69,7 +68,7 @@ }, { "cell_type": "markdown", - "id": "1d1b532a", + "id": "2fb485b9", "metadata": {}, "source": [ "## PDF files" @@ -774,7 +773,7 @@ { "cell_type": "code", "execution_count": null, - "id": "0625aebe", + "id": "04855508", "metadata": {}, "outputs": [], "source": [] @@ -1374,7 +1373,7 @@ { "cell_type": "code", "execution_count": 13, - "id": "b0ac9d10", + "id": "e4f12c99", "metadata": {}, "outputs": [ { @@ -1406,7 +1405,7 @@ { "cell_type": "code", "execution_count": 15, - "id": "acf86873", + "id": "e3a68237", "metadata": {}, "outputs": [ { @@ -1426,7 +1425,7 @@ }, { "cell_type": "markdown", - "id": "225f6ae1", + "id": "97ef0ce0", "metadata": {}, "source": [ "## Testing"