Coder Social home page Coder Social logo

kubernetes_smart_docs's Introduction

Kubernetes Smart Docs Readme

Welcome to the Kubernetes Smart Doc! This document provides instructions on how to use and deploy the Kubernetes Smart Doc

Introduction

The Kubernetes Smart Doc is a tool that enables you to ask questions, and receive (hopefully) helpful replies back about the Kubernetes Content document.

Workflow is:

  1. Ask a question, for example

    When should I use a Stateful State over a Deployment?

  2. Kubernetes Smart Doc will prompt an AI to reply to the question, using articles from the Kubernetes Official Content document as the source

Prerequisites

Before deploying the Kubernetes Smart Doc, you should have the following prerequisites:

  • Python installed locally, version 3.10.8 was used during development
  • OpenAI API key set under the env var OPENAI_API_KEY

Usage

Install dependencies

  1. pip install -r requirements.txt

Run the flask app in development mode

  1. flask --app kubernetes_smart_docs/app run

Todo

  • A LOT!
  • Unit/Integration test on flask server
  • Caching for API requests
  • Save word embedding in DB instead of csv
  • Use a modern frontend instead of vanilla JS
  • Add formatting / linting

License

The Kubernetes Smart Doc is licensed under the MIT license. See the LICENSE file for details.

kubernetes_smart_docs's People

Contributors

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