Skip to content

Commit

Permalink
add todo in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers committed Mar 13, 2024
1 parent 04451f8 commit 3196a17
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions airbyte/_util/meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ def is_langchain() -> bool:
This checks for the presence of the 'langchain-airbyte' package.
TODO: A more robust check would inspect the call stack or another flag to see if we are actually
being invoked via LangChain, vs being installed side-by-side.
This is cached for performance reasons.
"""
return "langchain-airbyte" in sys.modules
Expand Down

0 comments on commit 3196a17

Please sign in to comment.