langchain/libs
Anush edd68e4ad4
qdrant: init package (#21146)
## Description

This PR introduces the new `langchain-qdrant` partner package, intending
to deprecate the community package.

## Changes

- Moved the Qdrant vector store implementation `/libs/partners/qdrant`
with integration tests.
- The conditional imports of the client library are now regular with
minor implementation improvements.
- Added a deprecation warning to
`langchain_community.vectorstores.qdrant.Qdrant`.
- Replaced references/imports from `langchain_community` with either
`langchain_core` or by moving the definitions to the `langchain_qdrant`
package itself.
- Updated the Qdrant vector store documentation to reflect the changes.

## Testing
- `QDRANT_URL` and
[`QDRANT_API_KEY`](583e36bf6b)
env values need to be set to [run integration
tests](d608c93d1f)
in the [cloud](https://cloud.qdrant.tech).
- If a Qdrant instance is running at `http://localhost:6333`, the
integration tests will use it too.
- By default, tests use an
[`in-memory`](https://github.com/qdrant/qdrant-client?tab=readme-ov-file#local-mode)
instance(Not comprehensive).

---------

Co-authored-by: Erick Friis <erick@langchain.dev>
Co-authored-by: Erick Friis <erickfriis@gmail.com>
2024-05-13 18:20:03 -07:00
..
cli cli: release 0.0.22 (#21507) 2024-05-09 21:45:20 +00:00
community qdrant: init package (#21146) 2024-05-13 18:20:03 -07:00
core core[major]: AsyncCallbackManagerForToolRun no longer casts return object to string (#20374) 2024-05-13 15:09:12 -04:00
experimental Add sentiment and confidence levels to diffbotgraphtransformer (#21590) 2024-05-13 23:00:52 +00:00
langchain langchain[patch]: CI add lint rule for community imports (#21618) 2024-05-13 14:51:25 -04:00
partners qdrant: init package (#21146) 2024-05-13 18:20:03 -07:00
standard-tests standard tests: add test for few-shot examples (#21019) 2024-05-13 10:06:12 -04:00
text-splitters text-splitters[patch]: fix MarkdownHeaderTextSplitter fails to parse headers with non-printable characters (#20645) 2024-04-25 00:07:42 +00:00