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