Spaces:
Runtime error
Runtime error
File size: 367 Bytes
7f7b773 |
1 2 3 4 5 6 7 8 9 10 11 12 |
document_loader:
_target_: document_loader.grobid.GrobidLoader
grobid_parser:
_target_: langchain.grobid_parser.GrobidParser
segment_sentences: false
grobid_base_url: http://localhost:8070
grobid_service: processFulltextDocument
grobid_server: http://localhost:8070/api/processFulltextDocument
text_splitter: {}
vector_storage: {}
debug: true
|