Using vektara with vectara.io

Python integration

Install
pip install vektara
Quick start
import vektara

# Set your API key
client = vektara.Client(api_key="YOUR_API_KEY")
Index
curl \
  -H "x-api-key: $API_KEY" \
  https://api.vectara.io/v1/index
Query
curl \
  -H "x-api-key: $API_KEY" \
  https://api.vectara.io/v1/query
SDK on GitHub 📄 API Docs
SDK
vektara
Python
API
vectara.io
vectara.io
At a glance
Language Python
Endpoints9
Base URLhttps://api.vectara.io