You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently using Fast Graph in my project and have encountered a challenge when deploying it to production. The current implementation seems to rely on a working directory file system for storing and fetching embeddings, which is not ideal for deployment in cloud environments or distributed systems.
Would it be possible to add support for fetching embeddings directly from a Blob SQL database (or similar database-backed storage) instead of relying on file-based systems? This would significantly improve deployment flexibility and scalability, especially in cloud or containerized environments.
Thank you for considering this request! Looking forward to your feedback.
Best regards
The text was updated successfully, but these errors were encountered:
Hi there,
I am currently using Fast Graph in my project and have encountered a challenge when deploying it to production. The current implementation seems to rely on a working directory file system for storing and fetching embeddings, which is not ideal for deployment in cloud environments or distributed systems.
Would it be possible to add support for fetching embeddings directly from a Blob SQL database (or similar database-backed storage) instead of relying on file-based systems? This would significantly improve deployment flexibility and scalability, especially in cloud or containerized environments.
Thank you for considering this request! Looking forward to your feedback.
Best regards
The text was updated successfully, but these errors were encountered: