Skip to content

Releases: solitontech/labview-llm-libraries

v0.1.0.7-alpha

11 Apr 12:41
56bb86e

Choose a tag to compare

v0.1.0.7-alpha Pre-release
Pre-release

What's Changed

  1. Added PDF support
  2. Added VLM support

v0.1.0.6-alpha

28 Aug 08:58
c765643

Choose a tag to compare

v0.1.0.6-alpha Pre-release
Pre-release

What's Changed

  • FE | Refactor | Support Dynamic WebSocket Port via Query Params and Update Bot Icon in UI by @Ashrithashankar21 in #52
  • fixed issue with unicode handling. updated the build spec and built t… by @pranay001 in #54

New Contributors

Full Changelog: v0.1.0.5-alpha...v0.1.0.6-alpha

alpha 0.1.0.5

24 Aug 05:20
7b91515

Choose a tag to compare

alpha 0.1.0.5 Pre-release
Pre-release

Description:
This package provides LabVIEW LLM Libraries for chat completion and embedding models to quickly build AI capabilities in LabVIEW-based applications.

Supported chat models:

  1. gpt-4o-mini
  2. gpt-4o
  3. gpt-4o-turbo
  4. gpt-4
  5. gpt-3.5-turbo
  6. Claude 3.5 Sonnet
  7. Claude 3 Opus
  8. Claude 3 Sonnet
  9. Claude 3 Haiku
  10. Llama 3.1 8B
  11. Llama 3 8B
  12. Phi 3 Mini 3.8B
  13. Gemma 2 2B
  14. Mistral 7B
  15. tinyllama

Supported embedding models:

  1. text-embedding-ada-002
  2. text-embedding-3-large
  3. text-embedding-3-small
  4. nomic-embed-text
  5. mxbai-embed-large

Supported vector stores:

  1. Qdrant

Agents:

  1. Simple QA Chat Agent
  2. Simple QA Chat Agent - Dynamic Data

Release Notes:
This is the initial release of Soliton LabVIEW LLM Libraries.