Wuming Gong
Wuming Gong
@dosu ``` query_result = self._vector_store.query(query) ``` `query_result` is an `VectorStoreQueryResult` instance, but `VectorStoreQueryResult` class does not have an `embeddings` attribute: ``` @dataclass class VectorStoreQueryResult: """Vector store query result.""" nodes: Optional[Sequence[BaseNode]]...
Still could not find a way to retrieve embedding vectors from a `FaissVectorStore`. The `SimpleVectorStore` provide a simple `get` function to retrieve embeddings based on node id, but unfortunately `FaissVectorStore`...
Love to see the status line in VSCode UI. Being able to see the model, branch name, working dir. are extremely helpful.