Happy to answer any questions and open for suggestions :) It's basically a LLMs with access to a search engine and the ability to query a vector db. The top n results from each search query (initialized by the LLM) will be scraped, split into little chunks and saved to the vector db. The LLM can then query this vector db to get the relevant chunks. This obviously isn't as comprehensive as having a 128k context LLM ju…
Wonderful work! is it possible to make it only use a subset of the web? (Only sites that I trust and think are relevant to producing an accurate answer), and are there ways to possibly make it work offline on pre installed websites? (wikipedia, some other wikis and possibly news sites that are archived locally), and how about other forms of documents? (books and research papers as pdfs)
Show HN: I've built a locally running Perplexity clone
51–60 of 140 posts
Re: Show HN: I've built a locally running Perplexity clone
#52Earlier quoted context omitted.
Wonderful work! is it possible to make it only use a subset of the web? (Only sites that I trust and think are relevant to producing an accurate answer), and are there ways to possibly make it work offline on pre installed websites? (wikipedia, some other wikis and possibly news sites that are archived locally), and how about other forms of documents? (books and research papers as pdfs)
Seconded. I tried to do this many years ago for my dissertation and failed, but this would be a dream of mine.
Re: Show HN: I've built a locally running Perplexity clone
#53Earlier quoted context omitted.
Seconded. I tried to do this many years ago for my dissertation and failed, but this would be a dream of mine.
Would it not be possible to create a search engine that only crawls certain sites?
How do you parse and efficiently store large, unstructured information for arbitrary, unstructured queries?
Re: Show HN: I've built a locally running Perplexity clone
#54Happy to answer any questions and open for suggestions :) It's basically a LLMs with access to a search engine and the ability to query a vector db. The top n results from each search query (initialized by the LLM) will be scraped, split into little chunks and saved to the vector db. The LLM can then query this vector db to get the relevant chunks. This obviously isn't as comprehensive as having a 128k context LLM ju…
Wonderful work! is it possible to make it only use a subset of the web? (Only sites that I trust and think are relevant to producing an accurate answer), and are there ways to possibly make it work offline on pre installed websites? (wikipedia, some other wikis and possibly news sites that are archived locally), and how about other forms of documents? (books and research papers as pdfs)
Re: Show HN: I've built a locally running Perplexity clone
#55Happy to answer any questions and open for suggestions :) It's basically a LLMs with access to a search engine and the ability to query a vector db. The top n results from each search query (initialized by the LLM) will be scraped, split into little chunks and saved to the vector db. The LLM can then query this vector db to get the relevant chunks. This obviously isn't as comprehensive as having a 128k context LLM ju…
If you're open to it, it would be great if you could make a post explaining how you built this. Even if it's brief. Trying to learn more about this space and this looks pretty cool. And ofc, nice work!
Re: Show HN: I've built a locally running Perplexity clone
#56Re: Show HN: I've built a locally running Perplexity clone
#57Re: Show HN: I've built a locally running Perplexity clone
#58Re: Show HN: I've built a locally running Perplexity clone
#59I will try my best to catch up with everyone <3
Re: Show HN: I've built a locally running Perplexity clone
#60Awesome project! As I newbie myself in everything LLM, where should I start looking to create a similar project than yours? Which resources/projects are good to know about? Thank you for sharing!
If you could tell me more about your goals, I can probably provide a more narrow answer :)