neokd / NeoGPT

Chat effortlessly, execute commands, and interpret code with Llama3, Phi3, and more - your local AI assistant. Enjoy seamless interaction while ensuring ultimate privacy
https://neogpt.dev
MIT License
68 stars 60 forks source link

Add hacker news loader #160

Closed neokd closed 5 months ago

neokd commented 5 months ago

In builder_helpers add a method to load hacker news url from the builder.url file

ayushmorbar commented 5 months ago

Can you elaborate on this, issue?

neokd commented 5 months ago

In the Builder Helper, there is a load_web.py module commonly employed for retrieving content from the web. Langchain offers specialized loaders designed for specific websites, ensuring that the obtained results are cleaner and free of unnecessary HTML elements. You need to use Hacker new loader to get content from ycombinators website

ayushmorbar commented 5 months ago

oh got it now, cool. Will get it done by EOD