Skip to content

Latest commit

 

History

History
74 lines (43 loc) · 3.09 KB

README.md

File metadata and controls

74 lines (43 loc) · 3.09 KB

Dot App Banner

License GitHub release (latest by date) GitHub commits GitHub stars

Visit the Dot Website


🚀 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.

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!

Star History

Star History Chart