* feat: Add deletion_field parameter to AstraDBVectorStoreComponent for document management - Introduced a new 'deletion_field' input to specify a metadata field for deleting documents before loading new data. - Enhanced the _add_documents_to_vector_store method to handle document deletion based on the specified field, improving data management capabilities. * Merging with main * [autofix.ci] apply automated fixes * [autofix.ci] apply automated fixes * - Enhanced the info string for the 'deletion_field' parameter to improve readability. - Optimized the deletion logic by using a set comprehension to eliminate duplicates when gathering delete values from documents. * [autofix.ci] apply automated fixes * Update src/backend/base/langflow/components/vectorstores/astradb.py Co-authored-by: Madhavan <msmygit@users.noreply.github.com> * [autofix.ci] apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Eric Hare <ericrhare@gmail.com> Co-authored-by: Madhavan <msmygit@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| base | ||
| langflow/version | ||
| tests | ||
| .gitignore | ||
| Dockerfile | ||