-
-
Save pablocastro/90677135ddbd1f8a4783006f6e890edf to your computer and use it in GitHub Desktop.
Examples from the Microsoft Mechanics show for vector search, hybrid search, and semantic ranking using Azure Search
@manojgan: The new versions of the Python library for OpenAI no longer have embedding_utils. I'll update this gist so it doesn't depend on it anymore.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm getting the following error in my Python Notebook on the following line of code
"from openai.embeddings_utils import cosine_similarity, get_embedding"
Error : Import "openai.embeddings_utils" could not be resolved Pylance (reportMissingImports)
Any guidance on resolving this in VSCode is much appreciated.
Thanks