VectorStore vs BasePydanticVectorStore #8698
zhenlohuang
started this conversation in
General
Replies: 1 comment
-
They are the same actually, the only difference is that the latter is serializable. Eventually, all vector stores will be based on pydantic :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In llama-index code, what is the difference between VectorStore and BasePydanticVectorStore? I found some of vector stores implemented VectorStore, but some of them implemented BasePydanticVectorStore.
Beta Was this translation helpful? Give feedback.
All reactions