Yellowbrick(
self,
embedding: Embeddings,
connection_string: str,
table: str,
*,Perform a similarity search with Yellowbrick with vector
Yellowbrick as a vector database. Example: .. code-block:: python from langchain_community.vectorstores import Yellowbrick from langchain_community.embeddings.openai import OpenAIEmbeddings ...