Skip to content
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

Backup Strategy for PDF/Vector/Embeddings Database in Azure #1552

Open
camel142 opened this issue Apr 22, 2024 · 0 comments
Open

Backup Strategy for PDF/Vector/Embeddings Database in Azure #1552

camel142 opened this issue Apr 22, 2024 · 0 comments

Comments

@camel142
Copy link

Hello everyone,

I'm fairly new to coding and I apologize if this isn't the right place for my question—please let me know if it should be posted elsewhere.

I'm working on developing a Q&A chatbot that leverages a respected medical database here in Sweden. I've successfully gotten the chatbot to function, but I'm facing a challenge with the database management, particularly with PDFs and their associated vector embeddings.

Here are my two main questions:

  1. Is there a way to back up the PDF and embeddings database to Azure? Specifically, I want to ensure that if I need to run azd down followed by azd up, the system doesn't re-analyze all the previously processed PDFs. Is it possible to separate the vector/embeddings database from the main application so that it remains unaffected when I take down the whole application?

Can this type of database be downloaded locally? And if it is possible how can I upload it back to a azure resource group. This would allow me to manually integrate a previously created PDF/embeddings database into the Azure resource group whenever I use azd down.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant