langchain-elasticsearch: 0.3.0#

cache#

Classes

cache.AsyncElasticsearchCache(index_name[, ...])

Initialize the Elasticsearch cache store by specifying the index/alias to use and determining which additional information (like input, input parameters, and any other metadata) should be stored in the cache.

cache.AsyncElasticsearchEmbeddingsCache(...)

Initialize the Elasticsearch cache store by specifying the index/alias to use and determining which additional information (like input, input parameters, and any other metadata) should be stored in the cache.

chat_history#

Classes

client#

Functions

embeddings#

Classes

embeddings.AsyncElasticsearchEmbeddings(...)

Initialize the ElasticsearchEmbeddings instance.

retrievers#

Classes

vectorstores#

Classes