mirror of
https://github.com/Mintplex-Labs/langchain-python.git
synced 2026-07-21 16:55:25 -04:00
46b100ea63
Thanks to @anna-charlotte and @jupyterjazz for the contribution! Made few small changes to get it across the finish line --------- Signed-off-by: anna-charlotte <charlotte.gerhaher@jina.ai> Signed-off-by: jupyterjazz <saba.sturua@jina.ai> Co-authored-by: anna-charlotte <charlotte.gerhaher@jina.ai> Co-authored-by: jupyterjazz <saba.sturua@jina.ai> Co-authored-by: Saba Sturua <45267439+jupyterjazz@users.noreply.github.com>
8 lines
216 B
Python
8 lines
216 B
Python
from langchain.vectorstores.docarray.hnsw import DocArrayHnswSearch
|
|
from langchain.vectorstores.docarray.in_memory import DocArrayInMemorySearch
|
|
|
|
__all__ = [
|
|
"DocArrayHnswSearch",
|
|
"DocArrayInMemorySearch",
|
|
]
|