Jeff Huber
Jeff Huber
@egils-mtx we are looking into this some more.
@pseudotensor Chroma uses `HNSW` under the hood and FAISS very often uses `HNSW` as well. With FAISS - what algorithm are you using?
Hmm I am not sure actually! https://faiss.ai/cpp_api/structlist.html On Wed, May 10, 2023 at 11:56 AM pseudotensor ***@***.***> wrote: > @pseudotensor Chroma uses HNSW under > the hood and FAISS very...
hey everyone, Jeff from Chroma here, the fastapi bump with the pydantic bump caused a bunch of type errors in Chroma - we made an issue to fix this up...
Chroma is updating our deps https://github.com/chroma-core/chroma/pull/799 - landing as soon as tests pass and then cutting a new release.
(jeff from chroma) FYI - this should all be cleaned up now with `0.3.29` release from chroma - sorry about the conflict everyone!
@hwchase17 🤔 any thoughts here? I didn't write this but happy to help.
Hi everyone, Jeff from Chroma here. I will be looking into this tomorrow morning and will report back.
here is a trivial example based on the langchain example `vectorstore.ipynb` `test.py` ```python from langchain.embeddings.openai import OpenAIEmbeddings from langchain.vectorstores import Chroma from langchain.text_splitter import CharacterTextSplitter from langchain.document_loaders import TextLoader loader...
ok sounds great! please send that along via email or discord DM