lunr.js VS completions

Compare lunr.js vs completions and see what are their differences.

lunr.js

A bit like Solr, but much smaller and not as bright (by olivernn)

completions

Node.js SDK for interacting with OpenAI Chat API. (by lucgagan)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
lunr.js completions
14 16
8,778 41
- -
0.0 8.0
almost 2 years ago 4 months ago
JavaScript TypeScript
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

lunr.js

Posts with mentions or reviews of lunr.js. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-08.

completions

Posts with mentions or reviews of completions. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-19.
  • Autotab – Boring AI Agents for real world tasks
    10 projects | news.ycombinator.com | 19 Oct 2023
    I am building _exactly_ the same thing for Playwright over at https://ray.run/. I think this is the future of writing tests no doubt. Planning to launch next week.
  • Efficient E2E Testing for Next.js: A Playwright Tutorial
    2 projects | dev.to | 14 Oct 2023
    Note: Use page.goto('/') and have "baseURL": "http://ray.run" set in the playwright.config.ts file for concise code.
  • Ask HN: What's the best way to add search to my website?
    7 projects | news.ycombinator.com | 8 Oct 2023
    Your website https://ray.run/ does have that nostalgic early 2000s vibe, which is cool! Regarding the search functionality, you might want to explore open-source alternatives to Algolia.

    Projects like Elasticsearch, Solr, or even using Google Custom Search can provide search capabilities without the cost. They might require a bit more setup and maintenance, but they can be budget-friendly options for a free community.

    In case you need help or assistance with your project, feel free to contact us! https://www.ratherlabs.com

  • Ask HN: Has anyone migrated from Next.js to Astro and can offer a perspective?
    1 project | news.ycombinator.com | 4 Oct 2023
    * Most of the pages I use are rendered at the request time, rather than build time

    For context, this is the website https://ray.run/

  • The most complete glossary of Software Testing Terms (184 terms)
    1 project | /r/learnprogramming | 25 Sep 2023
    Ensuring in-article hover definitions for terms on the https://ray.run/ blog.
  • I took down my website by trying to use Cloud DNS – What's next?
    1 project | /r/dns | 4 Jul 2023
    I have added a zone to Cloud DNS (GCP) for https://ray.run/
  • Ask HN: Could you show your personal blog here?
    55 projects | news.ycombinator.com | 4 Jul 2023
  • Getting JSON with TypeScript types from ChatGPT response
    1 project | /r/ChatGPT | 27 Jun 2023
    I updated completions library to allow statically typed responses:
  • Accessibility Testing with Playwright
    1 project | dev.to | 26 Jun 2023
    import { type Browser, chromium, test as base } from '@playwright/test'; import getPort from 'get-port'; import { playAudit } from 'playwright-lighthouse'; export const test = base.extend<{}, { browser: Browser; port: number }>({ browser: [ async ({ port }, use) => { const browser = await chromium.launch({ args: [`--remote-debugging-port=${port}`], }); await use(browser); await browser.close(); }, { scope: 'worker' }, ], port: [ // eslint-disable-next-line no-empty-pattern async ({}, use) => { // Assign a unique port for each playwright worker to support parallel tests const port = await getPort(); await use(port); }, { scope: 'worker' }, ], }); test.describe('Accessibility Testing with Lighthouse', () => { test('should pass the Lighthouse accessibility audit', async ({ page, port, }) => { await page.goto('https://ray.run/'); await playAudit({ page, port, thresholds: { accessibility: 100, }, }); }); });
  • Migrating from Cypress to Playwright
    1 project | dev.to | 8 Jun 2023
    import { test } from '@playwright/test' test.beforeEach(async ({ page }) => { await page.goto('https://ray.run/login') await page.fill('#username', 'admin') await page.fill('#password', 'password123') await page.click('#login-button') expect(await page.url()).toContain('/dashboard') }) test('should display user profile', async ({ page }) => { await page.click('#profile-button') expect(await page.textContent('body')).toContain('Admin User') }) // Other tests...

What are some alternatives?

When comparing lunr.js and completions you can also consider the following projects:

flexsearch - Next-Generation full text search library for Browser and Node.js

openai - OpenAI .NET sdk - Azure OpenAI, ChatGPT, Whisper, and DALL-E

minisearch - Tiny and powerful JavaScript full-text search engine for browser and Node

chatgpt-demo - Minimal web UI for ChatGPT.

orama - 🌌 Fast, dependency-free, full-text and vector search engine with typo tolerance, filters, facets, stemming, and more. Works with any JavaScript runtime, browser, server, service!

Express - Fast, unopinionated, minimalist web framework for node.

fuzzysort - Fast SublimeText-like fuzzy search for JavaScript.

feathers - The API and real-time application framework

whoosh - Pure-Python full-text search library

lad - Node.js framework made by a former @expressjs TC and @koajs team member. Built for @forwardemail, @spamscanner, @breejs, @cabinjs, and @lassjs.

regex-benchmark - It's just a simple regex benchmark of different programming languages.

Quick Start - 🍔 A Node.js Serverless Framework for front-end/full-stack developers. Build the application for next decade. Works on AWS, Alibaba Cloud, Tencent Cloud and traditional VM/Container. Super easy integrate with React and Vue. 🌈