golc

🚀 Building Go applications with LLMs through composability

MIT License

Stars
90
Committers
4

Bot releases are visible (Hide)

golc - v0.0.52

Published by github-actions[bot] about 1 year ago

Changelog

  • 5729574 Add retriever callback support
  • fd7c658 Add configurable io.writer
  • 58d6370 Fix unsupported input type
  • ba544f0 Add retriever callbacks
  • 8f346c7 Fix testcases
  • 20115f0 Add git document loader
  • 832c4d2 Refactor
golc - v0.0.51

Published by github-actions[bot] about 1 year ago

Changelog

  • c4c7e94 Add StreamingStdOutHandler
  • 859a262 Add doc
  • 79e1538 Fix docs
  • 6c51c9d Refactor
  • 77bb0b9 Refactor
golc - v0.0.50

Published by github-actions[bot] about 1 year ago

Changelog

  • 31103c4 Add api chain
golc - v0.0.49

Published by github-actions[bot] about 1 year ago

Changelog

  • fa001ff Improve sql support
  • dc078bd Add sql chain
  • 980aa63 Update dependencies
  • 05e2188 Add docs
golc - v0.0.48

Published by github-actions[bot] about 1 year ago

Changelog

  • b4cd240 Update dependencies
  • daa601a Add comma-seperated list outputparser
  • f8a2cf7 Add docs
  • 2f57a2b Fix typo
  • 172f612 Add testcases
golc - v0.0.47

Published by github-actions[bot] about 1 year ago

Changelog

  • 50e77f8 Update ci
  • a1c1d41 Add claude tokenizer
  • fabe911 Fix docs
  • db9cac5 Update param types
  • 7a52509 Add genie
golc - v0.0.46

Published by github-actions[bot] about 1 year ago

Changelog

  • 081cf5a Fix data race
  • c41b938 Add openai_info example
  • 86edc89 Fix param name
golc - v0.0.45

Published by github-actions[bot] about 1 year ago

Changelog

  • 70bd6f9 Add missing callback hooks
golc - v0.0.44

Published by github-actions[bot] about 1 year ago

Changelog

  • 42ebf6f Fix missing default options
golc - v0.0.43

Published by github-actions[bot] about 1 year ago

Changelog

  • 23f9df9 Add token usage
golc - v0.0.42

Published by github-actions[bot] over 1 year ago

Changelog

  • bdec9a4 Add compile time check
  • 81fe56d Add FormatPrompt to MessageTemplates
golc - v0.0.41

Published by github-actions[bot] over 1 year ago

Changelog

  • 76bbe28 fix build error
  • df3f97c Fix interface implementation
  • 8abc12e Refactor weaviate vector store
  • 45a921b Add options to csv loader
  • a40174a Fix broken link
  • 98ddd8b Refactor sagemaker endpoint
  • 141aba7 Add palm docu
golc - v0.0.40

Published by github-actions[bot] over 1 year ago

Changelog

  • c2f5242 Add docstrings
  • 8f28785 Update docstrings
  • 62da76d Add weaviate vectorstore
golc - v0.0.39

Published by github-actions[bot] over 1 year ago

Changelog

  • 633209d Add csv documentloader
  • cee1404 Add docstrings
  • 86812fe Fix typo
  • fffd90e Split chain package
  • 2227a67 Add cohere embedder
  • fffb0d9 Update error messages
golc - v0.0.38

Published by github-actions[bot] over 1 year ago

Changelog

  • 05bc6ca Add docs
  • d4b7291 Add palm embedding
  • 1a3c778 Add docstrings
  • 3e73201 Remove unused options
  • 235c913 Refactor
  • 3faa2e0 Add azure openai llm
  • 9ce0647 Add low temperature
golc - v0.0.37

Published by github-actions[bot] over 1 year ago

Changelog

  • afec6a0 Add baseURL and OrgID to openai options
  • b638cf3 Fix linter errors
  • 319a519 Update docstring
  • edc0938 Change default model
golc - v0.0.36

Published by github-actions[bot] over 1 year ago

Changelog

  • 4026c65 Refactor openai chatmodel
  • 7a51256 Add docstring
  • 9b905c3 Add palm chatmodel support
  • 97ff24a Add testcases
  • f6ebef8 Add palm support
golc - v0.0.35

Published by github-actions[bot] over 1 year ago

Changelog

  • 5aa4605 Add missing docstrings
  • 93c2d02 Update docs
  • 08158f5 Docu customizing
  • dd53278 Update link description
  • ca95445 Add docs
  • 1572464 Update workflows
  • 297bdbd Fix broken link
  • aad6073 Add package-lock
  • 8fa454d Fix duplicate menu entry
  • ca36d34 Add hugo page
  • e5047a4 Update readme
  • c509475 Move examples folder
  • c9bebcd Improve fake llm
  • b0f55e3 Add human tool
golc - v0.0.34

Published by github-actions[bot] over 1 year ago

Changelog

  • f353c25 Add testcases
  • d7dc7a1 Add testcases
  • f1a61c9 Add retry
  • 4bddb65 Refactor
  • b434666 Add retry
golc - v0.0.33

Published by github-actions[bot] over 1 year ago

Changelog

  • e5d8480 Update readme
  • 54b14f0 Remove unused param
  • 02ab515 Misc