Open Issues Need Help
View All on GitHubAI Summary: This issue proposes adding a new `/healthz` HTTP endpoint to KektorDB. This endpoint will provide a lightweight way for external systems like Docker healthchecks and monitoring tools to verify if the database is running without performing resource-intensive operations. The implementation involves creating a simple handler that returns a 200 OK status with a JSON `{"status": "ok"}` response and registering it in the router, ensuring it bypasses authentication.
An in-memory Vector Database & AI Gateway written in Go. Supports HNSW, Hybrid Search (BM25), GraphRAG context, a built-in RAG Pipeline, and can be embedded directly into your apps.
AI Summary: This issue proposes adding native support for Anthropic (Claude) and Google Gemini providers to the `pkg/llm` package. The task involves creating new client adapters for these providers, ensuring they implement the existing `Client` interface, and updating configuration. The author is seeking a contributor with access to these services to implement and verify the integration.
An in-memory Vector Database & AI Gateway written in Go. Supports HNSW, Hybrid Search (BM25), GraphRAG context, a built-in RAG Pipeline, and can be embedded directly into your apps.