langchain
0806951c
- Update VectorStore Class Method Typing (#2731)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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
vowelparrot
Parents
446c3d58
Loading