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

Adds Unit and Integration tests for MongoDBAtlasVectorSearch #12854

Merged

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    7a85dd5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9019ffb View commit details
    Browse the repository at this point in the history
  3. Removed unused imports

    caseyclements committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    6511be8 View commit details
    Browse the repository at this point in the history
  4. Switch dependency in pyproject from llama-index-core to llama-index t…

    …o get llama-index-embeddings-openai which is required for tests
    caseyclements committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    0089e8c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a229bf5 View commit details
    Browse the repository at this point in the history
  6. Removed unused import

    caseyclements committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    a923060 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1e93f61 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f774b86 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0d0e9ce View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    126fb61 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e724632 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8d264d7 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Linting

    caseyclements committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    8c48295 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c90490c View commit details
    Browse the repository at this point in the history
  3. Updated dependencies. llama-index-embeddings-openai is now a dev.depe…

    …ndency. only -core is required
    caseyclements committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    ccd1ac9 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

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

Commits on Apr 19, 2024

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

Commits on Apr 23, 2024

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

Commits on May 2, 2024

  1. add build file

    logan-markewich committed May 2, 2024
    Configuration menu
    Copy the full SHA
    a61f8dd View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Standardized environ variable naming: MONGODB_URI

    Signed-off-by: Casey Clements <[email protected]>
    caseyclements committed May 7, 2024
    Configuration menu
    Copy the full SHA
    7376e7f View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Skip tests if appropriate environment variable, OPENAI_API_KEY or MON…

    …GODB_URI is not present
    
    Signed-off-by: Casey Clements <[email protected]>
    caseyclements committed May 8, 2024
    Configuration menu
    Copy the full SHA
    c0e0559 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. fix tests

    logan-markewich committed May 9, 2024
    Configuration menu
    Copy the full SHA
    1f22c8a View commit details
    Browse the repository at this point in the history
  2. Added typehints to tests

    Signed-off-by: Casey Clements <[email protected]>
    caseyclements committed May 9, 2024
    Configuration menu
    Copy the full SHA
    45d667c View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. fix integration tests

    logan-markewich committed May 10, 2024
    Configuration menu
    Copy the full SHA
    39f23d2 View commit details
    Browse the repository at this point in the history