Skip to content

Comments

Added semantic search functionality#93

Open
rpPanda wants to merge 6 commits intomainfrom
semantic-search-experiment
Open

Added semantic search functionality#93
rpPanda wants to merge 6 commits intomainfrom
semantic-search-experiment

Conversation

@rpPanda
Copy link
Contributor

@rpPanda rpPanda commented May 2, 2023

Description

Added semantic search using tensorflow embeddings and cosine similarity

Motivation and Context

  • Better suggestions
  • Ability to send contextual data to openAI for better text generation

How has this been tested?

Locally

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • [s] New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • My code follows the code style of this project.

@changeset-bot
Copy link

changeset-bot bot commented May 2, 2023

🦋 Changeset detected

Latest commit: 0b8104c

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@workduck-io/mex-search Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@github-actions
Copy link

github-actions bot commented May 2, 2023

yarn.lock changes

Click to toggle table visibility
Name Status Previous Current
@tensorflow-models/universal-sentence-encoder ADDED - 1.3.3
@tensorflow/tfjs-backend-cpu ADDED - 4.4.0
@tensorflow/tfjs-backend-wasm ADDED - 4.4.0
@tensorflow/tfjs-backend-webgl ADDED - 4.4.0
@tensorflow/tfjs-converter ADDED - 4.4.0
@tensorflow/tfjs-core ADDED - 4.4.0
@tensorflow/tfjs-data ADDED - 4.4.0
@tensorflow/tfjs-layers ADDED - 4.4.0
@tensorflow/tfjs ADDED - 4.4.0
@types/emscripten ADDED - 0.0.34
@types/long ADDED - 4.0.2
@types/offscreencanvas ADDED - 2019.7.0
@types/seedrandom ADDED - 2.4.30
@types/webgl-ext ADDED - 0.0.30
@webgpu/types ADDED - 0.1.30
compute-cosine-similarity ADDED - 1.0.0
compute-dot ADDED - 1.1.0
compute-l2norm ADDED - 1.1.0
long ADDED - 4.0.0
seedrandom ADDED - 3.0.5
string_decoder UPDATED 1.1.1 1.3.0
validate.io-array ADDED - 1.0.6
validate.io-function ADDED - 1.0.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant