From 215f15795d90c045ef21fe35d324c04cc38703cd Mon Sep 17 00:00:00 2001 From: Daniel Zhukovsky Date: Thu, 16 Feb 2023 15:05:04 +0000 Subject: [PATCH] Redefinition of unused 'pd' --- apps/web-crawl-q-and-a/web-qa.py | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/web-crawl-q-and-a/web-qa.py b/apps/web-crawl-q-and-a/web-qa.py index b4c05c01..eb9bc5b1 100644 --- a/apps/web-crawl-q-and-a/web-qa.py +++ b/apps/web-crawl-q-and-a/web-qa.py @@ -14,7 +14,6 @@ import pandas as pd import tiktoken import openai from openai.embeddings_utils import distances_from_embeddings -import pandas as pd import numpy as np from openai.embeddings_utils import distances_from_embeddings, cosine_similarity