Code Monkey home page Code Monkey logo

abb's Introduction

Welcome to the ABB9000 by the Silicon Seals

ABB9000 is your AI Crewmate that makes locating information in your manuals a breeze. Simply type your question or give commands by voice and ABB9000 will give you the answer in a snap, providing you with the corresponding sources in the manual.

Setting up environment variables

  1. Create a copy of .env.local.example in your project root and name it .env.local

  2. Locate your OpenAI API key by following this guide by following this guide and fill it in under "YOUR_OPENAI_API_KEY" in your .env.local

  3. Locate your Supabase variables and fill them in under NEXT_PUBLIC_SUPABASE_URL & NEXT_PUBLIC_SUPABASE_ANON_KEY.
    This guide goes through a Supabase setup of a simple demo project.

Running the project locally

  1. Open the terminal in your project root

  2. Run npm install

  3. Run npm run dev

  4. Open http://localhost:3000/ in your browser

  5. Create an account or log in

  6. Experience the new way to search documentation with ABB9000

Supabase

The ABB-9000 uses Supabase as a back-end. It is open-source and can be self-hosted on other platforms if desired.

Files are uploaded to a single storage bucket, and data is stored in two tables: files, and file_snippets. It also use postgres functions for more advanced queries.

Set up

  1. Create a project
  2. Create the necessary tables and storage buckets
  3. Create the necessary
  4. Put two keys in the .env file: NEXT_PUBLIC_SUPABASE_URL & NEXT_PUBLIC_SUPABASE_ANON_KEY

abb's People

Contributors

abel-vs avatar konsequanzheng avatar

Stargazers

 avatar

Watchers

 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.