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/unit_tests
hwaking e57ebf3922
add get_top_k_cosine_similarity method to get max top k score and index (#5059)
# Row-wise cosine similarity between two equal-width matrices and return
the max top_k score and index, the score all greater than
threshold_score.

Co-authored-by: Dev 2049 <dev.dev2049@gmail.com>
1 year ago
..
agents Improving Resilience of MRKL Agent (#5014) 1 year ago
callbacks
chains
chat_models
client Separate Runner Functions from Client (#5079) 1 year ago
data
docstore
document_loaders Harrison/psychic (#5063) 1 year ago
evaluation
examples feat #4479: TextLoader auto detect encoding and improved exceptions (#4927) 1 year ago
llms
memory Zep memory (#4898) 1 year ago
output_parsers
prompts fix prompt saving (#4987) 1 year ago
retrievers Zep Retriever - Vector Search Over Chat History (#4533) 1 year ago
tools Improved query, print & exception handling in REPL Tool (#4997) 1 year ago
utilities Fix graphql tool (#4984) 1 year ago
vectorstores
__init__.py
conftest.py
test_bash.py
test_depedencies.py
test_document_transformers.py
test_formatting.py
test_math_utils.py add get_top_k_cosine_similarity method to get max top k score and index (#5059) 1 year ago
test_pytest_config.py
test_python.py
test_schema.py
test_sql_database.py
test_sql_database_schema.py
test_text_splitter.py