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
Description As a user, I'd like to extract text from the document.
Detail Text extraction is useful to allow for intermediary steps to document ingestion. This will be allow for other processes such as;
Acceptance Criteria
/v1/extractions/text
The text was updated successfully, but these errors were encountered:
feat(api)(rag): add text extraction api (#137)
fafb047
This PR adds a text extraction API to the RAG service. Part of #108
fix(api): make migration columns nullable (#139)
2817f0e
This PR - makes new document columns nullable - upgrades rag transformers and tokenizers to fix the error huggingface/transformers#31789 Part of #108
mawandm
No branches or pull requests
Description
As a user, I'd like to extract text from the document.
Detail
Text extraction is useful to allow for intermediary steps to document ingestion. This will be allow for other processes such as;
Acceptance Criteria
/v1/extractions/text
in the RAG microservice.The text was updated successfully, but these errors were encountered: