pandasar13

Results 3 issues of pandasar13

# Pull Request ## Description Add `batch_size` parameter to __init__. The batch_size parameter specified in the __init__ of qdrant for the functions `get_all_documents(), get_all_documents_generator(), get_documents_by_id()`, `write_documents() `(NOT for update_embeddings) not...

Is your feature request related to a problem? Please describe. I am using various document stores and notice some differences in the __init__. For instance while Opensearch, Weaviate or Elasticsearch...

In qdrant you can pass hnsw_ef to the SearchParams to indicate the ef_search value. However,this feature is not present in qdrant-haystack. My idea would be to add a parameter to...