diff --git a/.gitignore b/.gitignore index e92aeff..41c8fc4 100644 --- a/.gitignore +++ b/.gitignore @@ -180,4 +180,5 @@ test*.py logs/ logs uploads/ -data.db \ No newline at end of file +data.db +compared_word_emb.json \ No newline at end of file diff --git a/jina.py b/jina.py index 71f0a7d..30dcd78 100644 --- a/jina.py +++ b/jina.py @@ -14,7 +14,7 @@ def get_embedding(input: list): headers["Authorization"] = f"Bearer {os.environ['JINA_TOKEN']}" data = { - "model": "jina-embeddings-v4", + "model": "jina-embeddings-v3", "task": "text-matching", "input": input }