Skip to content
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

[RetrievalAgent] Add base retrieval agent #258

Open
wants to merge 31 commits into
base: develop
Choose a base branch
from

Commits on Jan 2, 2024

  1. Add retrieval agent

    w5688414 committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    0a6378c View commit details
    Browse the repository at this point in the history
  2. Add retrieval agent

    w5688414 committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    4b74f9e View commit details
    Browse the repository at this point in the history
  3. Add retrieval_agent.py

    w5688414 committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    9a923a1 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Fix unitest

    w5688414 committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    f466020 View commit details
    Browse the repository at this point in the history
  2. Add content compressor

    w5688414 committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    2d167eb View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Update

    w5688414 committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    2bdcfb4 View commit details
    Browse the repository at this point in the history
  2. Add fewshot retriever

    w5688414 committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    4d20793 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36c8f4a View commit details
    Browse the repository at this point in the history
  4. reformat

    w5688414 committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    e1b083d View commit details
    Browse the repository at this point in the history
  5. Add context retriever

    w5688414 committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    6cb78d8 View commit details
    Browse the repository at this point in the history
  6. Update

    w5688414 committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    a028a62 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. reformat

    w5688414 committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    de7728d View commit details
    Browse the repository at this point in the history
  2. fix mypy error

    w5688414 committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    0d847af View commit details
    Browse the repository at this point in the history
  3. reformat

    w5688414 committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    1143817 View commit details
    Browse the repository at this point in the history
  4. Add unitests

    w5688414 committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    9e214a8 View commit details
    Browse the repository at this point in the history
  5. Update unitests

    w5688414 committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    148264d View commit details
    Browse the repository at this point in the history
  6. Update RetrievalStep

    w5688414 committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    57a0d7e View commit details
    Browse the repository at this point in the history
  7. Add unitests

    w5688414 committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    db39621 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Update retriever

    w5688414 committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    a45d01b View commit details
    Browse the repository at this point in the history
  2. Update unitest

    w5688414 committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    3735fce View commit details
    Browse the repository at this point in the history
  3. Update retrieval agent

    w5688414 committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    e463c18 View commit details
    Browse the repository at this point in the history
  4. Update retrieval agent

    w5688414 committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    a24b61d View commit details
    Browse the repository at this point in the history
  5. Update format

    w5688414 committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    3800c4d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    012f0b1 View commit details
    Browse the repository at this point in the history
  7. Add langchain tools

    w5688414 committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    b6a5789 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    603a647 View commit details
    Browse the repository at this point in the history
  9. Update codestyle

    w5688414 committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    afcb615 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Update notebook

    w5688414 committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    a5ddd02 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Update notebooks

    w5688414 committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    eaacf02 View commit details
    Browse the repository at this point in the history
  2. Update format

    w5688414 committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    7122a26 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. reformat

    w5688414 committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    ca12ea1 View commit details
    Browse the repository at this point in the history