Eric Duong
Eric Duong
I am stuck on this problem as well. I looked at Langchain code for Vectorstore here https://github.com/hwchase17/langchain/blob/master/langchain/indexes/vectorstore.py I would like to use `VectorStoreIndexWrapper.query_with_sources` method. Ideally, we can use `vectorstore =...
@briantfriederich It has been a while since I worked on this so I don't know why we need to explicitly provide positional argument. It would be great if someone can...
@agyson I encountered this problem couple times, and I worked around it by simply deleting the whole index folder created by `VectorstoreIndexCreator` and generate the chromadb index again with ```python...