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/collections editing #209

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft

Conversation

MasterKenth
Copy link
Contributor

@MasterKenth MasterKenth commented Dec 19, 2024

Managing collections through API and frontend.

TODO:

  • Basic CRUD API
  • Support URLs (supply in PUT set_collection_files as FormData seems dirty? But can't mix FormData (for binary files) and JSON (more appropriate for URLs) in the same endpoint. Or separate endpoint, but how to merge with existing collection content instead of destroying and recreating entire collection?) Done as FormData for now
  • Administration UI
  • Secure endpoints
  • (?) Move generate_chunks and other parts copy-pasted from upload_and_vectorize_handler into its own thing (VectorService?)

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

Successfully merging this pull request may close these issues.

1 participant