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

community: Improve insert performance for vector store "HANA Cloud" #19922

Closed

Conversation

MartinKolbAtWork
Copy link
Contributor

  • Description: Instead of inserting every single vector into the database using the "execute" API, we now use "executemany"
    for bulk-insertion.

  • Issue: N/A

  • Dependencies: no new dependecies added

  • Twitter handle: @sapopensource

Instead of inserting every single vector into the database
using the "execute" API, we now use "executemany"
for bulk-insertion.
Copy link

vercel bot commented Apr 2, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
langchain ⬜️ Ignored (Inspect) Visit Preview Apr 25, 2024 5:59am

@dosubot dosubot bot added size:M This PR changes 30-99 lines, ignoring generated files. Ɑ: vector store Related to vector store module 🤖:improvement Medium size change to existing code to handle new use-cases labels Apr 2, 2024
@MartinKolbAtWork
Copy link
Contributor Author

Hi @baskaryan , could you take a look at this PR? Thx.

@MartinKolbAtWork
Copy link
Contributor Author

Closing this PR. The improvements will be incorporated in an even more efficient way into an upcoming PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🤖:improvement Medium size change to existing code to handle new use-cases size:M This PR changes 30-99 lines, ignoring generated files. Ɑ: vector store Related to vector store module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants