Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 384 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 384 Bytes

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