Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
naveedjanmo
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
Unriddle (YC S24) Is Hiring a Founding Engineer
(workatastartup.com)
1 points
by
naveedjanmo
2y ago
2.
▲
by
naveedjanmo
3y ago
Ayo this looks sick
3.
▲
Show HN: A note-taking app that auto links notes based on meaning via GPT-4
(twitter.com)
4 points
by
naveedjanmo
3y ago
|
1 comments
4.
▲
by
naveedjanmo
3y ago
This is an interesting idea. I'll have a think about a way to start measuring it. In Unriddle, any responses given that aren't drawn from the document are prefaced with a message to that effect. The bot usually says something like
5.
▲
by
naveedjanmo
3y ago
Yeah I think you're right - the 32k context window for GPT-4 (not available for everyone yet) is already enough for research papers. I'm using a library called Langchain, there's also LlamaIndex.
6.
▲
by
naveedjanmo
3y ago
I was playing around with Dune inside of Unriddle yesterday and it seemed to work pretty well for describing the overarching narrative. https://app.unriddle.ai/bot/55fee905-1174-4b33-8e67-5dfe8301... But I expect this
7.
▲
by
naveedjanmo
3y ago
*API calls to GPT-4
8.
▲
by
naveedjanmo
3y ago
It's just the GPT-4 API - the chunks are sent as part of a prompt. In that case it won't use data from all chunks but it will try to find any chunks that provide descriptions of the document. I've found with research papers,
9.
▲
by
naveedjanmo
3y ago
Right now it's just one pdf per bot but yeah you could hack it by merging the pdfs and then generating a new bot. Interesting suggestion - did you notice a particular hallucination? What kind of docs would be high vs. low temperature?
10.
▲
by
naveedjanmo
3y ago
I'm just exploring whether or not it's useful. If people continue using it and/or it evolves into something more useful, I'll likely charge a monthly fee for access to certain features (e.g. longer pdfs, merging multiple
11.
▲
by
naveedjanmo
3y ago
There's an OpenAI API for vectorizing which I'm accessing through the Langchain library :)
12.
▲
by
naveedjanmo
3y ago
Vectorisation is done via OpenAI's embedding API. And the chunking/querying is happens through the Langchain library. But there are a few different ways of doing it - another good library is LLamaIndex.
13.
▲
by
naveedjanmo
3y ago
Hey! I'm the developer of Unriddle - it works using text embeddings. The document is split into small chunks and each chunk is assigned a numerical representation, or "vector", of its semantic meaning and relation to the othe
14.
▲
by
naveedjanmo
3y ago
Thanks for the feedback. I get your point but with Unriddle users curate information for the index that sits on top of GPT-4. It's just one doc for now but in the future it will be multiple - this curation of info sources is where the
15.
▲
by
naveedjanmo
3y ago
Thanks! It's free to use for now and will always be at least partially free :)
16.
▲
by
naveedjanmo
3y ago
Yeah it's only pdfs for now. What other file types did you want to try? Max file size is 600 pages/50 mbs
17.
▲
by
naveedjanmo
3y ago
Oh interesting, I hadn't come across this one. Thanks for sharing
18.
▲
Show HN: Unriddle – Create your own GPT-4 on top of any document
(unriddle.ai)
29 points
by
naveedjanmo
3y ago
|
51 comments
19.
▲
by
naveedjanmo
4y ago
The document is first broken up into chunks. When a user prompts, Unriddle finds the most relevant chunks and then feeds them into GPT-3.
20.
▲
Show HN: I made a site that turns complex documents into plain English via GPT-3
(unriddle.ai)
6 points
by
naveedjanmo
4y ago
|
2 comments
21.
▲
by
naveedjanmo
4y ago
Hey man! Thanks for the comments. You're right - adding a feedback button is probably the way to go. Would you be up for having a quick 15/20 min call to share your thoughts? I'm @naveedjanmo on Twitter if you prefer to talk
22.
▲
by
naveedjanmo
4y ago
Which browser did you have in mind? It only works in Chrome and Brave for now, but I'm planning to get a web app running soon :)
23.
▲
by
naveedjanmo
4y ago
Thanks man. I'm using OpenAI's text davinci 003
24.
▲
by
naveedjanmo
4y ago
Turn any article into a few sentences with one click. Squish uses a machine-learning model to generate a shorter, more concise version of a body of text while still maintaining its key points and main ideas.
25.
▲
Squish – AI-Generated Summaries
(chrome.google.com)
7 points
by
naveedjanmo
4y ago
|
7 comments