mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-09 23:12:38 +00:00
Improvement[Partner] Improve qdrant vector store (#27251)
- Add static method decorator - Add args for api doc - Fix word spelling Co-authored-by: Erick Friis <erick@langchain.dev>
This commit is contained in:
@@ -960,8 +960,8 @@ class QdrantVectorStore(VectorStore):
|
||||
|
||||
yield batch_ids, points
|
||||
|
||||
@staticmethod
|
||||
def _build_payloads(
|
||||
self,
|
||||
texts: Iterable[str],
|
||||
metadatas: Optional[List[dict]],
|
||||
content_payload_key: str,
|
||||
|
Reference in New Issue
Block a user