-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
implementing the UNIMPLEMENTED_PARSERS (#97)
* to start the pr to add comments * removed spaces * Merge remote-tracking branch 'origin/main' into implement_more_parsers meaningless merge * create logger_config and reorder the imports * main's logger * ignore the log files * postprocess notes * fix test with new download order for pdfarticles * Handle special docs * Fetch new items from indices * fixed domain getter from network location * logger and minor fixes * comment: add www2. and www6. handling * removed logger_config * merge with main and minor changes * rm logger_config.py * minor fixes * minor fixes 2 * parsers type signature * test_arxiv_process_entry_retracted fixed * Refactor of special_indices * 1239283019481293043902 * alignmentdataset class removed some init fields * removed the wrong arxivpapers file * minor changes * pdf date_published is a datetime * revert some useless changes * revert type annotation change * nits * nits 2 * nits 2 --------- Co-authored-by: Daniel O'Connell <[email protected]> Co-authored-by: Henri Lemoine <[email protected]>
- Loading branch information
1 parent
65e2a42
commit 16e4c84
Showing
30 changed files
with
496 additions
and
355 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,6 @@ | |
PINECONE_NAMESPACE, | ||
) | ||
|
||
|
||
logger = logging.getLogger(__name__) | ||
|
||
|
||
|
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.