Jaimeteb Chatto Versions Save

Chatto is a minimal chatbot framework in Go.

v0.9.2

1 year ago

Changelog

  • 473c6b4 Minor fixes 2 (#57)

v0.9.1

1 year ago

Changelog

  • 8be3291 Add test command (#53)
  • 05e0dbd Bump go version to 1.19 and upgrade actions (#52)
  • 9a469d9 Cleanup examples (#55)
  • d1005d7 Create FUNDING.yml
  • d064b37 Improvements for web integration (#56)

v0.9.0

1 year ago

Changelog

  • 45e416b Add Model.Accuracy()
  • 1306284 Add Model.Save()
  • c5e0cf6 Add SQLStoreFSM
  • f541b85 Add SkipOOV for MapVector
  • 053a716 Add TLS option for Redis store
  • ef298eb Add TLS option for Redis store
  • eb5b4f7 Add classification report
  • af8ac8e Add clf save and load tests
  • 649373b Add clf test
  • 5a8c2d7 Add confusion matrix computation in test command
  • 7c9f0d2 Add extra parameters for models
  • 23dd26e Add golangci-lint timeout
  • dc3cce9 Add model and pipeline defaults Test pipeline
  • 98ea330 Add pre-commit
  • eec0c24 Add prediction probability for knn
  • 6303a79 Add store test
  • 8be3291 Add test command (#53)
  • bdffcaf Add tests for test command, move to clf
  • 89fa300 Add ttl and purge for SQLStoreFSM
  • 05e0dbd Bump go version to 1.19 and upgrade actions (#52)
  • eb8a150 Cleanup examples directory
  • d1005d7 Create FUNDING.yml
  • b420ab8 First KNN implementation
  • 6786ead Fix clf test
  • 3caec02 Fix pokemon test
  • bc84349 Fix postgresql column names
  • 31577d6 Ignore tmp/
  • bca4adf Implement loading and saving from directory
  • 5fa6c5a More store test
  • 86490b1 Move redis and cache tests
  • fa2c7c7 Refactor clf, prepare for knn
  • 4239621 Refactor store, add SQLStore test
  • 3f6ccb8 Remove Model.Accuracy()
  • 6ce75d2 Remove cli logger
  • decb46d Rename embeddings -> wordvectors
  • 2ac3332 Simplify KNN
  • 339d9f4 Simplify classifier loading process
  • 8970e73 Switch docs to Firebase Hosting
  • 90c9af1 Test KNN
  • 66494a7 Test wordvectors
  • ae29bf3 Update docs
  • def94b2 Update docs
  • d7555b2 Update examples in docs
  • 172cc2f Use cobra for CLI

v0.8.6

3 years ago

Changelog

decc1cb Bypass threshold in transition with command "any" (#50)

Docker images

  • docker pull jaimeteb/chatto:v0.8
  • docker pull jaimeteb/chatto:v0.8.6
  • docker pull jaimeteb/chatto:latest

v0.8.5

3 years ago

Changelog

905ee07 Fix example description 4cffc3c Fix example fsm.yml 338a55e Read all states / Use time.Duration for time configurations (#49) 6a2be0e Update docs

Docker images

  • docker pull jaimeteb/chatto:v0.8
  • docker pull jaimeteb/chatto:v0.8.5
  • docker pull jaimeteb/chatto:latest

v0.8.4

3 years ago

Changelog

dd97eea Add command in extension request (#47) 1e2e3da Add optional delay in channel messages (#48) b1f9a24 Update changelog.md

Docker images

  • docker pull jaimeteb/chatto:v0.8
  • docker pull jaimeteb/chatto:v0.8.4
  • docker pull jaimeteb/chatto:latest

v0.8.3

3 years ago

Changelog

7b360f4 Answer with domain's Error when extension fails (#45) 276b5f5 Fix init file ext.go e7dbd6f Remove old docs workflow 9cb79f3 Switch docs to Firebase Hosting (#44)

Docker images

  • docker pull jaimeteb/chatto:v0.8
  • docker pull jaimeteb/chatto:v0.8.3
  • docker pull jaimeteb/chatto:latest

v0.8.2

3 years ago

Changelog

60b810e Add KNN with fastText word vectors Save (#41) bafe3f9 FIx init cmd 6391d4b Fix init files 1e18240 Update changelog.md bbe4ce6 Use cobra for CLI, add SQL type Store (#42)

Docker images

  • docker pull jaimeteb/chatto:v0.8
  • docker pull jaimeteb/chatto:v0.8.2
  • docker pull jaimeteb/chatto:latest

v0.8.1

3 years ago

Changelog

45e416b Add Model.Accuracy() 1306284 Add Model.Save() f541b85 Add SkipOOV for MapVector 7c9f0d2 Add extra parameters for models dc3cce9 Add model and pipeline defaults Test pipeline eec0c24 Add prediction probability for knn ec28440 Address lint issues b420ab8 First KNN implementation 6786ead Fix clf test bca4adf Implement loading and saving from directory f4cfe61 Make model save optional fa2c7c7 Refactor clf, prepare for knn fab84b5 Remove .gob files after testing 3f6ccb8 Remove Model.Accuracy() decb46d Rename embeddings -> wordvectors 2ac3332 Simplify KNN 339d9f4 Simplify classifier loading process 90c9af1 Test KNN 66494a7 Test wordvectors c02347f Update docs 67d4119 Update docs 8736428 Use github.com/mitchellh/mapstructure to decode model params

Docker images

  • docker pull jaimeteb/chatto:v0.8
  • docker pull jaimeteb/chatto:v0.8.1
  • docker pull jaimeteb/chatto:latest

v0.8.0

3 years ago

Changelog

5ac4715 multiple extension servers (#39)

Docker images

  • docker pull jaimeteb/chatto:v0.8
  • docker pull jaimeteb/chatto:v0.8.0
  • docker pull jaimeteb/chatto:latest