- Weaviate::Client constructor accepts customer logger: to be passed in
- Add object.replace method which uses PUT which performs a complete object replacement
- Change the object.update method to use PATCH which only performs a partial update(previously performed a replacement)
- Allow the user to specify any options they want for multi-tenancy when creating a schema using their own hash
- Allow Ollama vectorizer
- Add multi-tenancy support
- Adding yard
- Add Google PaLM support
- Initializing the weaviate client requires the single
url:
key instead of separatehost:
andschema:
- Initial release