-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Distributed environment / azure functions #69
Comments
Yeah, that's a problem. |
Hi @promentol , |
Bumping this since I am implementing a similar solution on AWS lambda and Ions. Happy to add code as example once done :) |
Thank you for this library
We are trying to run this in azure functions, where filesystem is not persistent.
Is there anyway we can avoid
working_dir
? If we attach our own vector db, key value db and graph db, do we need then working directory at all ?In other words, if indexing and querying are happening in different instances, what can we do ?
The text was updated successfully, but these errors were encountered: