langchain/docs/modules/indexes
Brendan Mannix 4e56d3119c
update qdrant docs to reflect the proper way to initialize Qdrant() constructor (#4596)
# 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 no longer supported.

This PR updates the docs to reflect the proper way to initialize
`Qdrant()`

Old:
![Screenshot 2023-05-12 at 3 06 33
PM](https://github.com/hwchase17/langchain/assets/1552962/dd4063d2-2a07-4340-91bb-e305f7215ddd)

New:
![Screenshot 2023-05-12 at 3 21 09
PM](https://github.com/hwchase17/langchain/assets/1552962/aebc3f63-1a8b-4ca3-93c0-a2ce30dcd282)
2023-05-16 17:30:38 -07:00
..
document_loaders/examples fix(document_loaders/telegram): fix pandas calls + add tests (#4806) 2023-05-16 14:35:25 -07:00
retrievers/examples Harrison/add top k (#4707) 2023-05-15 09:09:22 -07:00
text_splitters Fix typo (#3728) 2023-04-28 13:01:09 -07:00
vectorstores update qdrant docs to reflect the proper way to initialize Qdrant() constructor (#4596) 2023-05-16 17:30:38 -07:00
document_loaders.rst Docugami docs: First cell should be a title cell (#4735) 2023-05-16 13:12:14 -04:00
getting_started.ipynb add encoding to avoid UnicodeDecodeError (#2908) 2023-04-14 16:36:03 -07:00
retrievers.rst big docs refactor (#1978) 2023-03-26 19:49:46 -07:00
text_splitters.rst Fix grammar in Text Splitters docs (#4373) 2023-05-08 22:38:40 -04:00
vectorstores.rst big docs refactor (#1978) 2023-03-26 19:49:46 -07:00