-
Notifications
You must be signed in to change notification settings - Fork 200
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add llamaindex/langchain conda build recipes #1767
base: main
Are you sure you want to change the base?
Conversation
- trulens-core >=1.0.0,<2.0.0 | ||
- trulens-apps-langchain >=1.0.0,<2.0.0 | ||
- pydantic >=2.4.2 | ||
- llama-index >=0.8.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sfc-gh-dkurokawa fyi this is the latest version of llama-index on the internal channel, but breaks several imports in trulens-apps-llamaindex
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh wow. In that case I guess it's just unuseable?
- trulens-core >=1.0.0,<2.0.0 | ||
- trulens-apps-langchain >=1.0.0,<2.0.0 | ||
- pydantic >=2.4.2 | ||
- llama-index >=0.8.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh wow. In that case I guess it's just unuseable?
version: {{ version }} | ||
|
||
source: | ||
# Replace url and sha256 with below line to test build locally with `conda build . -c https://conda.anaconda.org/sfe1ed40/`` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
might want to get rid of these comments on this file and the next one.
Description
Adds conda build recipes for llamaindex + langchain instrumentation
Other details good to know for developers
Please include any other details of this change useful for TruLens developers.
Type of change
not work as expected)
Important
Add conda build recipes for
langchain
andllamaindex
with specified dependencies and build/test configurations.meta.yaml
forlangchain
insrc/apps/langchain
.meta.yaml
forllamaindex
insrc/apps/llamaindex
.langchain
requirestrulens-core
,langchain
,langchain-core
, andpydantic
.llamaindex
requirestrulens-core
,trulens-apps-langchain
,pydantic
,llama-index
, andtiktoken
.pip install
for building andpip check
for testing.poetry-core
<2.0.0 for host requirements.This description was created by for e1c4637. It will automatically update as commits are pushed.