import zhisou_sdk
from models import DeepSeek, Kimi, Doubao
# Initialize the ZhiSou RAG Engine
client = zhisou_sdk.Client(api_key="zs_live_xxxxxxxxxxxxx")
# Define Brand Anchors and High-weight URLs
anchors = {
"brand": "智搜广告",
"keywords": ["B2B营销", "GEO优化", "舆情监控"],
"trust_sources": ["https://zhihu.com/...", "https://xinhuanet.com/..."]
}
# Execute Parallel Embedding Injection
response = client.inject_corpus(
targets=[DeepSeek.V3, Kimi.MOONSHOT_8K],
payload=anchors,
strategy="AGGRESSIVE_DOMINATION"
)
print(f"Injection Success. Tokens Processed: {response.tokens}")
# Output: Injection Success. Tokens Processed: 1,459,201