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

Support for Google Gemini LLMs and Embeddings #1965

Merged
merged 5 commits into from
Jul 8, 2024
Merged

Commits on Jun 7, 2024

  1. Support for Google Gemini LLMs and Embeddings

    Initial support for Gemini, enables usage of Google LLMs and embedding models (see settings-gemini.yaml)
    
    Install via
    poetry install --extras "llms-gemini embeddings-gemini"
    
    Notes:
    * had to bump llama-index-core to later version that supports Gemini
    * poetry --no-update did not work: Gemini/llama_index seem to require more (transient) updates to make it work...
    uw4 committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    e607046 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Merge remote-tracking branch 'upstream/main' into uw4/main

    # Conflicts:
    #	poetry.lock
    #	pyproject.toml
    jaluma committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    e91b258 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b77af44 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. docs: add gemini llm

    jaluma committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    df22481 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/main' into uw4/main

    # Conflicts:
    #	fern/docs/pages/manual/llms.mdx
    jaluma committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    7562557 View commit details
    Browse the repository at this point in the history