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(document-search,cli): add command to ingest document #225

Open
mhordynski opened this issue Dec 2, 2024 · 0 comments
Open

feat(document-search,cli): add command to ingest document #225

mhordynski opened this issue Dec 2, 2024 · 0 comments
Labels
feature New feature or request
Milestone

Comments

@mhordynski
Copy link
Member

mhordynski commented Dec 2, 2024

Feature description

A new command should allow users to interactively add a new document to a DocumentSearch instance.

ragbits document-search ingest gcs://my_bucket/my_file.txt
ragbits document-search ingest gcs://my_bucket/*

Ways to select DocumentSearch: enabled by #223 - do it in similar fashion as with VectorStore selection.

Motivation

Ingesting documents is a very common operation in the early stages of project development; therefore, a CLI utility may be heavily used by developers.

Additional context

Enabled by: #221 to parse string values to sources.
Enabled by: #223 to have baseline how to select DocumentSearch.

@mhordynski mhordynski added the feature New feature or request label Dec 2, 2024
@mhordynski mhordynski moved this to Backlog in ragbits Dec 2, 2024
@mhordynski mhordynski moved this from Backlog to Ready in ragbits Dec 2, 2024
@mhordynski mhordynski added this to the Ragbits 0.6 milestone Dec 2, 2024
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
Status: Ready
Development

No branches or pull requests

1 participant