You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/docs
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)
1 year ago
..
_static docs: Mendable Fixes and Improvements (#4184) 1 year ago
additional_resources docs: added `additional_resources` folder (#4748) 1 year ago
ecosystem Revert "Make serpapi base url configurable via env (#4402)" (#4750) 1 year ago
getting_started Add new links to `Tutorials` and `YouTube` pages (#4746) 1 year ago
modules update qdrant docs to reflect the proper way to initialize Qdrant() constructor (#4596) 1 year ago
reference Revert "Make serpapi base url configurable via env (#4402)" (#4750) 1 year ago
tracing Callbacks Refactor [base] (#3256) 1 year ago
use_cases Replaced `SQLDatabaseChain` deprecated direct initialisation with `from_llm` method (#4778) 1 year ago
Makefile Feature: linkcheck-action (#534) (#542) 2 years ago
conf.py docs: Mendable Search integration (#2803) 1 year ago
ecosystem.rst added integration links to the ecosystem.rst (#3453) 1 year ago
index.rst docs: added `additional_resources` folder (#4748) 1 year ago
make.bat initial commit 2 years ago
reference.rst Move Generative Agent definition to Experimental (#3245) 1 year ago
requirements.txt Harrison/docs reqs (#2199) 2 years ago