langchain/libs/community/tests/unit_tests
Frank Dai e81433497b
community: support Confluence cookies (#28760)
**Description**: Some confluence instances don't support personal access
token, then cookie is a convenient way to authenticate. This PR adds
support for Confluence cookies.

**Twitter handle**: soulmachine
2024-12-17 12:16:36 -05:00
..
agent_toolkits
agents community: add truncation params when an openai assistant's run is created (#28158) 2024-11-27 10:53:53 -05:00
callbacks core[patch]: Fix "argument of type 'NoneType' is not iterable" error in LangChainTracer (#26576) 2024-09-17 10:29:46 -07:00
chains core: add kwargs support to VectorStore (#25934) 2024-12-16 18:57:57 +00:00
chat_loaders
chat_message_histories community[patch]: update dynamodb chat history to update instead of overwrite (#22397) 2024-12-16 10:38:00 -05:00
chat_models community[patch]: fix import in test (#28339) 2024-11-25 19:28:01 +00:00
cross_encoders
data community: Resolve refs recursively when generating openai_fn from OpenAPI spec (#19002) 2024-09-02 13:17:39 -07:00
docstore
document_compressors community: add InfinityRerank (#27043) 2024-11-06 17:26:30 -08:00
document_loaders community: support Confluence cookies (#28760) 2024-12-17 12:16:36 -05:00
document_transformers community: fallback on core async atransform_documents method for MarkdownifyTransformer (#27866) 2024-12-13 22:32:22 +00:00
embeddings community: support Hunyuan Embedding (#23160) 2024-12-16 19:27:19 +00:00
evaluation
examples
graph_vectorstores [community]: Render documents to graphviz (#24830) 2024-12-14 02:02:09 +00:00
graphs community: Apache AGE wrapper additional edge cases. (#28151) 2024-12-16 11:28:01 -05:00
imports
indexes
llms community: fixed critical bugs at Writer provider (#27879) 2024-11-25 12:03:37 -05:00
load multiple: pydantic 2 compatibility, v0.3 (#26443) 2024-09-13 14:38:45 -07:00
query_constructors langchain_community: updated query constructor for Databricks Vector Search due to LangChainDeprecationWarning: filters was deprecated since langchain-community 0.2.11 and will be removed in 0.3. Please use filter instead. (#27974) 2024-12-03 16:03:53 -08:00
retrievers community: BM25Retriever preservation of document id (#27019) 2024-12-04 00:36:00 +00:00
storage
tools community: Add configurable VisualFeatures to the AzureAiServicesImageAnalysisTool (#27444) 2024-12-16 18:30:04 +00:00
utilities Community: Google Books API Tool (#27307) 2024-11-07 15:29:35 -08:00
utils partners: Use simsimd types (#25299) 2024-08-23 10:41:39 -04:00
vectorstores community: added FalkorDB vector store support i.e implementation, test, docs an… (#26245) 2024-12-16 19:37:55 +00:00
__init__.py
conftest.py
test_cache.py
test_dependencies.py multiple: langchain-standard-tests -> langchain-tests (#28139) 2024-11-15 11:32:04 -08:00
test_document_transformers.py
test_graph_vectorstores.py core, community: move graph vectorstores to community (#26678) 2024-09-19 11:38:14 -07:00
test_imports.py
test_sql_database_schema.py
test_sql_database.py
test_sqlalchemy.py