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

[FEATURE] Does langchain4j have indexing API? #1085

Open
vprudnikov opened this issue May 10, 2024 · 2 comments
Open

[FEATURE] Does langchain4j have indexing API? #1085

vprudnikov opened this issue May 10, 2024 · 2 comments
Labels
enhancement New feature or request P2 High priority

Comments

@vprudnikov
Copy link

Is your feature request related to a problem? Please describe.

I have ingested some documents.
One document becomes 2 times short.
I need to re-index it in the embedding store by removing the old embeddings and adding the new ones.

Describe the solution you'd like

I stumbled upon this page: https://python.langchain.com/v0.1/docs/modules/data_connection/indexing/
Do you have/plan support for it in langchain4j?

Thanks!

@vprudnikov vprudnikov added the enhancement New feature or request label May 10, 2024
@langchain4j
Copy link
Owner

Hi, yes, there is a plan for this. First step is to support removing embeddings from embedding store: #1020

@langchain4j langchain4j added the P2 High priority label May 10, 2024
@humcqc
Copy link
Contributor

humcqc commented May 22, 2024

Hello,
I would need this feature too in my project, I can help implementing it.
@langchain4j , I've adjusted #1020 in #1113 if needed to move forward on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request P2 High priority
Projects
None yet
Development

No branches or pull requests

3 participants