-
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.
Refactor
vector_search.py
and DocExtract.py
to improve YouTube ha…
…ndling and embedding process - Introduce `astuple` method in `FileMetadata` for tuple representation and correct comparison - Remove null metadata for bucket urls - Store playlists as a single `EmbeddedFile` & compare playlist level metadata when doing search - Make fetching playlist metadata faster by using `--flat-playlist` - Delete previous `EmbeddedFile` with same lookup when creating embeddings - Display url level progress when creating embeddings Enhances handling of YouTube playlists/videos and optimizes embedding management for more accurate results
- Loading branch information
Showing
3 changed files
with
136 additions
and
122 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
Oops, something went wrong.