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(api): adds migration for tracking vector store indexing status #830

Merged
merged 116 commits into from
Sep 5, 2024

Conversation

CollectiveUnicorn
Copy link
Contributor

@CollectiveUnicorn CollectiveUnicorn commented Jul 24, 2024

  • Enables Supabase realtime for the vector_store_file table
  • Adds new Python dependency to test supabase-realtime
  • Status is currently being set during indexing so listening to this table should provide status updates on the file indexing process.

@CollectiveUnicorn CollectiveUnicorn linked an issue Jul 24, 2024 that may be closed by this pull request
Copy link

netlify bot commented Jul 24, 2024

Deploy Preview for leapfrogai-docs canceled.

Name Link
🔨 Latest commit b30efd8
🔍 Latest deploy log https://app.netlify.com/sites/leapfrogai-docs/deploys/66d8b5c0e1a29f0008c40747

tests/e2e/test_supabase.py Outdated Show resolved Hide resolved
tests/e2e/test_supabase.py Outdated Show resolved Hide resolved
@CollectiveUnicorn CollectiveUnicorn changed the base branch from main to background-tasks August 29, 2024 21:16
gphorvath
gphorvath previously approved these changes Sep 3, 2024
Copy link
Contributor

@gphorvath gphorvath left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me once you resolve the conflict with main

Base automatically changed from background-tasks to main September 3, 2024 21:13
@CollectiveUnicorn CollectiveUnicorn dismissed gphorvath’s stale review September 3, 2024 21:13

The base branch was changed.

Copy link
Contributor

@jalling97 jalling97 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You may need to update this with main, if that dismisses the review I'll check it again 👍

@CollectiveUnicorn CollectiveUnicorn merged commit eee3ed7 into main Sep 5, 2024
24 checks passed
@CollectiveUnicorn CollectiveUnicorn deleted the 788-featapi-vector-store-indexing-status branch September 5, 2024 16:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat(api): vector store indexing status
7 participants