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

Upgrade upload process #70

Merged
merged 20 commits into from
Jul 12, 2024
Merged

Upgrade upload process #70

merged 20 commits into from
Jul 12, 2024

Conversation

StreetLamb
Copy link
Owner

  • Use Redis and Celery to handle loading of uploaded PDFs to text and uploading to the vector store. This improves performance and prevents the backend from frequently crashing due to memory limits.
  • Switch from pymupdf4llm back to pymuPDF as upload processing was too slow and resource-heavy.
  • Use grpc for connecting to Qdrant VectorStore to optimise performance.

@StreetLamb StreetLamb added the feature New feature or request label Jul 12, 2024
@StreetLamb StreetLamb merged commit c465b48 into master Jul 12, 2024
4 checks passed
@StreetLamb StreetLamb deleted the upgrade-upload-process branch July 12, 2024 15:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant