-
Notifications
You must be signed in to change notification settings - Fork 2
Synthscholar integration #73
New issue
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
Open
tekrajchhetri
wants to merge
23
commits into
user-rbac
Choose a base branch
from
synthscholar-integration
base: user-rbac
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
7800c41
updated env template to include synthscholar env variables
tekrajchhetri ff7a7b3
synthscholar added
tekrajchhetri 4b35828
synthscholar integrated
tekrajchhetri 405a64f
superadmin access everything
tekrajchhetri a9fd57b
updated network
tekrajchhetri 634d032
updated docker to include python 3.11
tekrajchhetri 48845ef
updated readme to include synthscholar + deployment information
tekrajchhetri 80c34bf
missing env variables added.
tekrajchhetri f5df73c
added missing files
tekrajchhetri 0057d86
missing codes
tekrajchhetri a512932
Update ml_service/core/synth_scholar/routes.py
tekrajchhetri 1410194
Update ml_service/core/main.py
tekrajchhetri 5d26acd
heartbeat emitting to prevent timeout
tekrajchhetri 7e8198d
Merge branch 'synthscholar-integration' of github.com:sensein/BrainKB…
tekrajchhetri 4c9f77d
push to external graph database
tekrajchhetri dc622cc
package version corrected
tekrajchhetri e67d206
ALB keep alive for long task
tekrajchhetri 6bf5207
Update requirements.txt
tekrajchhetri deabfb0
missing resume feature added.
tekrajchhetri c2a9ddf
pg bad character issue fixed
tekrajchhetri 243d4d8
fix openrouter key issue + cancel + resume
tekrajchhetri 9472cfa
iri updated which was causing rdf data, i.e., review issue
tekrajchhetri c6d46f7
Update requirements.txt
tekrajchhetri File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| """SynthScholar — PRISMA-guided literature review pipeline. | ||
|
|
||
| Ported from aep-knowledge-synthesis/backend. Uses an independent SQLAlchemy | ||
| 2.0 async engine for its own tables (reviews, plus synthscholar's bundled | ||
| article_store / review_cache / pipeline_checkpoints), separate from the | ||
| existing ml_service raw-asyncpg pool used by jwt_auth + structsense. | ||
|
|
||
| Entry point: `core.synth_scholar.routes.router` (mounted at /api/synth-scholar | ||
| by core/main.py). All endpoints require a valid JWT (Depends(get_current_user)). | ||
| """ |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.