From 3feb9fa037d05abeb721abd14ef1fbf09cb3bc53 Mon Sep 17 00:00:00 2001 From: ashishpatel26 Date: Sun, 26 Nov 2023 17:09:12 +0530 Subject: [PATCH] Key remove --- 15.RAG_LangChain.ipynb | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/15.RAG_LangChain.ipynb b/15.RAG_LangChain.ipynb index ae4ecf5..982b573 100644 --- a/15.RAG_LangChain.ipynb +++ b/15.RAG_LangChain.ipynb @@ -20,20 +20,12 @@ }, { "cell_type": "code", - "execution_count": 3, + "execution_count": 2, "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "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\n" - ] - } - ], + "outputs": [], "source": [ "# check if api_key has loaded\n", - "print(api_key)" + "# print(api_key)" ] }, { @@ -425,7 +417,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.8.10" + "version": "3.9.7" }, "orig_nbformat": 4 },