Replication configuration on Langchain

Hi team ! I’m using langchain in my project and I’d like to integrate with Weaviate. Replication is a requirement in my environment, so I configured the helm chart to deploy 3 replicas. Now I can’t configure langchain to create classes with a replication_factor > 1.

Is possible to configure replication in a schema using langchain ?

Hi @Natasha_Tomattis ! Welcome to our community :hugs:

I believe you will have to create your class beforehand so you can specify replication configuration.

Langchain (at least in python) will create a very basic class and I don’t see how you can pass that additional configuration there :thinking:

Let me know if this helps :slight_smile: