You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Screen.Recording.2024-05-20.at.20.27.52.2.mp4
π 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 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!