Skip to content

IvanCampos/openai-text-embedding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

openai-text-embedding

Uncover hidden connections and find the most semantically similar text to your search term with just a CSV file, OpenAI's text embedding model, and AWS Lambda.

AWS Lambda

  • Lambda Handler:
    • open-api-embeddings-search.py

Lambda Layers for Python 3.9

  • Numpy and Pandas:
    • lambda_layers/numpyPandas.zip
  • openai:
    • lambda_layers/openai-py.zip

About

Uncover hidden connections and find the most semantically similar text to your search term with just a CSV file, OpenAI's text embedding model, and AWS Lambda.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages