Connect to vectorview with 3 lines of code
key
by logging in to the vectorview dashboard
event()
by passing a dict
as the third argument.
vectorview
are langchain Documents which has a metadata
field. Any metadata added will show up in your vectorview
dashboard.
event()
. To assign a custom id, add an id
field in the Document’s metadata.