Releases: solitontech/labview-llm-libraries
Releases · solitontech/labview-llm-libraries
v0.1.0.7-alpha
What's Changed
- Added PDF support
- Added VLM support
v0.1.0.6-alpha
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
- @Ashrithashankar21 made their first contribution in #52
Full Changelog: v0.1.0.5-alpha...v0.1.0.6-alpha
alpha 0.1.0.5
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:
- gpt-4o-mini
- gpt-4o
- gpt-4o-turbo
- gpt-4
- gpt-3.5-turbo
- Claude 3.5 Sonnet
- Claude 3 Opus
- Claude 3 Sonnet
- Claude 3 Haiku
- Llama 3.1 8B
- Llama 3 8B
- Phi 3 Mini 3.8B
- Gemma 2 2B
- Mistral 7B
- tinyllama
Supported embedding models:
- text-embedding-ada-002
- text-embedding-3-large
- text-embedding-3-small
- nomic-embed-text
- mxbai-embed-large
Supported vector stores:
- Qdrant
Agents:
- Simple QA Chat Agent
- Simple QA Chat Agent - Dynamic Data
Release Notes:
This is the initial release of Soliton LabVIEW LLM Libraries.