chore: Refactor ArangoDB class and script for fetching electric car documents

main
Lasse Studion 2 years ago
parent 373f23a39c
commit 1b6915f601
  1. 3
      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

Loading…
Cancel
Save