IntelLabs / fastRAG

Efficient Retrieval Augmentation and Generation Framework
Apache License 2.0
1.29k stars 116 forks source link

added multi sentence indexing, changed elastic.yaml #9

Closed mosheber closed 1 year ago

mosheber commented 1 year ago

Changing the indexing via dataloader to allow for sentence splitting inside the dataset parsing

mosheber commented 1 year ago

Looks good; but it seems you didn't run pre-commit; need to configure it via pre-commit install and then pre-commit run --all-files.

I ran pre-commit now, its done