Show HN: DankGPT – Chat with Your Documents (dankgpt.com)
Uses hybrid semantic search (combination of dense embeddings and sparse vectors) to retrieve high quality answers across your documents.
Features
- Significantly faster than competition (Process a 200 page PDF in <5s)
- Much better answer quality
- Fast summarization tool
- Beta API for end to end extractive document QA (hello@dankgpt.com)
Try it out (no login)
- Llama 2 paper https://www.dankgpt.com/chat/346f444d-e286-4671-b157-540f4cb...
- Scott Aaronson Quantum Information Science lectures https://www.dankgpt.com/chat/cc491d72-dc7b-4ace-8e26-60026ae...
- Berkshire 2022 Annual Report https://www.dankgpt.com/chat/068bf85f-b372-46a4-a164-6096f8c...
Why not host it yourself?
- You definitely can! DankGPT is intended as a quick way to ask questions about a research paper, or help students with answering questions from their lecture slides, with an easy way to share your chatbot.
9 comments
[ 4.0 ms ] story [ 32.4 ms ] thread1. PDF parsed and chunked on the client
2. Sparse vectors are regenerated for the entire document corpus and the existing vectors are updated
3. Dense vectors are generated for the new text and upserted along with the new sparse values
The original documents stay on your device.