Construct VLite wrapper from a list of documents.
This is a user-friendly interface that:
This is intended to be a quick way to get started.
Example: .. code-block:: python
from langchain import VLite
from langchain_classic.embeddings import OpenAIEmbeddings
embeddings = OpenAIEmbeddings()
vlite = VLite.from_documents(documents, embeddings)