Skip to content

Simple API to serve an endpoint for embedding text against v5 of the Universal Sentence Encoder (with support for non-avx CPUs)

Notifications You must be signed in to change notification settings

bioshazard/tf-usev5-embed-api-noavx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TF USEv5 API (no AVX)

This is a simple repo that serves v5 of the Universal Sentence Encoder as an API. In my use case, I have an older CPU, so I use a custom build of tensorflow that was built without AVX. Also I have a custom step to strip tensorflow_text from the langchain wrapper because I can't get it working on my AVX-incompatible platform. Pretty sure that import is not used anyway... might put in a PR to strip it from the source.

About

Simple API to serve an endpoint for embedding text against v5 of the Universal Sentence Encoder (with support for non-avx CPUs)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published