ZookChatBot / steamship /plugin /outputs /embedded_items_plugin_output.py
JeffJing's picture
Upload 195 files
b115d50
raw
history blame contribute delete
186 Bytes
from __future__ import annotations
from typing import List
from steamship.base.model import CamelModel
class EmbeddedItemsPluginOutput(CamelModel):
embeddings: List[List[float]]