Semantik is a self-hosted semantic search engine for your documents.

ai docker document-search embeddings nas rag search self-hosted vector-search
4 Open Issues Need Help Last updated: Jul 29, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Implement navigation in the ActiveOperationsTab component of a React application to allow users to navigate to collection details using React Router. This involves replacing a placeholder console log with actual navigation logic and writing unit tests to verify the functionality. Consider adding loading states and improving accessibility with keyboard navigation and breadcrumbs.

Complexity: 2/5
enhancement good first issue frontend

Semantik is a self-hosted semantic search engine for your documents.

Python
#ai#docker#document-search#embeddings#nas#rag#search#self-hosted#vector-search

AI Summary: Optimize the performance of a React component, CollectionsDashboard, by implementing the `useMemo` hook to memoize a sorting operation. This will prevent unnecessary re-computations on every render, improving performance, especially when dealing with a large number of collections.

Complexity: 2/5
enhancement good first issue performance frontend

Semantik is a self-hosted semantic search engine for your documents.

Python
#ai#docker#document-search#embeddings#nas#rag#search#self-hosted#vector-search

AI Summary: The task requires removing console statements from production code in a React application. This involves either conditionally logging based on the environment (development vs. production) or implementing a proper logging service for production errors. Additionally, preventative measures like ESLint rules and pre-commit hooks should be added to prevent future occurrences.

Complexity: 3/5
bug good first issue security frontend code-quality

Semantik is a self-hosted semantic search engine for your documents.

Python
#ai#docker#document-search#embeddings#nas#rag#search#self-hosted#vector-search

AI Summary: The task requires adding the missing 'date-fns' dependency to the `/apps/webui-react/package.json` file of the Semantik project to resolve build failures. This involves installing the package using npm and verifying the successful build.

Complexity: 1/5
bug good first issue critical frontend build

Semantik is a self-hosted semantic search engine for your documents.

Python
#ai#docker#document-search#embeddings#nas#rag#search#self-hosted#vector-search