Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unify vector_dim and embedding_dim parameter in Document Store #1922

Merged
Prev Previous commit
Next Next commit
Merge branch 'master' into 1740_unify_vector_dim_embedding_dim
  • Loading branch information
mathew55 authored Jan 9, 2022
commit 461ca73911966609b77f262c1812f40f337b47d4
1 change: 0 additions & 1 deletion haystack/document_stores/faiss.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ def __init__(
vector_dim=vector_dim,
embedding_dim=embedding_dim,
faiss_index_factory_str=faiss_index_factory_str,
faiss_index=faiss_index,
return_embedding=return_embedding,
duplicate_documents=duplicate_documents,
index=index,
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.