You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@maw2in Hello! I'm here to help you with any bugs, questions, or contributions you have. Let's work together to solve the issue you're facing.
Could you provide more details about the specific error message you're encountering when trying to connect to Weaviate using the new syntax? Additionally, it would be helpful to know if there are any specific configurations or custom parameters you're using in your docker-compose.yml file.
Bug Description
When adding a weaviate vector store, the component is using the old syntax of connecting to the weaviate database : weaviate.Client(url=http://....)
The new syntax is: weaviate.connect_to_local(host=..., port=...)
More details on:
https://weaviate.io/developers/weaviate/client-libraries/python
Can anyone assist in fixing it ?
Reproduction
Using docker-compose to create both weaviate instance and langflow:latest
Expected behavior
Error.about the method used.
Who can help?
No response
Operating System
Ubuntu
Langflow Version
Latest
Python Version
None
Screenshot
No response
Flow File
No response
The text was updated successfully, but these errors were encountered: