Hugo Sousa

Results 10 comments of Hugo Sousa

Any update on this issue?

I am trying to deploy nuster in a "cluster" (multiple containers) configuration, and the only problem I am having is that while they share the cache in a shared disk...

@jiangwenyuan It's a Kubernetes Cluster with a shared NFS folder across all containers and it resolves to a single shared folder and multiple containers accessing it

Yeah I know but what happens is since the load process only occurs on startup and is not checking constantly for new cached data what happens is that if a...

@jiangwenyuan Want me to create a pull request with my ugly fix?

I agree that a new "cluster" mode should be created, but I believe the constant read is the most generic and more natural way to facilitate this feature the best...

So a method that compared all the files already loaded with the not loaded is required with that the solution would be valid right?

That looks like a great simple solution! If you tell the file where that logic is performed I can try and implement an initial draft solution!

Hey @jiangwenyuan just finished the initial implementation the only thing missing is the delete portion I didn't understand the code so I thought I should ask you do you want...

Hey @vanillechai I also had this error had to downgrade to version langchain-0.0.158 for the error to disappear