LangChain - Embeddings and Vector Stores
What is wrong with this code snippet for creating embeddings?
from langchain.embeddings import OpenAIEmbeddings
embeddings = OpenAIEmbeddings
vector = embeddings.embed_query('Test')