Asset Name | Asset Type | Description |
|---|---|---|
AutoclassificationOutputPayload | Process object | Defines the output payload for auto-classification. |
AutoclassificationOutputPerRecord | Process object | Defines the output per record for auto-classification. |
AutoclassificationSystem | Process object | Defines the system record for auto-classification. |
AutoclassificationInputPerRecord | Process object | Defines the input per record for auto-classification. |
AutoclassificationInputPayload | Process object | Defines the input payload for auto-classification. |
AutoclassificationInputDescription | Process object | Defines the input description fields for auto-classification. |
classificationResultsPO | Process object | Defines the results output. |
Pinecone-Connection | App connection | Pinecone connection. |
OpenAI-Connection | App connection | OpenAI connection. |
OpenAI_Embedding | Process | Subprocess that generates the embeddings for the search. |
Mass_Index_Category_Chunk | Process | Subprocess that creates the embeddings from the chunks and store them in the Pinecone vector database. |
Mass_Index_Category | Process | Process that reads categories from a flat file, splits it into chunks, and sends them to the Mass_Index_Category_Chunk subprocess. |
Search_Category | Process | Subprocess that searches the embeddings in the vector database. |
B360_Enrich_Autoclassification | Process | Process that matches the business entity to be classified in the vector database. |