golc

🚀 Building Go applications with LLMs through composability

MIT License

Stars
90
Committers
4

Bot releases are visible (Hide)

golc - v0.0.92

Published by github-actions[bot] 10 months ago

Changelog

  • a05341b Update dependencies
  • 8a0b80c Move util to internal
  • 6048a5e Refactor google genai
  • 4f5ae01 Refactor tokenizer
golc - v0.0.91

Published by github-actions[bot] 10 months ago

Changelog

  • 4965403 Add ollama chatmodel support
golc - v0.0.90

Published by github-actions[bot] 10 months ago

Changelog

  • fd074e3 Add ollama llm support
  • 8638585 Add gemini llm support
  • 94683d7 Fix missing tokenizer
  • 566e606 Add template func map to options
  • bde31fd Add testcases
golc - v0.0.89

Published by github-actions[bot] 10 months ago

Changelog

  • 8e3ef0c Add amazon comprehend prompt safety moderation
  • 0a765b4 Add pii redaction
  • 605af05 Add testcases
  • 35a9f53 Add ConversationTokenBuffer
  • d075a75 Upgrade hugo
  • 4545a7b Update docs
golc - v0.0.88

Published by github-actions[bot] 11 months ago

Changelog

  • f8b21b9 Fix typo
golc - v0.0.87

Published by github-actions[bot] 11 months ago

Changelog

  • 681b4d5 Remove stop sequence sparam
  • 815c541 Add bedrock meta llama2 support
golc - v0.0.86

Published by github-actions[bot] 11 months ago

Changelog

  • 15d663f Switch to go version 1.21
  • 1811542 Add linter version
  • 24260cb Upgrade dependencies
  • 97ea6b0 Add amazon bedrock knowledge bases retriever
  • 792556a Add usercontext to amzon kendra options
golc - v0.0.85

Published by github-actions[bot] 11 months ago

Changelog

  • d10c4aa Add unstructured documentloader
  • 0e38862 Add unstructured client
golc - v0.0.84

Published by github-actions[bot] 11 months ago

Changelog

  • fb3f434 Add amazon comprehend moderation
  • f955d8c Refactor openai moderation
  • 0ea1a8d Refactor openai moderation
golc - v0.0.83

Published by github-actions[bot] 11 months ago

Changelog

  • 2b18bd1 Fix refine summarization rag
golc - v0.0.82

Published by github-actions[bot] 11 months ago

Changelog

  • 141193c Fix page calculation
golc - v0.0.81

Published by github-actions[bot] 11 months ago

Changelog

  • 80eb8ea Add customizable summarization prompt
golc - v0.0.80

Published by github-actions[bot] 11 months ago

Changelog

  • 07212f8 Upgrade cohere embedding model to v3
  • 3905c72 Fix output adapter
golc - v0.0.79

Published by github-actions[bot] 11 months ago

Changelog

  • f987c02 Add berock stream support
  • ec4ca99 Add bedrock amazon titan support
  • 5960635 Add bedrock cohere support
golc - v0.0.78

Published by github-actions[bot] 11 months ago

Changelog

  • 237594c Refactor
  • d14835b Fix linter error
  • 1e491c2 Refactor
  • 0bef1f4 Refactor
  • 9fe9d6d Add better bedrock anthropic chatmodel support
  • 4cccf86 Refactor prompt selector
  • 53a596b Add better bedrock ai21 llm support
golc - v0.0.77

Published by github-actions[bot] 12 months ago

Changelog

  • 14ad052 Add bedrock anthropic llm support
golc - v0.0.76

Published by github-actions[bot] 12 months ago

Changelog

  • 60ce473 Fix bedrock llm
  • e17ee4d Add bedrock example
golc - v0.0.75

Published by github-actions[bot] 12 months ago

Changelog

  • a277d16 Add bedrock anthropic llm support
golc - v0.0.74

Published by github-actions[bot] 12 months ago

Changelog

  • aa3d1b7 Fix follow up input variable name
  • d00401a Add remove new lines
golc - v0.0.73

Published by github-actions[bot] 12 months ago

Changelog

  • 15ea619 Add bedrock embedding
  • 4975d8d Upgrade dependencies