From c05eae81f9aaa0a764203446ec54d7dd7cbeb66f Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Tue, 9 Apr 2024 00:15:21 +0200 Subject: Update notebooks --- notebooks/testing.ipynb | 51 ------------------------------------------------- 1 file changed, 51 deletions(-) (limited to 'notebooks/testing.ipynb') diff --git a/notebooks/testing.ipynb b/notebooks/testing.ipynb index bcaa613..f8ef78f 100644 --- a/notebooks/testing.ipynb +++ b/notebooks/testing.ipynb @@ -96,57 +96,6 @@ "rag.vector_db.client.delete_collection(\"knowledge-base\")" ] }, - { - "cell_type": "code", - "execution_count": 5, - "id": "05f7068c-b4c6-47b2-ac62-79c021838500", - "metadata": {}, - "outputs": [], - "source": [ - "from rag.generator import get_generator" - ] - }, - { - "cell_type": "code", - "execution_count": 6, - "id": "31dd3e7a-1d6c-4cc6-8ffe-f83478f95875", - "metadata": {}, - "outputs": [], - "source": [ - "x = get_generator(\"ollama\")" - ] - }, - { - "cell_type": "code", - "execution_count": 7, - "id": "749c58c4-5250-464c-b4f4-b5b4a00be3b3", - "metadata": {}, - "outputs": [], - "source": [ - "y = get_generator(\"ollama\")" - ] - }, - { - "cell_type": "code", - "execution_count": 8, - "id": "c59ece14-11e0-416c-afad-bc2ff6a526ec", - "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "True" - ] - }, - "execution_count": 8, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "x is y" - ] - }, { "cell_type": "code", "execution_count": null, -- cgit v1.2.3-70-g09d2