mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-28 07:29:06 +00:00
* refactor: add batch_size to FAISS __init__ * refactor: add batch_size to FAISS __init__ * add release note to refactor: add batch_size to FAISS __init__ * fix release note * add batch_size to docstrings --------- Co-authored-by: anakin87 <stefanofiorucci@gmail.com>
5 lines
187 B
YAML
5 lines
187 B
YAML
---
|
|
enhancements:
|
|
- |
|
|
Add batch_size to the __init__ method of FAISS Document Store. This works as the default value for all methods of
|
|
FAISS Document Store that support batch_size. |