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

Feat: subquery generator #10

Merged
merged 16 commits into from
Jan 8, 2024
Merged

Feat: subquery generator #10

merged 16 commits into from
Jan 8, 2024

Commits on Jan 1, 2024

  1. Configuration menu
    Copy the full SHA
    c38c2f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ede353c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    073cbb7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    36cd0dc View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Configuration menu
    Copy the full SHA
    058b528 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b19e7b View commit details
    Browse the repository at this point in the history
  3. fix: isort linter issue!

    amindadgar committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    da6bb2c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d75342b View commit details
    Browse the repository at this point in the history
  5. feat: Added credentials!

    amindadgar committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    fe95fbf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    923a3cb View commit details
    Browse the repository at this point in the history
  7. fix: dotenv-linter issue!

    amindadgar committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    43cb867 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

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

Commits on Jan 4, 2024

  1. feat: Added cohere embedding model and updated subquery

    - We needed to apply the cohere embedding model in our codes.
    - The `subquery.py` updated based on little experiments (both embedding model and function output updated).
    amindadgar committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    6f51cd5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    243de10 View commit details
    Browse the repository at this point in the history
  3. update: shared codes lib version!

    We have added the custom embed model support in its newer version.
    amindadgar committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    e469d3d View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. update: llama-index lib usage!

    we updated the library to the newest right version and we're chosed the right LLM for the guidance.
    note: the guidance_llm would create the subqueries.
    amindadgar committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    34ceb7c View commit details
    Browse the repository at this point in the history