Giter Site home page Giter Site logo

prasoonthakur8 / alien-ai-chat Goto Github PK

View Code? Open in Web Editor NEW

This project forked from alvarovalverde03/alien-ai-chat

0.0 0.0 0.0 622 KB

๐Ÿ‘ฝ AI chatbot using a RAG model architecture

Home Page: https://ai.alvarovalverde.dev

JavaScript 0.94% TypeScript 95.88% CSS 3.18%

alien-ai-chat's Introduction

Alien emoji

AlienAI Chat

AlienAI 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, LangChain JS and ChromaDB as a vector database.

AlienAI 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).

๐Ÿ“œ Getting Started

Follow these steps to set up and run AlienAI Chat on your local machine:

1. Setup Chroma:

Clone the Chroma repository and navigate to the directory.

git clone https://github.com/chroma-core/chroma.git
cd chroma

Use Docker Compose to set up the Chroma environment:

docker-compose up -d --build

2. Clone the Project:

Clone the AienAI Chat repository:

git clone https://github.com/alvarovalverde03/alien-ai-chat.git

3. Configure Environment Variables:

Create a .env file by copying .env.example.

  • Fill in the required environment variables with appropriate values (database host, API keys, ...).

4. Install Dependencies:

Navigate to the project directory and install dependencies:

cd alien-ai-chat
npm install

5. Run the Development Server:

Start the development server:

npm run dev

6. Access AlienAI Chat:

Open http://localhost:3000 with your browser to access the AlienAI Chat application.

๐Ÿค– Usage

  • Interact with the chat interface by typing messages and sending them.
  • AienAI Chat will use its RAG architecture to retrieve relevant information, analyze user prompts/queries, and generate responses accordingly.

alien-ai-chat's People

Contributors

alvarovalverde03 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.