Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions public_dropin_environments/python311_genai/env_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
"description": "This template environment can be used to create GenAI-powered custom models and includes common dependencies for workflows using OpenAI, Langchain, vector DBs, or transformers in PyTorch. Similar to other drop-in environments, you can either include a .pth artifact or any other code needed to deserialize your model, and optionally a custom.py file.",
"programmingLanguage": "python",
"label": "",
"environmentVersionId": "682f995c114ca011c2a50fce",
"environmentVersionId": "683736adf5ebe90fbe4db87d",
"environmentVersionDescription": "",
"isPublic": true,
"useCases": [
"customModel"
],
"imageRepository": "env-python-genai",
"tags": [
"v11.1.0-682f995c114ca011c2a50fce",
"682f995c114ca011c2a50fce",
"v11.1.0-683736adf5ebe90fbe4db87d",
"683736adf5ebe90fbe4db87d",
"v11.1.0-latest"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ llama-cloud==0.1.12
llama-cloud-services==0.6.1
llama-index==0.12.17
llama-index-agent-openai==0.4.5
llama-index-cli==0.4.0
llama-index-cli==0.4.1
llama-index-core==0.12.17
llama-index-embeddings-openai==0.3.1
llama-index-indices-managed-llama-cloud==0.6.4
Expand Down