hwchase17 / notion-qa

MIT License
2.13k stars 374 forks source link

Is it possible to inject a set of Markdown files not from Notion? #4

Open meefen opened 1 year ago

meefen commented 1 year ago

If so, what preprocessing is needed?

nance2uiuc commented 1 year ago

I would also like to know.

jasielmacedo commented 1 year ago

Yes, you can. The Notion DB folder has a lot of *.md files, which are basically a lot of markdown files, so you can make your own.

You don't have to change the code;  Remember that the Open AI embedding can read any kind of text. just make sure that every file you make has a proper title

meefen commented 1 year ago

@jasielmacedo Thanks a lot for your response.

Can you say more about:

every file you make has a proper title

Are we talking about any Markdown header info or simply having a level 1 heading?

jasielmacedo commented 1 year ago

Yeah, to Simply having Level 1 heading in it will be enough