langchain
0806951c - Update VectorStore Class Method Typing (#2731)

Commit
2 years ago
Update VectorStore Class Method Typing (#2731) Avoid using placeholder methods that only perform a `cast()` operation because the typing would otherwise be inferred to be the parent `VectorStore` class. This is unnecessary with TypeVar's.
Author
Parents
Loading