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

Allow user to preview and change ingest settings #14

Open
1 of 9 tasks
nickthecook opened this issue Apr 4, 2024 · 0 comments
Open
1 of 9 tasks

Allow user to preview and change ingest settings #14

nickthecook opened this issue Apr 4, 2024 · 0 comments

Comments

@nickthecook
Copy link
Owner

nickthecook commented Apr 4, 2024

When a user uploads a new document, Archyve should:

  • chunk the document with default settings
  • show the user a preview of that chunking
  • allow the user to change settings (chunk method, size, overlap)
  • show them an updated preview when they change settings
  • allow them to accept the settings
  • ingest the document with those settings

When viewing a document, allow the user to:

  • edit chunking settings
  • re-chunk and vectorize the document

Prerequisites

Before doing this:

  • create a ChunkSettings model or similar, to store chunking options (so we remember how we chunked the doc later)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants