How to Build a Teammate ? What are the components
Teammates: Workforce feature autonomous chat models that are meticulously crafted to deliver optimized outputs. These models are pre-built, enabling them to handle specific tasks and workflows with remarkable efficiency.
Team Workflows: Workforce utilize a sequence of calls to LLMs or other utilities to facilitate complex operations. They come with a standardized interface that allows for seamless integration with various tools and supports the creation of comprehensive end-to-end appliSome readersGuide for Using Knowledge Base in Workforce (Data/Documents Uploads)
1. What is Knowledge Base in Workforce?
Knowledge Base in Workforce refers to the documents, images, spreadsheets, and other data types that users can upload into the system. This data is stored in a vector store, allowing Teammate to perform in-depth analysis, execute vector searches, and derive insights when interacting with users. Knowledge uploads are essential to enabling Teammate to understand and utilize the content to provide relevant responses and actions.
2. How toFew readersWhat is Memory
What is Memory in TorqAgent?
Memory in TorqAgent is a feature that enables the AI to remember previous conversations. It does this by storing conversations in arrays or databases, providing them as context to the Large Language Model (LLM). This way, the AI can refer back to earlier parts of the conversation, making interactions more coherent and contextually relevant.
How Does Short Term Memory Work in TorqAgent?
Short Term Memory in TorqAgent is designed for temporary storage of pasFew readersFacts About Workforce Tools
1. What are Tools in Workforce?
Tools are specialized capabilities that Teammate uses to interact with and manipulate data, perform complex tasks, or connect to various systems. These GenAI tools expand the functionality of Workforce, allowing users to effortlessly integrate and automate actions across multiple applications and data sources.
2. How can I use Tools to enhance my AI workflows?
Tools are plug-and-play capabilities that can be incorporated into your workflowsFew readersFacts About Workforce Knowledge Base (Data/Documents Uploads)
Facts About Workforce Knowledge Base (Data/Documents Uploads)
1. What is Knowledge Base in Workforce?
Knowledge Base in Workforce refers to the documents, images, spreadsheets, and other data types that users can upload into the system. This data is stored in a vector store, allowing Teammate to perform in-depth analysis, execute vector searches, and derive insights when interacting with users. Knowledge uploads are essential to enabling Teammate to understand and utilize theFew readersWhat are Text Splitters
What are Text Splitters in TorqAgent?
When you want to deal with long pieces of text, it is necessary to split up that text into chunks.
As simple as this sounds, there is a lot of potential complexity here. Ideally, you want to keep the semantically related pieces of text together. What "semantically related" means could depend on the type of text. This notebook showcases several ways to do that.
At a high level, text splitters work as following:
Split the text up into small, semanticallyFew readersWhat are Embeddings?
What are Embeddings and how are they used in TorqAgent?
Embeddings create a numerical representation of textual data, useful for finding similar documents. TorqAgent provides several embedding models, including Azure OpenAI Embeddings and LocalAI Embeddings.
How do I set up Azure OpenAI Embeddings?
To set up Azure OpenAI Embeddings, you need an Azure OpenAI account and API key. The setup process involves creating a deployment in Azure OpenAI Studio and connecting it with the TorqAFew readers