langchain/libs/community/langchain_community
Rahul Triptahi 0cd3f93361
Enhance metadata of sharepointLoader. (#22248)
Description: 2 feature flags added to SharePointLoader in this PR:

1. load_auth: if set to True, adds authorised identities to metadata
2. load_extended_metadata, adds source, owner and full_path to metadata

Unit tests:N/A
Documentation: To be done.

---------

Signed-off-by: Rahul Tripathi <rauhl.psit.ec@gmail.com>
Co-authored-by: Rahul Tripathi <rauhl.psit.ec@gmail.com>
2024-06-21 17:03:38 -07:00
..
adapters
agent_toolkits community[minor]: OpenAPI agent. Add support for PUT, DELETE and PATCH (#22962) 2024-06-21 20:44:23 +00:00
agents community: update how OpenAIAssistantV2Runnable creates threads with tool_resources (#22549) 2024-06-05 14:19:41 -04:00
callbacks community[patch]: Add missing type annotations (#22758) 2024-06-10 16:59:28 -04:00
chains community: Fix TypeError in PebbloRetrievalQA (#23170) 2024-06-21 17:04:00 -04:00
chat_loaders community: docstrings (#23202) 2024-06-20 11:08:13 -04:00
chat_message_histories core[patch]: fix no current event loop for sql history in async mode (#22933) 2024-06-21 10:39:47 -04:00
chat_models community[patch]: Update root_validators ChatModels: ChatBaichuan, QianfanChatEndpoint, MiniMaxChat, ChatSparkLLM, ChatZhipuAI (#22853) 2024-06-20 16:36:41 +00:00
cross_encoders [Community]: HuggingFaceCrossEncoder score accounting for <not-relevant score,relevant score> pairs. (#22578) 2024-06-14 08:28:24 -07:00
docstore community[patch]: Fix remaining __inits__ in community (#22037) 2024-05-22 17:42:17 +00:00
document_compressors community[minor]: add Volcengine Rerank (#22700) 2024-06-10 13:41:05 -07:00
document_loaders Enhance metadata of sharepointLoader. (#22248) 2024-06-21 17:03:38 -07:00
document_transformers community[minor]: Implement Doctran async execution (#22372) 2024-06-18 18:17:37 +00:00
embeddings community: docstrings (#23202) 2024-06-20 11:08:13 -04:00
example_selectors
graphs community: docstrings (#23202) 2024-06-20 11:08:13 -04:00
indexes community[patch]: restore compatibility with SQLAlchemy 1.x (#22546) 2024-06-19 17:58:57 +00:00
llms community[patch]: sambanova llm integration improvement (#23137) 2024-06-19 10:30:14 -07:00
memory community[minor]: Add Zep Cloud components + docs + examples (#21671) 2024-05-27 12:50:13 -07:00
output_parsers infra: rm unused # noqa violations (#22049) 2024-05-22 15:21:08 -07:00
query_constructors
retrievers community(patch):Fix PineconeHynridSearchRetriever not having search_kwargs (#21577) 2024-06-21 16:27:52 -04:00
storage community: docstrings (#23202) 2024-06-20 11:08:13 -04:00
tools docs: Fix URL formatting in deprecation warnings (#23075) 2024-06-18 14:49:58 -04:00
utilities community[patch]: Fix sql_databse.from_databricks issue when ran from Job (#23224) 2024-06-20 19:34:15 +00:00
utils community[patch]: Use Custom Logger Instead of Root Logger in get_user_agent Function (#22691) 2024-06-08 02:33:07 +00:00
vectorstores community: docstrings (#23202) 2024-06-20 11:08:13 -04:00
__init__.py
cache.py community: init signature revision for Cassandra LLM cache classes + small maintenance (#17765) 2024-05-16 17:22:24 +00:00
py.typed