Construct LLMRails wrapper from raw documents. This is intended to be a quick way to get started. Example: .. code-block:: python
from langchain_community.vectorstores import LLMRails
llm_rails = LLMRails.from_texts(
texts,
datastore_id=datastore_id,
api_key=llm_rails_api_key
)