mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-27 12:34:02 +08:00
chore: auto-bake note keys and regenerate backend locales/en.json [skip ci]
This commit is contained in:
@ -549,6 +549,51 @@
|
||||
"components.astradbcqltoolcomponent.inputs.tools_params.info.862a5126": "Define the structure for the tool parameters. Describe the parameters in a way the LLM can understand how to use them. Add the parameters respecting the table schema (Partition Keys, Clustering Keys and Indexed Fields).",
|
||||
"components.astradbcqltoolcomponent.outputs.api_build_tool.display_name.2e53bdcd": "Tool",
|
||||
"components.astradbcqltoolcomponent.outputs.api_run_model.display_name.db1a21a0": "JSON",
|
||||
"components.astradbdataapi.description.e7079f0a": "Run Data API operations (find, filter, insert, update, delete, count) against an Astra DB collection using astrapy directly.",
|
||||
"components.astradbdataapi.display_name.0ac94a1b": "Astra DB Data API",
|
||||
"components.astradbdataapi.inputs.api_endpoint.display_name.7f9cfe55": "Astra DB API Endpoint",
|
||||
"components.astradbdataapi.inputs.api_endpoint.info.7f2f9e76": "The API Endpoint for the Astra DB instance. Supercedes database selection.",
|
||||
"components.astradbdataapi.inputs.autodetect_collection.display_name.7d986a85": "Autodetect Collection",
|
||||
"components.astradbdataapi.inputs.autodetect_collection.info.2b6fb2aa": "Boolean flag to determine whether to autodetect the collection.",
|
||||
"components.astradbdataapi.inputs.collection_name.display_name.7b790708": "Collection",
|
||||
"components.astradbdataapi.inputs.collection_name.info.65a40e34": "The name of the collection within Astra DB where the vectors will be stored.",
|
||||
"components.astradbdataapi.inputs.database_name.display_name.fa7fe671": "Database",
|
||||
"components.astradbdataapi.inputs.database_name.info.5779725b": "The Database name for the Astra DB instance.",
|
||||
"components.astradbdataapi.inputs.document.display_name.d6bd8c0a": "Document",
|
||||
"components.astradbdataapi.inputs.document.info.3406d1b5": "Single document to insert, e.g. {\"name\": \"Ada\", \"age\": 36}.",
|
||||
"components.astradbdataapi.inputs.documents.display_name.b4e929d8": "Documents",
|
||||
"components.astradbdataapi.inputs.documents.info.353477b0": "List of documents to insert. Provide a JSON list, e.g. [{...}, {...}].",
|
||||
"components.astradbdataapi.inputs.environment.display_name.9e471951": "Environment",
|
||||
"components.astradbdataapi.inputs.environment.info.958426de": "The environment for the Astra DB API Endpoint.",
|
||||
"components.astradbdataapi.inputs.filter_query.display_name.638e249f": "Filter",
|
||||
"components.astradbdataapi.inputs.filter_query.info.e8fc50a0": "MongoDB-style filter, e.g. {\"status\": \"active\", \"age\": {\"$gte\": 18}}. Leave empty to match all documents (not recommended for delete/update operations).",
|
||||
"components.astradbdataapi.inputs.include_similarity.display_name.7bcd35d4": "Include Similarity",
|
||||
"components.astradbdataapi.inputs.include_similarity.info.17cff372": "Include the ``$similarity`` score on each returned document (vector searches only).",
|
||||
"components.astradbdataapi.inputs.keyspace.display_name.34d4379f": "Keyspace",
|
||||
"components.astradbdataapi.inputs.keyspace.info.e50d893d": "Optional keyspace within Astra DB to use for the collection.",
|
||||
"components.astradbdataapi.inputs.limit.display_name.674b0ed5": "Limit",
|
||||
"components.astradbdataapi.inputs.limit.info.27121fc9": "Maximum number of documents to return.",
|
||||
"components.astradbdataapi.inputs.operation.display_name.0f044feb": "Operation",
|
||||
"components.astradbdataapi.inputs.operation.info.91b6650e": "Data API operation to run against the selected collection.",
|
||||
"components.astradbdataapi.inputs.ordered.display_name.cd48fa12": "Ordered Insert",
|
||||
"components.astradbdataapi.inputs.ordered.info.3a2516a6": "If enabled, inserts stop at the first error; otherwise errors are collected.",
|
||||
"components.astradbdataapi.inputs.projection.display_name.54be5f95": "Projection",
|
||||
"components.astradbdataapi.inputs.projection.info.316bbbb9": "Fields to include (``1``/``true``) or exclude (``0``/``false``), e.g. {\"name\": 1, \"email\": 1}.",
|
||||
"components.astradbdataapi.inputs.skip.display_name.28d03596": "Skip",
|
||||
"components.astradbdataapi.inputs.skip.info.6b1b7b83": "Number of documents to skip.",
|
||||
"components.astradbdataapi.inputs.sort.display_name.bec69036": "Sort",
|
||||
"components.astradbdataapi.inputs.sort.info.fb7d0830": "Sort specification -- ``1`` ascending, ``-1`` descending. Use ``$vector`` or ``$vectorize`` for vector search, e.g. {\"$vectorize\": \"search query\"}.",
|
||||
"components.astradbdataapi.inputs.token.display_name.9d048d03": "Astra DB Application Token",
|
||||
"components.astradbdataapi.inputs.token.info.1e3c8180": "Authentication token for accessing Astra DB.",
|
||||
"components.astradbdataapi.inputs.update.display_name.c1c1009d": "Update",
|
||||
"components.astradbdataapi.inputs.update.info.6f161231": "Update operator document, e.g. {\"$set\": {\"status\": \"archived\"}}. Must use update operators (``$set``, ``$inc``, ``$push`` ...).",
|
||||
"components.astradbdataapi.inputs.upper_bound.display_name.4a94dd69": "Count Upper Bound",
|
||||
"components.astradbdataapi.inputs.upper_bound.info.ec6b9c33": "Maximum count astrapy will scan to for ``Count Documents``.",
|
||||
"components.astradbdataapi.inputs.upsert.display_name.b004ea09": "Upsert",
|
||||
"components.astradbdataapi.inputs.upsert.info.7c033541": "Insert a new document if no match is found.",
|
||||
"components.astradbdataapi.outputs.data.display_name.cec3a9b8": "Data",
|
||||
"components.astradbdataapi.outputs.dataframe.display_name.16d1c905": "Table",
|
||||
"components.astradbdataapi.outputs.raw.display_name.5c7b8f9c": "Raw Result",
|
||||
"components.astradbgraph.description.ca95eeae": "Implementation of Graph Vector Store using Astra DB",
|
||||
"components.astradbgraph.display_name.a646d5ca": "Astra DB Graph",
|
||||
"components.astradbgraph.inputs.api_endpoint.display_name.7f9cfe55": "Astra DB API Endpoint",
|
||||
|
||||
Reference in New Issue
Block a user