We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
chroma-core/chroma#1733
It actually did not ingest anything.
Sorry, something went wrong.
Go to your lib folder and go to here chromadb/segment/impl/vector/local_persistent_hnsw.py
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.
I think I will submit this at troubleshooting docs.
Closing this issue since this is not a AutoRAG bug.
vkehfdl1
bwook00
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: