mirror of
https://github.com/hwchase17/langchain
synced 2024-11-06 03:20:49 +00:00
ef6d3d66d6
I have a small dataset, and I tried to use docarray: ``DocArrayHnswSearch ``. But when I execute, it returns: ```bash raise ImportError( ImportError: Could not import docarray python package. Please install it with `pip install "langchain[docarray]"`. ``` Instead of docarray it needs to be ```bash docarray[hnswlib] ``` Co-authored-by: Bagatur <22008038+baskaryan@users.noreply.github.com> |
||
---|---|---|
.. | ||
__init__.py | ||
base.py | ||
hnsw.py | ||
in_memory.py |