Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update create_engine method to include max_overflow parameter (#1341)
This pull request updates the `create_engine` method in the `DatabaseService` class to include the `max_overflow` parameter. This allows for better control of connection pooling and prevents connection errors when the pool is full. Additionally, it updates the `weaviate-client` version to `4.0.0` and the `langflow` version to `0.6.5a4`.
- Loading branch information