-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
feat: add component clickhouse for vector database #3657
Conversation
fix: Problem in the description field when using the MariaDB or MySQL.
fix: Problem in the description field when using the MariaDB or MySQL…
fix: Add the migration script to update description columns type.
…_description_columns_type.py Co-authored-by: Gabriel Luiz Freitas Almeida <gabriel@langflow.org>
…ores feat: add component clickhouse for vector database
This pull request is automatically being deployed by Amplify Hosting (learn more). |
Hi @ogabrielluiz, |
Thanks for this component! This is probably happening because you are creating a PR from your main branch |
# Conflicts: # poetry.lock # pyproject.toml
Do you think I should create a new PR? The error is about an error 403 HTTP. |
Hi @ogabrielluiz, I understood what happened (autofix.ci / Check Poetry lock), the problem occurs because I don't have write access to the repository, and since this PR came from a fork it ended up giving this error when adding a comment (Posting diff to new comment.). Thank you so much! |
# Conflicts: # poetry.lock # pyproject.toml
* fix: Problem in the description field when using the MariaDB or MySQL database. * fix: Problem in the description field when using the MariaDB or MySQL database. * fix: Add the migration script to update description columns type. * [autofix.ci] apply automated fixes * Update src/backend/base/langflow/alembic/versions/1d90f8a0efe1_update_description_columns_type.py Co-authored-by: Gabriel Luiz Freitas Almeida <gabriel@langflow.org> * feat: add component clickhouse for vector database * feat: add component clickhouse for vector database - conflicts resolved * [autofix.ci] apply automated fixes * [autofix.ci] apply automated fixes (attempt 2/3) * feat: add component clickhouse for vector database - conflicts resolved * feat: add component clickhouse for vector database - update poetry * feat: add component clickhouse for vector database - conflicts resolved --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Gabriel Luiz Freitas Almeida <gabriel@langflow.org>
This PR is about including the Clickhouse component as a database for embedding.