qdrant: Fix vectors_config access (#24606)

## Description

Fixes #24558 by accessing `vectors_config` after asserting it to be a
dict.
This commit is contained in:
Anush
2024-07-24 20:24:33 +05:30
committed by GitHub
parent f337f3ed36
commit 4585eaef1b
2 changed files with 17 additions and 15 deletions

View File

@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "langchain-qdrant"
version = "0.1.2"
version = "0.1.3"
description = "An integration package connecting Qdrant and LangChain"
authors = []
readme = "README.md"