https://github.com/alexpinel/dot
Text-To-Speech, RAG, and LLMs. All local!
https://github.com/alexpinel/dot
document-chat embeddings faiss langchain llamacpp llm local phi-3 privategpt rag self-hosted standalone standalone-app tts whisper-cpp
Last synced: 5 months ago
JSON representation
Text-To-Speech, RAG, and LLMs. All local!
- Host: GitHub
- URL: https://github.com/alexpinel/dot
- Owner: alexpinel
- License: gpl-3.0
- Created: 2024-03-15T15:08:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-09T15:46:44.000Z (10 months ago)
- Last Synced: 2025-05-16T00:04:26.615Z (5 months ago)
- Topics: document-chat, embeddings, faiss, langchain, llamacpp, llm, local, phi-3, privategpt, rag, self-hosted, standalone, standalone-app, tts, whisper-cpp
- Language: JavaScript
- Homepage: https://dotapp.uk/
- Size: 248 MB
- Stars: 1,795
- Watchers: 23
- Forks: 107
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
![]()
![]()
![]()
![]()
---
## 🚀 About Dot
Dot is a standalone, open-source application designed for seamless interaction with documents and files using local LLMs and Retrieval Augmented Generation (RAG). It is inspired by solutions like Nvidia's Chat with RTX, providing a user-friendly interface for those without a programming background. Using the Phi-3.5 LLM by default, Dot ensures accessibility and simplicity right out of the box.
https://github.com/alexpinel/Dot/assets/93524949/28b26128-7bdc-4bf7-99f3-d09bd8431875
### 📜 What does it do?
Dot allows you to load multiple documents into an LLM and interact with them in a fully local environment. Supported document types include PDF, DOCX, PPTX, XLSX, and more! Users can also engage with Big Dot for inquiries not directly related to their documents, similar to interacting with ChatGPT.
### 🔧 How does it work?
Built with Electron JS, The application uses libraries such as FAISS for creating local vector stores, Langchain, llama.cpp & Huggingface for setting up conversation chains, and additional tools for document management and interaction.
## 📥 Install
**To use Dot:**
- Visit the [Dot website](https://dotapp.uk/) to download the application for Apple Silicon or Windows.**For developers:**
- Clone the repository `$ https://github.com/alexpinel/Dot.git`
- Install Node js and then run `npm install` inside the project repository, you can run `npm install --force` if you face any issues at this stage. Once complete, move to `cd aadotllm` and run `npm install` once more!## 🌟 Future Features I'd Like to Add
- Linux support
- Choice of LLM - Done!
- Image file support
- Enhanced document awareness beyond content
- Simplified file loading (select individual files, not just folders)
- Increased security measures for using local LLMs
- Support for additional document types - Done!
- Efficient file database management for quicker access to groups of files## 🤝 Want to Help?
Contributions are highly encouraged! As a student managing this project on the side, any help is greatly appreciated. Whether it's coding, documentation, or feature suggestions, please feel free to get involved!
## Star History
[](https://star-history.com/#alexpinel/dot&Date)
---