-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix(FileUploadService): simplify get_file_infos............ * chore(rag_scoring): format * fix(FileUploadService): simplify * feat(VectorService): add optional document metadata arg * feat(upload_and_vectorize_handler): extract metadata per chunk and save it to vector * feat(RagScoringPipeline): propagate and expose document metadata to LLM context (references etc) * fix(upload_and_vectorize_handler): clean up * chore(file_parser.py): refactor * feat(file_parser.py): allow parsing remote files (by url) * feat(CollectionMetadataModel): add urls * feat(upload_and_vectorize_handler): aggregate urls & files * feat(upload_view): add textarea for urls * fix(upload_and_vectorize_handler): include deps * fix(upload_and_vectorize_handler): make files optional * add(HTMLParser): extract and include page title as metadata * feat(upload_view): add no-wrap css and increase textarea rows * add(file_parser): error handler & null parser * fix(upload_view): move up urls * chore(upload_and_vectorize_handler): simplify * fix(HTMLParser): rm self from args * fix(upload_and_vectorize_handler): only create collection when we have chunks * fix(after rebase): save meta data * feat(SvelteMarkdownWrapper): add custom link renderer (in order to target blank) * output context as json * fix(upload_and_vectorize_handler): allow urls or files (or a combination of both)
- Loading branch information
Showing
9 changed files
with
239 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.