configure_credentials
Save Qdrant and embedding credentials to activate persistent memory. Use during onboarding or credential rotation to create collections and verify embeddings.
Instructions
Persist Qdrant and embedding credentials to ~/.bikky/config.json and bring the memory system online. Call this only during onboarding (or when rotating credentials). After it succeeds, the collection is created if missing and embeddings are tested. For day-to-day use, prefer get_setup_status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| qdrant_url | No | Qdrant REST URL — Qdrant Cloud (https://xxx.cloud.qdrant.io:6333), local Docker (http://localhost:6333), or self-hosted | |
| openai_api_key | No | OpenAI API key (for OpenAI embedding/LLM provider) | |
| qdrant_api_key | No | Qdrant API key — required for Qdrant Cloud; optional / leave blank for unauthenticated local or self-hosted instances |