chore: Add trace_type attribute to LCVectorStoreComponent
This commit is contained in:
parent
25b4f94b33
commit
83795a8c7a
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ from langflow.schema import Data
|
|||
|
||||
|
||||
class LCVectorStoreComponent(Component):
|
||||
trace_type = "retriever"
|
||||
outputs = [
|
||||
Output(
|
||||
display_name="Retriever",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue