-
Notifications
You must be signed in to change notification settings - Fork 61
Add a form in the side panel to export documents to the Cloud #622
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
Conversation
@Kerollmops I've fixed the CI and removed the duplicated code. I've tried to use this feature but I'm getting a 404 error, not sure why BTW 🤔 |
You are not using the right version of Meilisearch, and the version you have doesn't expose the /export route. Try with Meilisearch on the main branch. You'll also need another instance running on another port. I'll try the feature now 😃 |
Ah yeah that makes sense now that you mention it 🤣 |
Hey @mdubus 👋 After thorough testing, the PR looks good and works perfectly with and without embeddings. The progress works excellently and is helpful. Nice work to both of us ✅ 🙏 |
This PR adds a new form for uploading documents to the Cloud (or elsewhere). You can abort the upload if it takes too long or the URL or API key is wrong. The interface shows the progress with a simple percentage on the upload button.
It uses the new export route to perform this operation.