A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/danny-avila/chatgpt-clone/releases/tag/v0.1.0 below:

Release v0.1.0 · danny-avila/LibreChat · GitHub

What's Changed Adds SearchBar for Fast Message & Conversation searching

- Optional and configurable, powered by Meilisearch

Click here for Full Setup Instructions Enabling Search: Local batch file instructions (windows)

@fuegovic (thank you for this): In case someone is wondering, here's the content of the batch file I used to get the search working without docker. The search function also needs to be enabled in the .env file.

@echo off

REM place the meilisearch executable at the root of the chatgpt-clone directory

start "MeiliSearch" cmd /k "meilisearch --master-key WjRvKvpelIYHa4dlcDGsdT9c0CKRbY-4VcuCQ1iZPcc

REM meilisearch is the name of the meilisearch executable ↑↑↑

REM meilisearch will generate a master key when you start meilisearch without providing one

start "ChatGPT-Clone" cmd /k "cd api && npm start"

REM this batch file goes at the root of the chatgpt-clone directory (edited)

I think that's the bare minimum to have it working, I just downloaded the meilisearch executable from github and placed it in the root folder after pulling the search-final branch (I also did the npm ci and npm build steps once after updating)

Other changes Immediate roadmap: Notable planned features:
  1. Prompt templates
  2. Keyboard commands
  3. Folders view in Nav
  4. Configurable settings per user for UI preferences

Tagging for major contributions up to this point @wtlyu

Full Changelog: v0.0.6...v0.1.0


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4