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/libs/community/langchain_community
Tomaz Bratanic 76a193decc
community[patch]: Add function response to graph cypher qa chain (#22690)
LLMs struggle with Graph RAG, because it's different from vector RAG in
a way that you don't provide the whole context, only the answer and the
LLM has to believe. However, that doesn't really work a lot of the time.
However, if you wrap the context as function response the accuracy is
much better.

btw... `union[LLMChain, Runnable]` is linting fun, that's why so many
ignores
4 months ago
..
adapters community[patch]: upgrade to recent version of mypy (#21616) 5 months ago
agent_toolkits community[patch]: Fix remaining __inits__ in community (#22037) 4 months ago
agents community: update how OpenAIAssistantV2Runnable creates threads with tool_resources (#22549) 4 months ago
callbacks community[minor]: Add UpstashRatelimitHandler (#21885) 4 months ago
chains community[patch]: Add function response to graph cypher qa chain (#22690) 4 months ago
chat_loaders infra: rm unused # noqa violations (#22049) 4 months ago
chat_message_histories community[minor]: Add native async support to SQLChatMessageHistory (#22065) 4 months ago
chat_models community[minor]: Add tools calls to `ChatEdenAI` (#22320) 4 months ago
cross_encoders multiple: langchain 0.2 in master (#21191) 5 months ago
docstore community[patch]: Fix remaining __inits__ in community (#22037) 4 months ago
document_compressors community[minor]: add Volcengine Rerank (#22700) 4 months ago
document_loaders community[patch]: Small Fix in OutlookMessageLoader (Close the Message once Open) (#22744) 4 months ago
document_transformers infra: rm unused # noqa violations (#22049) 4 months ago
embeddings community[patch]: add detailed paragraph and example for BaichuanTextEmbeddings (#22031) 4 months ago
example_selectors docs: added `community` modules descriptions (#17827) 8 months ago
graphs infra: rm unused # noqa violations (#22049) 4 months ago
indexes community[patch]: upgrade to recent version of mypy (#21616) 5 months ago
llms [Community]add option to delete the prompt from HF output (#22225) 4 months ago
memory community[minor]: Add Zep Cloud components + docs + examples (#21671) 4 months ago
output_parsers infra: rm unused # noqa violations (#22049) 4 months ago
query_constructors multiple: langchain 0.2 in master (#21191) 5 months ago
retrievers community[patch]:Support filter for AzureAISearchRetriever (#22303) 4 months ago
storage community[minor]: Add SQL storage implementation (#22207) 4 months ago
tools multiple: get rid of pyproject extras (#22581) 4 months ago
utilities docs: duckduckgosearch options listed (#22568) 4 months ago
utils community[patch]: Use Custom Logger Instead of Root Logger in get_user_agent Function (#22691) 4 months ago
vectorstores couchbase: Add the initial version of Couchbase partner package (#22087) 4 months ago
__init__.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago
cache.py community: init signature revision for Cassandra LLM cache classes + small maintenance (#17765) 5 months ago
py.typed community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago