Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/langchain-google-spanner-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.0
Choose a base ref
...
head repository: googleapis/langchain-google-spanner-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.1
Choose a head ref
  • 3 commits
  • 4 files changed
  • 4 contributors

Commits on Oct 4, 2024

  1. fix: adding support to initialize with empty metadata columns (#99)

    * Adding null check on the metadata columns
    
    * style: formatting
    gauravpurohit06 authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    3a8367c View commit details
    Browse the repository at this point in the history
  2. chore(docs): Update vector store notebook (#96)

    * Update vector_store.ipynb
    
    1.  Added Installation of  additional dependencies "langchain-google-vertexai" it is needed for text embedding generation.
    
    2.  Set "GOOGLE_CLOUD_PROJECT" env variable for  PROJECT_ID, it is needed for table creation / SQL execution in vector_store module.
    
    3.  Specified "id_column" value as "row_id", to match it with table creation in "init_vector_store_table" function, if  "id_column" is not set then default value is "langchain_id"
    
    * Update docs/vector_store.ipynb
    
    Co-authored-by: Averi Kitsch <akitsch@google.com>
    
    ---------
    
    Co-authored-by: Averi Kitsch <akitsch@google.com>
    vmanghnani and averikitsch authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    6632fe2 View commit details
    Browse the repository at this point in the history
  3. chore(main): release 0.4.1 (#100)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: Averi Kitsch <akitsch@google.com>
    release-please[bot] and averikitsch authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    10856a5 View commit details
    Browse the repository at this point in the history
Loading