Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/run-llama/llama_index. Pull mirroring updated .
  1. Mar 15, 2024
  2. Mar 13, 2024
    • Andrei Fajardo's avatar
      Add Retriever to llama-index-networks (#11800) · f0f185e5
      Andrei Fajardo authored
      
      * refactor
      
      * update demo
      
      * update simple
      
      * version bump prerelease
      
      * update demo nb
      
      * NetworkRetriever class and contributor files
      
      * linting fix
      
      * bump pre-release version
      
      * bump pyproject.toml to release
      
      * client and service rewrite
      
      * add unit tests
      
      * fixed init
      
      * get tests to run -- still fail
      
      * fix api
      
      * revert back to mocking requests.post'
      
      * passing test_retriever_service
      
      * fix network retriever to use query bundle; passing unit test
      
      * build files
      
      * build files
      
      * rename and add backwards compat for v0.1.0 imports
      
      * update simple demos
      
      * update demo
      
      * move aliases in the module and import them into __init__
      
      * update node registry
      
      ---------
      
      Co-authored-by: default avatarIzuki Matsuba <imatsuba@omers.com>
      f0f185e5
  3. Feb 27, 2024
    • Andrei Fajardo's avatar
      llama-index-networks package (#11413) · 2e63d5ed
      Andrei Fajardo authored
      * lint
      
      * pants tailor
      
      * remove unnecessary files/folders
      
      * make api_key an optional field
      
      * make secret field optional as well
      
      * top level imports
      
      * prerelease version bump
      
      * remove misleading env variables
      
      * override gitignore to add data to demo
      
      * add note in demo README that you can use  instead of
      
      * update demo contributor poetry.locks pyproject.toml
      
      * published v0.1.0; updated demo deps
      2e63d5ed
Loading