Python
Python Quickstart
Connect to vectorview with 3 lines of code
Install
Use
Get your key
by logging in to the vectorview dashboard
Example
Advanced Use
Query metadata
Assign custom metadata to an event()
by passing a dict
as the third argument.
Document metadata
Documents in vectorview
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 an event()
. To assign a custom id, add an id
field in the Document’s metadata.