Skip to content

ilovehackathons/mlops-weaviate-chatbot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MLOps Weaviate Chatbot

Takes a user's prompt and finds 10 relevant messages in the MLOps Community Slack workspace using the vector database system Weaviate, the sole sponsor of the hackathon this project was built for. Unfinished, but take a look at https://mlops-weaviate-chatbot.vercel.app to get an idea of how it was supposed to look like.

.env

## Get it on https://cohere.com
COHERE_API_KEY=

## Generate a random secret: https://generate-secret.vercel.app/32
NEXTAUTH_SECRET=

## Only required for localhost
NEXTAUTH_URL=http://localhost:3000

## Create a GitHub OAuth app here: https://docs.github.com/en/apps/oauth-apps/building-oauth-apps/creating-an-oauth-app
AUTH_GITHUB_ID=
AUTH_GITHUB_SECRET=

# instructions to create kv database here: https://vercel.com/docs/storage/vercel-kv/quickstart and 
KV_URL=
KV_REST_API_URL=
KV_REST_API_TOKEN=
KV_REST_API_READ_ONLY_TOKEN=

WEAVIATE_HOST=
WEAVIATE_KEY=

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 92.1%
  • JavaScript 3.5%
  • Python 3.1%
  • CSS 1.3%