{"id":15136517,"url":"https://github.com/samuraigpt/embedai","last_synced_at":"2025-10-05T05:34:06.350Z","repository":{"id":169708377,"uuid":"645381450","full_name":"SamurAIGPT/EmbedAI","owner":"SamurAIGPT","description":"An app to interact privately with your documents using the power of GPT, 100% privately, no data leaks","archived":false,"fork":false,"pushed_at":"2023-07-18T14:44:48.000Z","size":99,"stargazers_count":2804,"open_issues_count":41,"forks_count":299,"subscribers_count":35,"default_branch":"main","last_synced_at":"2025-05-06T01:02:01.452Z","etag":null,"topics":["chatbot","chatgpt","embedai","embeddings","generative","gpt","gpt4","gpt4all","langchain","models","openai","privategpt","vectorstore","whisper"],"latest_commit_sha":null,"homepage":"https://www.thesamur.ai/?utm_source=github\u0026utm_medium=link\u0026utm_campaign=github_privategpt","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SamurAIGPT.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-05-25T14:21:12.000Z","updated_at":"2025-04-23T18:44:42.000Z","dependencies_parsed_at":"2023-07-19T01:16:13.042Z","dependency_job_id":null,"html_url":"https://github.com/SamurAIGPT/EmbedAI","commit_stats":{"total_commits":37,"total_committers":11,"mean_commits":"3.3636363636363638","dds":0.7837837837837838,"last_synced_commit":"b2ad64a85aaec6c301ead16ce5865edaf13be608"},"previous_names":["samuraigpt/privategpt"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamurAIGPT%2FEmbedAI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamurAIGPT%2FEmbedAI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamurAIGPT%2FEmbedAI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamurAIGPT%2FEmbedAI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SamurAIGPT","download_url":"https://codeload.github.com/SamurAIGPT/EmbedAI/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254276444,"owners_count":22043866,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chatbot","chatgpt","embedai","embeddings","generative","gpt","gpt4","gpt4all","langchain","models","openai","privategpt","vectorstore","whisper"],"created_at":"2024-09-26T06:22:22.557Z","updated_at":"2025-10-05T05:34:06.294Z","avatar_url":"https://github.com/SamurAIGPT.png","language":"JavaScript","readme":"# PrivateGPT\n\nCreate a QnA chatbot on your documents without relying on the internet by utilizing the capabilities of local LLMs. Ensure complete privacy and security as none of your data ever leaves your local execution environment. Seamlessly process and inquire about your documents even without an internet connection. Inspired from [imartinez](https://github.com/imartinez)\n\n\u003cimg width=\"948\" alt=\"pgpt\" src=\"https://github.com/SamurAIGPT/privateGPT/assets/4326215/76e24cd4-a890-4253-bb87-098c4f1328fd\"\u003e\n\n## Contents\n\n* [Getting started](#getting-started)\n* [Requirements](#requirements)\n* [How to run](#how-to-run)\n* [Support](#support)\n* [Data](#data)\n* [Check repos](#check-repos)\n\n## Getting started\n\nCode is up, ⭐ (Star) the repo meanwhile to receive updates\n\nFollow [Anil Chandra Naidu Matcha](https://twitter.com/matchaman11) \u0026 [Ankur Singh](https://twitter.com/ankur_maker) on twitter for updates\n\n## Requirements\n\n* Python 3.8 or later\n* NodeJS v18.12.1 or later\n* Minimum 16GB of memory\n\n## How to run\n\n1. Go to client folder and run the below commands\n\n   ```shell\n   npm install   \n   ```\n\n   ```shell\n   npm run dev\n   ```\n\n2. Go to server folder and run the below commands\n\n   ```shell\n   pip install -r requirements.txt\n   ```\n\n   ```shell\n   python privateGPT.py\n   ```\n\n3. Open \u003chttp://localhost:3000\u003e, click on download model to download the required model initially\n\n4. Upload any document of your choice and click on Ingest data. Ingestion is fast\n\n5. Now run any query on your data. Data querying is slow and thus wait for sometime\n\n## Support\n\nJoin our discord \u003chttps://discord.gg/A6EzvsKX4u\u003e to get support\n\n## Data\n\nThe supported extensions for documents are:\n\n* .csv: CSV,\n* .docx: Word Document,\n* .enex: EverNote,\n* .eml: Email,\n* .epub: EPub,\n* .html: HTML File,\n* .md: Markdown,\n* .msg: Outlook Message,\n* .odt: Open Document Text,\n* .pdf: Portable Document Format (PDF),\n* .pptx : PowerPoint Document,\n* .txt: Text file (UTF-8),\n\n## Check repos\n\n* [Langchain Course](https://github.com/SamurAIGPT/langchain-course)\n* [ChatGPT Developer Plugins](https://github.com/SamurAIGPT/ChatGPT-Developer-Plugins)\n* [Camel AGI](https://github.com/SamurAIGPT/Camel-AutoGPT)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamuraigpt%2Fembedai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamuraigpt%2Fembedai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamuraigpt%2Fembedai/lists"}