ai-cfia / llamaindex-db

Semantic search operations using llamaindex.
MIT License
1 stars 1 forks source link

Continuous backtracking when installing the `ailab-llama-search` package #6

Closed k-allagbe closed 5 months ago

k-allagbe commented 6 months ago

Description:

Installing ailab-llama-search package via pip from the GitHub repository enters an indefinite backtracking, cycling through all available versions of the llama-index package without successfully resolving dependencies.

pip install git+https://github.com/ai-cfia/llamaindex-db@main#subdirectory=ailab-llama-search
...
Collecting llama-index (from ailab-llama-search==0.1.0->-r requirements.txt (line 1))
  Using cached llama_index-0.5.26.tar.gz (190 kB)
  Preparing metadata (setup.py) ... done
  Using cached llama_index-0.5.25.tar.gz (188 kB)
  Preparing metadata (setup.py) ... done
  Using cached llama_index-0.5.23.post1.tar.gz (188 kB)
  Preparing metadata (setup.py) ... done
  Using cached llama_index-0.5.23.tar.gz (185 kB)
  Preparing metadata (setup.py) ... done
  Using cached llama_index-0.5.22.tar.gz (185 kB)
  Preparing metadata (setup.py) ... done
  Using cached llama_index-0.5.21.tar.gz (184 kB)
  Preparing metadata (setup.py) ... done
  Using cached llama_index-0.5.20.tar.gz (183 kB)
  Preparing metadata (setup.py) ... done
  Using cached llama_index-0.5.19.tar.gz (183 kB)
  Preparing metadata (setup.py) ... done
  Using cached llama_index-0.5.18.tar.gz (181 kB)
  Preparing metadata (setup.py) ... done
  Using cached llama_index-0.5.17.post1.tar.gz (178 kB)
  Preparing metadata (setup.py) ... done
  Using cached llama_index-0.5.17.tar.gz (178 kB)
  Preparing metadata (setup.py) ... done
  Using cached llama_index-0.5.16.tar.gz (175 kB)
  Preparing metadata (setup.py) ... done
  Using cached llama_index-0.5.15.tar.gz (175 kB)
  Preparing metadata (setup.py) ... done

Acceptance Criteria: