Configure your GitHub API token, OpenAI API key, and Milvus connection to enable repository indexing and vector search.
This token is used to access GitHub API for repository indexing. Create a token with repo scope at GitHub Developer Settings.
repo
This key is used to generate embeddings via the OpenAI Embedding API. You can create it in your OpenAI dashboard.
Configure your Milvus vector database connection. Leave blank to use local storage fallback.
The address of your Milvus server (e.g., http://localhost:19530 or https://your-cloud-instance.com)
Authentication token for Milvus (required for cloud instances)
Database name in Milvus (default: "default")