Coder Social home page Coder Social logo

mehmetcanbudak / embeddings-search-demo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from thinknimble/embeddings-search-demo

0.0 1.0 0.0 177.81 MB

Shell 3.45% JavaScript 13.57% Python 45.65% CSS 0.90% Makefile 1.06% HTML 16.57% Vue 17.47% Dockerfile 0.76% Procfile 0.57%

embeddings-search-demo's Introduction

Built with Cookiecutter

AI-Enabled Search Engine using LLM Embeddings, Django, and pgvector

A lot of people have asked us for ideas of how they can leverage Large Language Models (LLMs) for their business applications. A common example is to use the native language comprehension capabilities of LLMs to find matching content. This makes LLMs an excellent tool for search!

This repo demonstrates a prototype application that enables searching for job descriptions using an unstructured, English-language description of a job seeker.

Watch the Demo on Youtube

Video: How We're Building AI Search Engines using LLM Embeddings

Links & Resources

Setup

Docker

If this is your first time...

  1. Install Docker
  2. Run pipenv lock to generate a Pipfile.lock
  3. Run cd client && npm install so you have node_modules available outside of Docker
  4. Back in the root directory, run make build
  5. make run to start the app
  6. If the DB is new, run make create-test-data
    1. SuperUser [email protected] with credentials from your .env
    2. User [email protected] with credentials from your .env is used by the Cypress tests
  7. View other available scripts/commands with make commands
  8. localhost:8080 to view the app.
  9. localhost:8000/staff/ to log into the Django admin
  10. localhost:8000/api/docs/ to view backend API endpoints available for frontend development

Backend

If not using Docker... See the backend README

Frontend

If not using Docker... See the frontend README

Testing & Linting Locally

  1. pipenv install --dev
  2. pipenv run pytest server
  3. pipenv run black server
  4. pipenv run isort server --diff (shows you what isort is expecting)
  5. npm run cypress

embeddings-search-demo's People

Contributors

whusterj avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.