feat: added global search, ai assitant demo, refactoring#42
Merged
Conversation
…iber-25 into feat/global-search
…iber-25 into feat/global-search
…urNULL-CodeXCaliber-25 into feat/global-search
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces several new features and updates across the backend and frontend applications. Key changes include adding Redis integration for caching and embedding-based searches, implementing new AI-driven functionalities like playful text generation, and enhancing the frontend user experience with visual improvements and new components.
Backend Changes
Redis Integration and Search Enhancements:
apps/backend/src/lib/redis.tsfor caching and embedding-based searches.globalSearchControllerinapps/backend/src/controllers/dev.controller.tsto perform embedding-based similarity searches and cache results using Redis.AI Features:
octacatmethod toAIControllerinapps/backend/src/controllers/ai.controller.tsto generate playful text based on user context and journal entries.octacatmethod toAIServiceinapps/backend/src/services/ai.services.tsto handle text generation logic.Routing Updates:
/searchand/octacatroutes toapps/backend/src/routes/dev.route.tsandapps/backend/src/routes/ai.route.tsrespectively for new functionalities. [1] [2]Frontend Changes
UI Enhancements:
TextShimmerWavefor a visually appealing loading experience inapps/frontend/src/app/journal/[id]/page.tsx. (apps/frontend/src/app/journal/[id]/page.tsxL63-R66, apps/frontend/src/app/journal/[id]/page.tsxL78-R81, apps/frontend/src/app/journal/[id]/page.tsxL98-R101)New Components:
Octacatcomponent to the dashboard inapps/frontend/src/app/dashboard/page.tsxto display AI-generated playful text. [1] [2]Dependency Updates:
@upstash/redis,cmdk, andfuse.js, inapps/backend/package.jsonandapps/frontend/package.jsonfor enhanced functionality. [1] [2]