golc

🚀 Building Go applications with LLMs through composability

MIT License

Stars
90
Committers
4

Bot releases are visible (Hide)

golc - v0.0.72

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

Changelog

  • 8b042bc Update dependencies
golc - v0.0.71

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

Changelog

  • fbd27a3 Add bedrock llm model
  • fa647f2 Add enforce stop tokens
  • e69dfe9 Add bedrock chatmodel
golc - v0.0.70

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

Changelog

  • 7e9a5ba Add ai21 llm model
  • adc3e01 Fix wrong param order
  • 78c2c1b Add missing optFns
  • d76f9e6 Add missing close
golc - v0.0.69

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

Changelog

  • e1dc572 Add few shot prompt template
golc - v0.0.68

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

Changelog

  • 981e005 Fix typo
  • 6a5b7d1 Add google palm chatmodel doc page
  • 91713ca Refactor openai embedding
  • 35c23d8 Add testcases
  • 0476b7c Refactor testcases
  • b5cd874 Add baidu ernie doc page
  • 17c1afd Fix missing opts
  • c110243 Add chunking
golc - v0.0.67

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

Changelog

  • b578bb8 Add baidu ernie chatmodel
  • dae801d Refactor anthropic chatmodel
  • 63150fd Add missing options
  • 2667ab9 Add baidu ernie embedder
  • 2b862c7 Add baidu ernie bot client
  • 6c603fe Fix typo
  • 0e3c4be Add testcases
  • 6475298 Add missing options
golc - v0.0.66

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

Changelog

  • afb918b Add hugging face embedder
  • a5864de Add fail-safe score check
  • 8680615 Add missing key check
  • f9317e7 Add classification options
  • c98f171 Refactor HuggingFaceInjectionDetector
golc - v0.0.65

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

Changelog

  • ed5f0f0 Add hugging face injection detector
golc - v0.0.64

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

Changelog

  • d5c1721 Add customizable system prompt
  • 4bdd851 Add missing optFns
  • fa19317 Add pinecone vectorstore example
golc - v0.0.63

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

Changelog

  • 9f3a3fd Improve anthropic prompt
  • ed25557 Fix wrong type
golc - v0.0.62

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

Changelog

  • abd78a4 Fix palm prompt
golc - v0.0.61

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

Changelog

  • 40bc21c Fix null value handling
  • bb8c510 Fix linter
  • f1631b5 Upgrade dependencies
golc - v0.0.60

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

Changelog

  • 83dce12 Refactor
  • 97e566d Fix typos
  • af40715 Fix testcases
  • 8a53c22 Add missing model params
  • 7cebd76 Fix typo in prompt
  • 9b06f3c Add tagging chain
  • 2c6314c Add missing output
  • a019a32 Set temperature
  • b9497c7 Refactor
golc - v0.0.59

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

Changelog

  • e9245e4 Add structured output chain
  • e5c28a9 Add chatmodel chain
  • fd0738c Add missing call options
  • 9cb1609 Add input variables getter
  • 16b85a9 Refactor
  • ed1daba Rename conversational retrieval chain
  • e1509c2 Refactor qa chains
  • ff4ceaa Add map reduce summarization
  • 33efa9a Refactor rag chains
golc - v0.0.58

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

Changelog

  • 4bd201b Remove unused errors
  • cb2ced2 Refactor
  • 00d0e49 Add testcases
  • b4bd6f6 Refactor
  • 9978c54 Refactor
  • 7151d1b Refactor
  • f8e6ad1 Add clone chain values
  • dc9e520 Add wikipedia options
  • 1db581a Add testcases
  • 7ce6e8d Add testcases
  • 802e211 Refactor
  • 4c78367 Refactor
golc - v0.0.57

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

Changelog

  • da4621e Add testcaes
  • df938d5 Add callback
  • 2b97b4a Refactor
  • 1b0464d Add callback
  • 78e7512 Refactor
  • 68caa1e Add callbacks
  • ab5fb36 Add values getter
  • 8b4daeb Fix typo
golc - v0.0.56

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

Changelog

  • 8de3be2 Refactor anthopic client
  • 6dd3fc6 Add testcases
  • 94c98ed Add promptlayer chatmodel support
  • 8f21dc5 Refactor
  • 34cad6d Add docstring
  • 5434ed2 Add security warning to go docs
golc - v0.0.55

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

Changelog

  • a103d82 Add notebook loader
  • c3f7e1f Add nbformat reader
  • 081b249 Fix wrong totalPages
  • a1367cc Add pdf loader
  • 267474b Add missing docstrings
  • d794ba4 Add html loader
  • 812be08 Remove unused file
  • a0ce0e4 Add missing invocation params
  • 4387570 Fix GetNumTokensFromMessage
  • 6821b93 Add sql injection warning
  • 9d609c7 Add ssrf warning
golc - v0.0.54

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

Changelog

  • fbc504e Add simple sql parser
  • 82a9145 Add clean query
  • df6c351 Remove bash chain
  • 97de00f Update example
golc - v0.0.53

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

Changelog

  • 39c7f68 Fix value cast
  • 382976c Add verify sql
  • 6666409 Refactor
  • 91e653d Add testcases
  • 57f74d1 Add verify commands
  • dd26916 Refactor
  • 2f8102f Change verifier signature
  • 908fa8f Add verify url
  • 5f282cc Fix nav error
  • 350b429 Add mebed with retry
  • 4ef09c4 Add chat completion with retry
  • 7719d62 Add docs