GCP deployment Chroma and Faiss vector stores do not work [BUG]
Followed your GCP deployment steps in the documentation and notices that both Chroma and Faiss blocks do not work ?
I also cannot get Faiss block to work.
Since I did a deploy myself on GCP today I decided to test this, I don't know if it used to be bugged, but at least it works for me today if you set the FAISS path to a valid path (I just set it to "./")
I would assume the same is true for Chroma, I didn't test this however but since nobody else commented on this issue I think this can be closed @HenryHengZJ
FAISS node complains about missing docstore.json even when giving a proper path to the index.faiss file (hint: when saving the vector store with langchain, the file gets called index.faiss peer default).