Skip to content

Commit 4ff7c7c

Browse files
Merge pull request #6 from yibeichan/dev
add reproschema example
2 parents 86d8872 + a0b3379 commit 4ff7c7c

6 files changed

Lines changed: 1757 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,3 +167,6 @@ cython_debug/
167167
# and can be added to the global gitignore or merged into this file. For a more nuclear
168168
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
169169
.idea/
170+
171+
# Claude.md file
172+
claude.md

example/pdf2reproschema/.env_rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
ENABLE_KG_SOURCE=false
2+
EXTERNAL_PDF_EXTRACTION_SERVICE=true
3+
GROBID_SERVER_URL_OR_EXTERNAL_SERVICE=https://api.fylogenesis.com/api/document/pdf
4+
OLLAMA_API_ENDPOINT=http://localhost:11434
5+
OLLAMA_MODEL=nomic-embed-text:v1.5

0 commit comments

Comments
 (0)