Skip to content

Commit

Permalink
remove duplicate import of distances_from_embeddings
Browse files Browse the repository at this point in the history
  • Loading branch information
wsbuck committed Mar 20, 2023
1 parent 894d476 commit ca9b9d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/web-crawl-q-and-a/web-qa.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
import pandas as pd
import tiktoken
import openai
from openai.embeddings_utils import distances_from_embeddings
import numpy as np
from openai.embeddings_utils import distances_from_embeddings, cosine_similarity

Expand Down

0 comments on commit ca9b9d4

Please sign in to comment.