You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/tests/integration_tests
Naveen Tatikonda 782df1db10
OpenSearch: Add Similarity Search with Score (#4089)
### Description
Add `similarity_search_with_score` method for OpenSearch to return
scores along with documents in the search results

Signed-off-by: Naveen Tatikonda <navtat@amazon.com>
1 year ago
..
agent [test] Add integration_test for PandasAgent (#4056) 1 year ago
cache
callbacks
chains
chat_models Add ChatModel, LLM, and Embeddings for Google's PaLM APIs (#3575) 1 year ago
document_loaders Dev2049/pypdfium2 (#4209) 1 year ago
embeddings Dev2049/hf emb encode kwargs (#3925) 1 year ago
examples JSON loader (#4067) 1 year ago
llms [Breaking] Migrate GPT4All to use PyGPT4All (#3934) 1 year ago
memory mongodb support for chat history (#4266) 1 year ago
prompts
retrievers Update Cohere Reranker (#4180) 1 year ago
utilities added `Wikipedia` document loader (#4141) 1 year ago
vectorstores OpenSearch: Add Similarity Search with Score (#4089) 1 year ago
.env.example
__init__.py
conftest.py
test_document_transformers.py
test_nlp_text_splitters.py
test_pdf_pagesplitter.py
test_schema.py
test_text_splitter.py