craigmiller160 / tolkien-ai-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tolkien-ai

A project to develop an AI chatbot capable of answering questions about JRR Tolkien's legendarium.

Setup

A file called secrets.yml must exist at the root of this project with the following config:

tolkienai:
  openai:
    key: openai_api_key
  weaviate:
    key: weaviate_api_key

spring:
  data:
    mongodb:
      username: mongo_username
      password: mongo_password

About


Languages

Language:Kotlin 97.0%Language:HCL 2.8%Language:Dockerfile 0.3%