Install
Use
Get yourkey
by logging in to the vectorview dashboard
Example
Advanced Use
Query metadata
Assign custom metadata to anevent()
by passing a dict
as the third argument.
Document metadata
Documents invectorview
are langchain Documents which has a metadata
field. Any metadata added will show up in your vectorview
dashboard.
Custom document id
Vectorview assigns an id to each document used in anevent()
. To assign a custom id, add an id
field in the Document’s metadata.