{"id":49424776,"url":"https://github.com/alvarovalverde03/alien-ai-chat","last_synced_at":"2026-04-29T08:37:04.859Z","repository":{"id":231306257,"uuid":"772015067","full_name":"alvarovalverde03/alien-ai-chat","owner":"alvarovalverde03","description":"👽 AI chatbot using a RAG model architecture ","archived":false,"fork":false,"pushed_at":"2024-04-08T18:54:42.000Z","size":622,"stargazers_count":1,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-04-24T00:14:15.435Z","etag":null,"topics":["ai","chatbot","langchain","nextjs","rag"],"latest_commit_sha":null,"homepage":"https://ai.alvarovalverde.dev","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alvarovalverde03.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2024-03-14T11:24:51.000Z","updated_at":"2024-04-08T14:04:33.000Z","dependencies_parsed_at":"2024-04-08T20:03:06.606Z","dependency_job_id":null,"html_url":"https://github.com/alvarovalverde03/alien-ai-chat","commit_stats":null,"previous_names":["alvarovalverde03/alien-ai-chat"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alvarovalverde03/alien-ai-chat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alvarovalverde03%2Falien-ai-chat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alvarovalverde03%2Falien-ai-chat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alvarovalverde03%2Falien-ai-chat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alvarovalverde03%2Falien-ai-chat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alvarovalverde03","download_url":"https://codeload.github.com/alvarovalverde03/alien-ai-chat/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alvarovalverde03%2Falien-ai-chat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32418167,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T06:29:02.080Z","status":"ssl_error","status_checked_at":"2026-04-29T06:29:00.631Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["ai","chatbot","langchain","nextjs","rag"],"created_at":"2026-04-29T08:37:04.240Z","updated_at":"2026-04-29T08:37:04.850Z","avatar_url":"https://github.com/alvarovalverde03.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"https://github.com/alvarovalverde03/alien-ai-chat/assets/65318965/719ba33f-dcb3-4bcf-a841-969d9cf1fce4\" alt=\"Alien emoji\" width=\"80px\" /\u003e\n    \u003ch1\u003eAlienAI Chat\u003c/h1\u003e\n\u003c/div\u003e\n\nAlienAI Chat is an AI-powered chat application based on private documents from AlienAI S.L. (AienAI S.L. is a fictitious company) built with [Next.js](https://nextjs.org/), [LangChain JS](https://github.com/langchain-ai/langchainjs) and [ChromaDB](https://github.com/chroma-core/chroma) as a vector database.  \n\nAlienAI Chat uses a RAG (Retrieval Augmented Generation) model architecture to provide intelligent responses to user queries based on AlienAI S.L. information (private documents available in `/archive`).\n\n\n## 📜 Getting Started\n\nFollow these steps to set up and run AlienAI Chat on your local machine:\n\n### 1. Setup Chroma:\nClone the [Chroma repository](https://github.com/chroma-core/chroma) and navigate to the directory.\n ```bash\n git clone https://github.com/chroma-core/chroma.git\n cd chroma\n ```\n\nUse Docker Compose to set up the Chroma environment:\n ```bash\n docker-compose up -d --build\n ```\n\n### 2. Clone the Project:\nClone the AienAI Chat repository:\n ```bash\n git clone https://github.com/alvarovalverde03/alien-ai-chat.git\n ```\n\n### 3. Configure Environment Variables:\nCreate a `.env` file by copying `.env.example`.\n   - Fill in the required environment variables with appropriate values (database host, API keys, ...).\n\n### 4. Install Dependencies:\nNavigate to the project directory and install dependencies:\n```bash\ncd alien-ai-chat\nnpm install\n```\n\n### 5. Run the Development Server:\nStart the development server:\n```bash\nnpm run dev\n```\n\n### 6. Access AlienAI Chat:\nOpen [http://localhost:3000](http://localhost:3000) with your browser to access the AlienAI Chat application.\n\n\n## 🤖 Usage\n- Interact with the chat interface by typing messages and sending them.\n- AienAI Chat will use its RAG architecture to retrieve relevant information, analyze user prompts/queries, and generate responses accordingly.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falvarovalverde03%2Falien-ai-chat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falvarovalverde03%2Falien-ai-chat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falvarovalverde03%2Falien-ai-chat/lists"}