From c3dfbdf0da9be50144bb189ae393f5d724b75b3e Mon Sep 17 00:00:00 2001 From: Matthias Kern Date: Wed, 15 Mar 2023 00:13:51 -0100 Subject: [PATCH] Remove outdated code from Chat VectorDB QA example (#1670) --- .../examples/vector_db_qa_with_sources.ipynb | 22 ------------------- 1 file changed, 22 deletions(-) diff --git a/docs/modules/chat/examples/vector_db_qa_with_sources.ipynb b/docs/modules/chat/examples/vector_db_qa_with_sources.ipynb index b922ed39..1d2f637d 100644 --- a/docs/modules/chat/examples/vector_db_qa_with_sources.ipynb +++ b/docs/modules/chat/examples/vector_db_qa_with_sources.ipynb @@ -166,28 +166,6 @@ "chain({\"question\": \"What did the president say about Justice Breyer\"}, return_only_outputs=True)" ] }, - { - "cell_type": "code", - "execution_count": 11, - "id": "c91fdc8a", - "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "{'answer': ' The president honored Justice Stephen Breyer for his service.\\n',\n", - " 'sources': '30-pl'}" - ] - }, - "execution_count": 11, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "qa({\"question\": \"What did the president say about Justice Breyer\"}, return_only_outputs=True)" - ] - } ], "metadata": { "kernelspec": {