Hammad Bashir

Results 152 comments of Hammad Bashir

Docs added - https://github.com/chroma-core/docs/pull/65

#267 removes sentence-transformers, but unfortunately will still not unblock 3.11 as onnxruntime does not yet support it. With major packages like onnx and pytorch not supporting 3.11, it is hard...

Hi @rxy1212 - I think using the existing SentenceTransformerEmbeddingFunction with model_name='shibing624/text2vec-base-chinese' works here too, and this is already supported. Or does Text2Vec support models not supported by SentenceTransformers that you...

@ha-sante Would you be ok to make the texts -> input change?

Hi @mattpovey, The embeddings queue will store all operations as its designed to be an event-log of user operations, I think we could definitely purge duplicate entries, but thats not...

Closing this out as stale, I think the appropriate solutions are documented - you need a c++ toolchain!

That would be excellent if you want to! We basically want to integrate https://pre-commit.com/ to run flake8 and black on git commit. Then we want to use precommit run all...

I've assigned the issue to you @rodneyosodo - if you decide not to take this on let me know! Was planning on doing it later this week :) Thanks so...

Have you tried altering the hnsw parameters of your index? They control the quality of the search, setting n_results to be large implictly increases the search_ef parameter which makes your...