Documentation
¶
Overview ¶
Command cortexdb-grpc serves the pkg/cortexdb facade over gRPC.
Configuration (flags override env; .env is loaded when present):
CORTEXDB_PATH SQLite file path (default ~/.cortexdb/cortexdb.db) CORTEXDB_GRPC_ADDR listen address (default 127.0.0.1:47821) CORTEXDB_GRPC_TOKEN bearer token; empty disables auth OPENAI_BASE_URL OpenAI-compatible base URL enabling embeddings OPENAI_API_KEY API key for the embeddings endpoint CORTEXDB_EMBED_MODEL embedding model name (default text-embedding-3-small) CORTEXDB_EMBED_DIM embedding dimension (default 1536)
Click to show internal directories.
Click to hide internal directories.