From 1b6915f601298bf8f479ee93d5c398834ffb3fc4 Mon Sep 17 00:00:00 2001 From: Lasse Studion Date: Thu, 30 May 2024 13:15:57 +0200 Subject: [PATCH] chore: Refactor ArangoDB class and script for fetching electric car documents --- example_fetch_docs.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/example_fetch_docs.py b/example_fetch_docs.py index ffb1d2b..2dc44cf 100644 --- a/example_fetch_docs.py +++ b/example_fetch_docs.py @@ -1,8 +1,7 @@ # Example of fetching documents and go though them one by one using Ollama: -from arango import ArangoClient -import ollama from arango_ev_class import ArangoDB +import ollama # Get the documents where "electric car" is mentioned