nano-graphrag
nano-graphrag copied to clipboard
Distributed environment / azure functions
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 ?