Find answers from the community

Updated 4 months ago

I think the issue is more that when

I think the issue is more that when using PGVectorStore I cannot directly get the nodes so I'm using vec_store.query(VectorStoreQuery(similarity_top_k=100_000_000)).nodes to fetch all nodes. However these nodes returned have no embeddings despite the DB showing the embeddings in the corresponding column
L
X
5 comments
The implementation is probably not fetching/attaching the embeddings
Makes responses faster, uses less memory
@Logan M Is there a way to enable this, or are there other vector stores that support this? When using get_nodes() on PGVectorStore I am getting a NotImplementedError so I'm not sure what to do here
In the end I fetched the rows manually and created TextNodes
thats what I would have done tbh
Add a reply
Sign up and join the conversation on Discord