Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Releases: olivia-ai/olivia

2.5

29 Apr 19:49
c973f0c
Compare
Choose a tag to compare

Releasing the languages!

The languages have been released to Olivia.
Four languages are available for the beginning:

  • English
  • French
  • Spanish
  • Catalan

A guide will release soon for adding new languages to Olivia.

2.4

14 Apr 17:15
7775b59
Compare
Choose a tag to compare
2.4

Releasing the Intents dashboard API

You can now add, delete intents from the REST Api

2.3

04 Apr 20:51
4e5539f
Compare
Choose a tag to compare
2.3

Releasing the Spotify module

You can now play music from Spotify using Olivia

2.2

25 Mar 11:36
ab013b8
Compare
Choose a tag to compare
2.2

Intents file

Now we can specify the intents file to train the neural network with:

$ go run main.go -intents=intents.json

Refactor

Refactor the code with comments and new tests

2.1.1: Fixing 2.1 deploying problems

22 Mar 08:51
daf053c
Compare
Choose a tag to compare

Server

Move the WebSocket and the REST API together to avoid multi-ports bugs

2.1

21 Mar 15:29
Compare
Choose a tag to compare
2.1

Dashboard

Create the Dashboard API with Training and Layers data.

Neural network

The neural network has been completely re-written to gain in performance
see: https://github.com/hugolgst/the-math-behind-an-artificial-neural-network

Docker

A Dockerfile has been created to help the CIs and make the installation easier.

CIs

TravisCI and CircleCI has been removed from the repo, GitHub actions has been created for:

  • Checking the format
  • Building and publishing the Docker image

Organize Chat WebSocket

The WebSocket has been moved to its own package.

Releasing Olivia 2.0

08 Aug 11:38
Compare
Choose a tag to compare

Releasing 1.5

25 Apr 16:59
Compare
Choose a tag to compare
Releasing 1.5 Pre-release
Pre-release

This release follows the last one which was the change of language.

This release is an improvement of the Neural Network, we are now using the fork of gonn (see olivia-ai/gonn).

You can now chat again with Olivia on https://olivia-ai.org

Changing the language

24 Feb 12:58
Compare
Choose a tag to compare
Changing the language Pre-release
Pre-release

Changing the language of Olivia from French to English

Releasing the 1.3

01 Jul 12:52
Compare
Choose a tag to compare
Releasing the 1.3 Pre-release
Pre-release

The REST API is now available for anyone at https://olivia-api.herokuapp.com/, there is now:

  • A country's capital trigger
  • A country's area trigger
  • A country's population trigger
  • A random number trigger

The code organization is now better by putting datasets in a specific folder.

There is now a continuous integration with Travis CI and the application is automatically deployed to Heroku on master push.