morphic icon indicating copy to clipboard operation
morphic copied to clipboard

An AI-powered search engine with a generative UI

Results 106 morphic issues
Sort by recently updated
recently updated
newest added

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Suggests to provide a APP ### Expected Behavior Suggests to provide...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior It doesn't have the character ### Expected Behavior Would love to...

## Detailed Changes 1. **New API Route**: - Created `/api/advanced-search/route.ts` to handle advanced SearchXNG searches. - This route processes requests with additional parameters like `searchDepth`, `includeDomains`, and `excludeDomains`. 2. **Enhanced...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Vercel Runtime Logs - [ ] I have checked the Vercel Runtime Logs...

The Extract endpoint has been added, so we will support it. With only the Tavily API key, we can enable the use of search and retrieve tools. https://docs.tavily.com/docs/rest-api/api-reference#endpoint-post-extract

Improved version of closed PR #350 - **Added** GitHub Workflow, now can build docker image and push to ghcr on new tag is pushed - **Added** Support for self-signed certs...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Vercel Runtime Logs - [ ] I have checked the Vercel Runtime Logs...

### Feature Description Instead of web search results, top K from a vector DB could be used for RAG purposes ### Use Case It would be very useful for building...

### Feature Description The current implementation relies heavily on server-side storage and a persistent history feature. While this approach has its merits, there's a growing demand for more privacy-focused and...

### Feature Description Related: #337 Enable building without Redis setup when history is not needed. ### Use Case In case you want to simply use only the search function. ###...

enhancement