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

feat: use background tasks for processing uploaded files to REST API #1263

Merged
merged 12 commits into from
Apr 20, 2024

Conversation

sarahwooders
Copy link
Collaborator

@sarahwooders sarahwooders commented Apr 16, 2024

Please describe the purpose of this pull request.
Allow for offline processing of uploaded data via REST API using background tasks.

How to test
pytest -s tests/test_client.py

Have you tested this PR?
Yes

memgpt/models/pydantic_models.py Outdated Show resolved Hide resolved
@sarahwooders sarahwooders linked an issue Apr 20, 2024 that may be closed by this pull request
@sarahwooders sarahwooders changed the title feat: support offline jobs for loading data feat: use background tasks for processing uploaded files to REST API Apr 20, 2024
@cpacker cpacker merged commit 80f0ef5 into main Apr 20, 2024
5 checks passed
@cpacker cpacker deleted the embedding-job branch April 20, 2024 01:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

POST SSE for data loading endpoints
2 participants