Integrating Weaviate Community with Langchain Core

I have installed langchain core community on my server and weaviate community on my server through docker image, Weaviate is running properly, however REST api are not functioning properly which is another issue, however the core concern is that I felt API might not be required since Langchain and Weaviate being on same server can integrate easily with langchain framework.

However I have tried couple of times but not getting luck.
Can you please tell me what is the process of integrationg of weaviate with langchain ? are there any quick connectors which we can use like python driver or anything?

Regards

Hi @darklord.thevader !!

Connecting Langchain + Weaviate is a matter of passing a working client into the Vector Store instantiation.

I have written a recipe for langchain here:

Have seen those?

Can you provide any error logs?

Thanks!