supernitin

Results 6 comments of supernitin

> Hey @supernitin I believe you are looking for this. Let me know if this is what you were looking for. > https://docs.mem0.ai/open-source/features/rest-api > https://github.com/mem0ai/mem0/tree/main/server I was looking for instructions...

So is the expectation for this to work with pdfs that contain images that you write your own plugin? This limitation should be made clear.

Same issue trying to use text-embedding-3-large. Frustrating.

eagerly waiting for this!

Hello @buntys2010 , I was able to get around this with the following change in embed chain > embedder > azure_openai.py ```python #from langchain_community.embeddings import AzureOpenAIEmbeddings from langchain_openai import AzureOpenAIEmbeddings...