chore: Add trace_type attribute to LCVectorStoreComponent

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-06-19 19:01:32 -03:00
commit 83795a8c7a

View file

@ -11,6 +11,7 @@ from langflow.schema import Data
class LCVectorStoreComponent(Component):
trace_type = "retriever"
outputs = [
Output(
display_name="Retriever",