Brendan Mannix
Results
3
issues of
Brendan Mannix
The download for PyPDF2 is broken. I cannot download the package via pip. https://pypi.python.org/pypi/PyPDF2 Steps to reproduce: ``` bash $ pip search PyPDF2 PyPDF2 - PDF toolkit pypdf2table - PDF...
# update qdrant docs to reflect the proper way to initialize Qdrant() constructor The [Qdrant docs](https://python.langchain.com/en/latest/modules/indexes/vectorstores/examples/qdrant.html) still contain an old reference for passing an `embedding_function` into the constructor. This is...