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

New rag agent #1727

Closed
wants to merge 74 commits into from
Closed

New rag agent #1727

wants to merge 74 commits into from

Commits on Feb 19, 2024

  1. Configuration menu
    Copy the full SHA
    bfe40ad View commit details
    Browse the repository at this point in the history
  2. Update docstring

    thinkall committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    cbc1a24 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Add get docs by ids

    thinkall committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    948ae5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07e206f View commit details
    Browse the repository at this point in the history
  3. Add more docstrings

    thinkall committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    2b5bf10 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    986be00 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1a9acd8 View commit details
    Browse the repository at this point in the history
  6. Add test_datamodel

    thinkall committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    3f6d133 View commit details
    Browse the repository at this point in the history
  7. Add test_encoder

    thinkall committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    706c886 View commit details
    Browse the repository at this point in the history
  8. Add test_promptgenerator

    thinkall committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    a8319b1 View commit details
    Browse the repository at this point in the history
  9. Add test_reranker

    thinkall committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    a99882e View commit details
    Browse the repository at this point in the history
  10. Add test_retriever

    thinkall committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    66a09c9 View commit details
    Browse the repository at this point in the history
  11. Update test_retriever

    thinkall committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    9d9bc59 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7f76f03 View commit details
    Browse the repository at this point in the history
  13. Add test_uitls and fix utils

    thinkall committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    a4f2f4b View commit details
    Browse the repository at this point in the history
  14. Add test_rag_agent

    thinkall committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    5320e45 View commit details
    Browse the repository at this point in the history
  15. Fix test splitter

    thinkall committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    e3b42a6 View commit details
    Browse the repository at this point in the history
  16. Add test_rag_openai

    thinkall committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    dd13a29 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    35fc80c View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Configuration menu
    Copy the full SHA
    8311940 View commit details
    Browse the repository at this point in the history
  2. Fix test configs

    thinkall committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    02d9e80 View commit details
    Browse the repository at this point in the history
  3. Fix __all__

    thinkall committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    dec1e56 View commit details
    Browse the repository at this point in the history
  4. Update docstring

    thinkall committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    fbc37cf View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    0e43b69 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Configuration menu
    Copy the full SHA
    f73740e View commit details
    Browse the repository at this point in the history
  2. Reformat and fix typo

    thinkall committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    1b30dc2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    18e8886 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f9e367b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aff1459 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

  1. Use jupyer-kernel-gateway for ipython executor (#1748)

    * checkpoint async based
    
    * Implement jupyter client and use jupyer gateway
    
    * update deps
    
    * address comments
    
    * add missing parenthesis
    
    * Update build.yml
    
    * CI fixes
    
    * change requirement name
    
    * debug
    
    * print stderr
    
    * dont seek
    
    * show token
    
    * mitigaton for windows bug
    
    * use hex token to avoid - in token
    
    * formatting
    
    * put back in place original while the windows bug exists
    
    * lint
    
    * Update autogen/coding/jupyter_code_executor.py
    
    * Update jupyter_code_executor.py
    
    * Update test_embedded_ipython_code_executor.py
    
    * Update setup.py
    
    * Update build.yml
    
    * fix nameerror
    
    ---------
    
    Co-authored-by: Eric Zhu <[email protected]>
    2 people authored and thinkall committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    0d6d074 View commit details
    Browse the repository at this point in the history
  2. Handle azure_deployment Parameter Issue in GPTAssistantAgent to Maint…

    …ain Compatibility with OpenAIWrapper (#1721)
    
    * support getting model from both llm config and config list
    
    * address comments
    
    * address commentsd
    
    ---------
    
    Co-authored-by: Chi Wang <[email protected]>
    2 people authored and thinkall committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    46fed07 View commit details
    Browse the repository at this point in the history
  3. Update parameter name

    thinkall committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    6542943 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f741d8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b5bae5e View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. Configuration menu
    Copy the full SHA
    a071ab4 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Update context

    thinkall committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    e3fbda8 View commit details
    Browse the repository at this point in the history
  2. Improve docstrings

    thinkall committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    bd9f722 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad774f8 View commit details
    Browse the repository at this point in the history
  4. Update default llm_model

    thinkall committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    00439a0 View commit details
    Browse the repository at this point in the history
  5. Add notebook example

    thinkall committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    72a5fa4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e26dd4c View commit details
    Browse the repository at this point in the history
  7. Fix a typo

    thinkall committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    90674c2 View commit details
    Browse the repository at this point in the history
  8. Add RAG capability

    thinkall committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    f4d0db4 View commit details
    Browse the repository at this point in the history
  9. Update notebook

    thinkall committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    a66613f View commit details
    Browse the repository at this point in the history
  10. Update Readme

    thinkall committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    19340ee View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Update readme

    thinkall committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    3b94241 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b354e0d View commit details
    Browse the repository at this point in the history
  3. Fix tests

    thinkall committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    a4517bc View commit details
    Browse the repository at this point in the history
  4. Fix tests

    thinkall committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    829e47e View commit details
    Browse the repository at this point in the history
  5. Fix test_reranker

    thinkall committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    63b43de View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Configuration menu
    Copy the full SHA
    8915243 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efd441d View commit details
    Browse the repository at this point in the history
  3. Remove run code

    thinkall committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    a192c98 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e5fd3bb View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    98f5ab4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e1db8d View commit details
    Browse the repository at this point in the history
  3. Add installation

    thinkall committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    b197421 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aac8cc9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a0a0db4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b48d255 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d14cadf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8a107cd View commit details
    Browse the repository at this point in the history
  9. Update readme

    thinkall committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    0762afe View commit details
    Browse the repository at this point in the history
  10. Add sequence uml

    thinkall committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    7704c75 View commit details
    Browse the repository at this point in the history
  11. Update sequence uml

    thinkall committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    1fdb16a View commit details
    Browse the repository at this point in the history
  12. Update readme

    thinkall committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    686f140 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Configuration menu
    Copy the full SHA
    14b1896 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7cf36ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d21aaf4 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    63acc2f View commit details
    Browse the repository at this point in the history
  2. Update readme

    thinkall committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    e95684d View commit details
    Browse the repository at this point in the history
  3. Add temp doc for use cases

    thinkall committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    8d97414 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Configuration menu
    Copy the full SHA
    6fa479d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66de003 View commit details
    Browse the repository at this point in the history