We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
Ingesting documents is a very common operation in the early stages of project development; therefore, a CLI utility may be heavily used by developers.
Enabled by: #221 to parse string values to sources. Enabled by: #223 to have baseline how to select DocumentSearch.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: