Commit 2623cf65 authored by GraysonTinker's avatar GraysonTinker
Browse files

python3Packages.llama-index-indices-managed-llama-cloud: drop

parent 4dd4389e
Loading
Loading
Loading
Loading
+0 −46
Original line number Diff line number Diff line
{
  lib,
  buildPythonPackage,
  fetchPypi,
  deprecated,
  hatchling,
  llama-cloud,
  llama-index-core,
}:

buildPythonPackage rec {
  pname = "llama-index-indices-managed-llama-cloud";
  version = "0.9.4";
  pyproject = true;

  src = fetchPypi {
    pname = "llama_index_indices_managed_llama_cloud";
    inherit version;
    hash = "sha256-teAHUqswVkq/GcV1laIQf1aXw7A7CFgXtPyoSjjrvVk=";
  };

  pythonRelaxDeps = [
    "deprecated"
    "llama-cloud"
  ];

  build-system = [ hatchling ];

  dependencies = [
    deprecated
    llama-cloud
    llama-index-core
  ];

  # Tests are only available in the mono repo
  doCheck = false;

  pythonImportsCheck = [ "llama_index.indices.managed.llama_cloud" ];

  meta = {
    description = "LlamaCloud Index and Retriever";
    homepage = "https://github.com/run-llama/llama_index/tree/main/llama-index-integrations/indices/llama-index-indices-managed-llama-cloud";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ fab ];
  };
}
+1 −0
Original line number Diff line number Diff line
@@ -290,6 +290,7 @@ mapAliases {
  line_profiler = throw "'line_profiler' has been renamed to/replaced by 'line-profiler'"; # Converted to throw 2025-10-29
  linear-garage-door = throw "'linear-garage-door' has been superseded by 'nice-go'"; # Added 2025-11-16
  linear_operator = throw "'linear_operator' has been renamed to/replaced by 'linear-operator'"; # Converted to throw 2025-10-29
  llama-index-indices-managed-llama-cloud = throw "'llama-index-indices-managed-llama-cloud' has been removed as it was deprecated upstream in favor of 'llama-cloud'"; # Added 2026-03-24
  llama-index-multi-modal-llms-openai = throw "'llama-index-multi-modal-llms-openai' has been removed as it was deprecated in favor of 'llama-index-llms-openai'"; # added 2026-03-25
  llama-index-readers-llama-parse = throw "'llama-index-readers-llama-parse' has been removed as it was deprecated upstream in favor of 'llama-cloud'"; # added 2026-03-25
  llama-parse = throw "'llama-parse' has been removed as it was deprecated upstream in favor of 'llama-cloud'"; # added 2026-03-25
+0 −4
Original line number Diff line number Diff line
@@ -9043,10 +9043,6 @@ self: super: with self; {
    callPackage ../development/python-modules/llama-index-graph-stores-neptune
      { };
  llama-index-indices-managed-llama-cloud =
    callPackage ../development/python-modules/llama-index-indices-managed-llama-cloud
      { };
  llama-index-instrumentation =
    callPackage ../development/python-modules/llama-index-instrumentation
      { };