langchain-ai / langchain-weaviate

MIT License
33 stars 13 forks source link

Added ability to pass in dictionary schema #201

Open dhanshew72 opened 2 months ago

dhanshew72 commented 2 months ago

This PR includes:

I wrote this because to create a custom schema requires calling create collection calls outside of initializing the VectorStore which seems redundant when this call is already attempting to create a default schema.