You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains the LabVIEW LLM Libraries, including packages and examples that enable developers to seamlessly integrate AI capabilities into their LabVIEW applications. It provides foundational building blocks for AI application development in LabVIEW, allowing developers to easily compose custom AI solutions. The focus is on maximizing modularity and composability, empowering users to build tailored solutions with ease.
What can you do with these libraries?
Interact with your favorite large language models (LLMs) using LabVIEW in 5 min.
Build your own simple RAG solution (Chat Bot) in LabVIEW in 20 min.
Vision is to provide integration to data analysis and visualization modules (SAAS)
Key Features of the Libraries
Interact with large language models (LLMs) be it online or offline models. The libraries provide pre-built support for popular models. But you can also use the abstraction to build interface supports to your own models, if needed.
Use the libraries to build your a RAG (Retrieval-Augmented Generation) system, which combines the power of LLMs with a retrieval mechanism to enhance the quality and relevance of generated content.
Interact with the vector databases for efficient storage and retrieval of embeddings. The libraries provide seamless integration with popular vector databases, but also allow for custom implementations if required.
Utilize the libraries to build your own data processing pipelines for tasks such as data extraction, chunking, embedding.
Interfaces to do data analysis and dynamic visualization using LabVIEW
Getting Started
Download and Install: Access the latest version of the LabVIEW LLMs Package from the Releases section of this repository.
Explore Examples: Use the examples provided in this repository to perform data vectorization and create custom chat applications.
If you encounter any issues while using the LabVIEW LLM Libraries or have suggestions or feature recommendations, please share your feedback in the Issues section of this GitHub repository.
About
This repository is for early access program on LabVIEW LLM libraries containing packages, developer manual, issue tracking, etc