openchatai / OpenChat

LLMs custom-chatbots console ⚡
https://open.cx
MIT License
5.17k stars 642 forks source link

How to add all `Document loaders` of Langchain #87

Open paulVu opened 1 year ago

paulVu commented 1 year ago

Can you share your experience about 'Document loaders'?, I see a lot of integrations in @langchain It's hard to add on?

gharbat commented 1 year ago

It should not be hard to add, you can see pdfHandler.ts file inside the llm-server, then you should be able to create your own in a similar fashion