Consumer Integration
Step 1: Query Semantic Search
from vectorx402 import VectorX402Client
client = VectorX402Client()
query = "Latest Federal Reserve policy sentiment analysis"
results = client.semantic_search(query, top_k=10)Step 2: Evaluate Results
Step 3: Purchase and Decrypt
Step 4: Load into Context
Best Practices
Last updated
