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

Runner with vectordb ingest all again #183

Closed
vkehfdl1 opened this issue Feb 17, 2024 · 4 comments
Closed

Runner with vectordb ingest all again #183

vkehfdl1 opened this issue Feb 17, 2024 · 4 comments
Assignees
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@vkehfdl1
Copy link
Contributor

When I use Runner with vectordb, it seems like vectordb ingest all thing.
Why is that?
I get numerous warning about add of existing id from hnsw.

@vkehfdl1 vkehfdl1 added bug Something isn't working Low-Level Low Level API for RAG experts High Priority labels Feb 17, 2024
@vkehfdl1
Copy link
Contributor Author

chroma-core/chroma#1733

It actually did not ingest anything.

@vkehfdl1
Copy link
Contributor Author

How to Fix this?

Go to your lib folder and go to here chromadb/segment/impl/vector/local_persistent_hnsw.py

At the line of 271, change to this

else:
    pass
    # logger.warning(f"Add of existing embedding ID: {id}")

Then the awful logging will vanish.

@vkehfdl1 vkehfdl1 added wontfix This will not be worked on and removed High Priority Low-Level Low Level API for RAG experts labels Feb 18, 2024
@vkehfdl1
Copy link
Contributor Author

I think I will submit this at troubleshooting docs.

@vkehfdl1
Copy link
Contributor Author

Closing this issue since this is not a AutoRAG bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants