mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-06 13:33:37 +00:00
feat(qdrant): ruff fixes and rules (#32500)
This commit is contained in:
@@ -5,9 +5,7 @@ from pydantic import BaseModel, Field
|
||||
|
||||
|
||||
class SparseVector(BaseModel, extra="forbid"):
|
||||
"""
|
||||
Sparse vector structure
|
||||
"""
|
||||
"""Sparse vector structure."""
|
||||
|
||||
indices: list[int] = Field(..., description="indices must be unique")
|
||||
values: list[float] = Field(
|
||||
|
Reference in New Issue
Block a user