-
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.
* knowledge graph initial commit * error handling * test for neo4j connection * fix bug * fix typo in test * add code to populate knowledge graph * fix bug in knowledge graph querying in job * use correct terms in KG query * hopefully faster date censoring * fix bug in new date censoring, add test * fix some more progress reporting bugs * cache full query including synonyms * make queries faster, remove debug code, neo4j etc * retrieve PMIDs as strings * handle synonyms and match by all words * fix crash * fix kg directionality * comment out neo4j tests for now * endpoint to cancel a job Co-authored-by: rmillikin <rmillikin@morgridge.org>
- Loading branch information
Showing
15 changed files
with
459 additions
and
137 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,4 +11,5 @@ project/tests/htmlcov | |
./.env | ||
*Icon* | ||
**/Index/** | ||
**venv** | ||
**venv** | ||
src/tests/test_data/indexer/neo4j** |
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.