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: enable model endpoint management for embeddings #233

Merged
merged 29 commits into from
Oct 23, 2024

Conversation

vishwarajanand
Copy link
Contributor

@vishwarajanand vishwarajanand commented Sep 16, 2024

Implements Model Endpoint Management.

Covers:

  • Adding a new class AlloyDBEmbedding to use embedding functions in VectorStore's sql queries
  • Associated tests for AlloyDBEmbedding class.

go/mem-alloydb-langchain

@product-auto-label product-auto-label bot added the api: alloydb Issues related to the googleapis/langchain-google-alloydb-pg-python API. label Sep 16, 2024
@vishwarajanand vishwarajanand changed the title Mem proposal3 feat: enable model endpoint management for embeddings Sep 16, 2024
@vishwarajanand vishwarajanand added the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Sep 16, 2024
Copy link
Collaborator

@averikitsch averikitsch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking good to me. Let's review the user journeys before we approve

src/langchain_google_alloydb_pg/engine.py Outdated Show resolved Hide resolved
tests/test_async_vectorstore_search.py Show resolved Hide resolved
src/langchain_google_alloydb_pg/embeddings.py Outdated Show resolved Hide resolved
@vishwarajanand vishwarajanand removed the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Sep 20, 2024
@vishwarajanand vishwarajanand marked this pull request as ready for review September 20, 2024 15:52
@vishwarajanand vishwarajanand merged commit 247b9cf into main Oct 23, 2024
12 checks passed
@vishwarajanand vishwarajanand deleted the MEM-proposal3 branch October 23, 2024 09:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: alloydb Issues related to the googleapis/langchain-google-alloydb-pg-python API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants