langchain/docs/extras/integrations
Naveen Tatikonda 9cbefcc56c
[ OpenSearch ] : Add AOSS Support to OpenSearch (#8256)
### Description

This PR includes the following changes:

- Adds AOSS (Amazon OpenSearch Service Serverless) support to
OpenSearch. Please refer to the documentation on how to use it.
- While creating an index, AOSS only supports Approximate Search with
`nmslib` and `faiss` engines. During Search, only Approximate Search and
Script Scoring (on doc values) are supported.
- This PR also adds support to `efficient_filter` which can be used with
`faiss` and `lucene` engines.
- The `lucene_filter` is deprecated. Instead please use the
`efficient_filter` for the lucene engine.


Signed-off-by: Naveen Tatikonda <navtat@amazon.com>
2023-07-25 23:59:36 -07:00
..
callbacks Update Integrations links (#8206) 2023-07-24 21:20:32 -07:00
chat mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
document_loaders added lxml to the pip install example since it is required (#8260) 2023-07-25 18:16:07 -07:00
document_transformers mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
llms Update Integrations links (#8206) 2023-07-24 21:20:32 -07:00
memory mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
providers update golden-query notebook and fix typo in golden docs (#8253) 2023-07-25 18:15:48 -07:00
retrievers mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
text_embedding Update SageMaker Endpoint Embeddings docs to be up to date with current requirements (#8103) 2023-07-24 13:35:06 -07:00
toolkits mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
tools update golden-query notebook and fix typo in golden docs (#8253) 2023-07-25 18:15:48 -07:00
vectorstores [ OpenSearch ] : Add AOSS Support to OpenSearch (#8256) 2023-07-25 23:59:36 -07:00