marc-dsalab

Results 4 comments of marc-dsalab

Rejected due to conflicts with latest version. Changes done manually!

It would indeed be great to have a possibility to do embeddings based on gpt4all. Any progress on this?

> @marc-dsalab you can use some other models, for example: > > ```python > embeddings = HuggingFaceEmbeddings(model_name="all-MiniLM-L6-v2") > > db = Chroma(persist_directory=persist_directory, embedding_function=embeddings, client_settings=CHROMA_SETTINGS) > > llm = GPT4All(model="models/ggml-gpt4all-j-v1.3-groovy.bin", n_ctx=model_n_ctx,...

Did you try to add: 'paid': True to the config? I'm also working with a ChatGPT+ account, although with access_token, but it works fine.