Files
langchain/langchain/vectorstores
Kacper Łukawski 7cc200766e Expose full params in Qdrant (#5947)
# Expose full params in Qdrant

There were many questions regarding supporting some additional
parameters in Qdrant integration. Qdrant supports many vector search
optimizations that were impossible to use directly in Qdrant before.
That includes:

1. Possibility to manipulate collection params while using
`Qdrant.from_texts`. The PR allows setting things such as quantization,
HNWS config, optimizers config, etc. That makes it consistent with raw
`QdrantClient`.
2. Extended options while searching. It includes HNSW options, exact
search, score threshold filtering, and read consistency in distributed
mode.

After merging that PR, #4858 might also be closed.

## Who can review?

VectorStores / Retrievers / Memory

@dev2049 @hwchase17
2023-06-09 08:56:32 -07:00
..
2023-04-24 11:50:55 -07:00
2023-04-27 08:14:36 -07:00
2023-06-03 16:47:52 -07:00
2023-06-09 08:56:32 -07:00
2023-04-28 21:25:33 -07:00
2023-04-24 19:54:15 -07:00
2023-05-24 01:24:58 -07:00
2023-04-22 08:26:19 -07:00