You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I searched existing ideas and did not find a similar one
I added a very descriptive title
I've clearly described the feature request and motivation for it
Feature request
In Chromadb, you can control the behavior of HNSW algorithm by parameter "hnsw:search_ef", which controls the number of neighbours in the HNSW graph to explore when adding new vectors, but in the codes of creating Chroma instances I don't find way to set this parameter
Motivation
After I had completed the vector database codes using Chroma support, I noticed there was no way to tune the parameter to control the HNSW algo of the database, which made the HNSW searching process to be default and could not provide more flexibility. I think this should be added.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Checked
Feature request
In Chromadb, you can control the behavior of HNSW algorithm by parameter "hnsw:search_ef", which controls the number of neighbours in the HNSW graph to explore when adding new vectors, but in the codes of creating Chroma instances I don't find way to set this parameter
Motivation
After I had completed the vector database codes using Chroma support, I noticed there was no way to tune the parameter to control the HNSW algo of the database, which made the HNSW searching process to be default and could not provide more flexibility. I think this should be added.
Proposal (If applicable)
No response
Beta Was this translation helpful? Give feedback.
All reactions