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
Luis Moros bcb5f354ad
community: Fix SQLDatabse.from_databricks issue when ran from Job (#24346)
- Description: When SQLDatabase.from_databricks is ran from a Databricks
Workflow job, line 205 (default_host = context.browserHostName) throws
an ``AttributeError`` as the ``context`` object has no
``browserHostName`` attribute. The fix handles the exception and sets
the ``default_host`` variable to null

---------

Co-authored-by: lmorosdb <lmorosdb>
Co-authored-by: Eugene Yurtsev <eugene@langchain.dev>
2 months ago
..
adapters infra: update mypy 1.10, ruff 0.5 (#23721) 3 months ago
agent_toolkits community[patch]: Add linter to catch @root_validator (#24070) 3 months ago
agents community[patch]: Update root_validators to use pre=True or pre=False (#23731) 3 months ago
callbacks community[patch]: propagate cost information to OpenAI callback (#23996) 3 months ago
chains community[minor]: Support PGVector in PebbloRetrievalQA (#23874) 3 months ago
chat_loaders infra: update mypy 1.10, ruff 0.5 (#23721) 3 months ago
chat_message_histories docs: Add SQLChatMessageHistory docstring (#23978) 2 months ago
chat_models docs: Add ChatBaichuan docstrings (#24348) 2 months ago
cross_encoders docs: Spell check fixes (#24217) 2 months ago
docstore infra: update mypy 1.10, ruff 0.5 (#23721) 3 months ago
document_compressors community[patch]: Update root_validators to use explicit pre=True or pre=False (#23736) 3 months ago
document_loaders community[patch]: Add linter to catch @root_validator (#24070) 3 months ago
document_transformers infra: update mypy 1.10, ruff 0.5 (#23721) 3 months ago
embeddings community[patch]: change the class of `qianfan_ak` and `qianfan_sk` parameters (#24293) 2 months ago
example_selectors infra: update mypy 1.10, ruff 0.5 (#23721) 3 months ago
graph_vectorstores community[minor]: Add graph store extractors (#24065) 2 months ago
graphs Fix neo4j type error on missing constraint information (#24177) 2 months ago
indexes community[patch]: restore compatibility with SQLAlchemy 1.x (#22546) 3 months ago
llms community[patch]: Fix docstring for ollama parameter "keep_alive" (#23973) 2 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 infra: update mypy 1.10, ruff 0.5 (#23721) 3 months ago
retrievers community[patch]: Update TavilySearch to use TavilyClient instead of the deprecated Client (#24270) 2 months ago
storage docs: Spell check fixes (#24217) 2 months ago
tools core[patch]: support conversion of runnables to tools (#23992) 2 months ago
utilities community: Fix SQLDatabse.from_databricks issue when ran from Job (#24346) 2 months ago
utils infra: update mypy 1.10, ruff 0.5 (#23721) 3 months ago
vectorstores Neo4j: Update with non-deprecated cypher methods, and new method to associate relationship embeddings (#23725) 2 months ago
__init__.py infra: update mypy 1.10, ruff 0.5 (#23721) 3 months ago
cache.py community: add SingleStoreDB semantic cache (#23218) 3 months ago
py.typed community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago