Deshraj Yadav

Results 180 comments of Deshraj Yadav

Thanks for reporting the issue @VIGNESHinZONE. Seems like this is happening due to the mismatch between the dimensions of embedding models used for open source and OpenAI embedding model. You...

Ah my bad. Here is the correct code: ```python from embedchain import App config = { "app": { "config": { "collection_name": "openai-model", "id": "my-app-id" }, } } app = App.from_config(config=config)...

Can you try to remove the `db/` directory and try again? I will look into how to resolve this properly later today.

Thanks. You probably want to delete the OpenAI key that you posted accidently (if valid).

Can you please reach out on our slack for these kinds of queries? Thanks Link: https://embedchain.ai/slack

Yeah sure, please feel free to work on it.

Can you please check why the tests are failing?

Oh interesting. Will merge this PR and debug it separately on my end. Thanks for this PR!

Hi, I am co-founder and cto of Embedchain here. We have fixed the issue on our side and the ollama embedder should work now. Please use `embedchain>=0.1.107` and it should...