lfx-nightly 0.1.12.dev11__py3-none-any.whl → 0.1.12.dev12__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of lfx-nightly might be problematic. Click here for more details.
- lfx/components/clickhouse/clickhouse.py +3 -3
- lfx/components/cohere/cohere_models.py +1 -1
- lfx/components/nvidia/system_assist.py +1 -1
- lfx/components/vectorstores/clickhouse.py +3 -3
- {lfx_nightly-0.1.12.dev11.dist-info → lfx_nightly-0.1.12.dev12.dist-info}/METADATA +1 -1
- {lfx_nightly-0.1.12.dev11.dist-info → lfx_nightly-0.1.12.dev12.dist-info}/RECORD +8 -8
- {lfx_nightly-0.1.12.dev11.dist-info → lfx_nightly-0.1.12.dev12.dist-info}/WHEEL +0 -0
- {lfx_nightly-0.1.12.dev11.dist-info → lfx_nightly-0.1.12.dev12.dist-info}/entry_points.txt +0 -0
|
@@ -15,8 +15,8 @@ from lfx.schema.data import Data
|
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
class ClickhouseVectorStoreComponent(LCVectorStoreComponent):
|
|
18
|
-
display_name = "
|
|
19
|
-
description = "
|
|
18
|
+
display_name = "ClickHouse"
|
|
19
|
+
description = "ClickHouse Vector Store with search capabilities"
|
|
20
20
|
name = "Clickhouse"
|
|
21
21
|
icon = "Clickhouse"
|
|
22
22
|
|
|
@@ -69,7 +69,7 @@ class ClickhouseVectorStoreComponent(LCVectorStoreComponent):
|
|
|
69
69
|
import clickhouse_connect
|
|
70
70
|
except ImportError as e:
|
|
71
71
|
msg = (
|
|
72
|
-
"Failed to import
|
|
72
|
+
"Failed to import ClickHouse dependencies. "
|
|
73
73
|
"Install it using `uv pip install langflow[clickhouse-connect] --pre`"
|
|
74
74
|
)
|
|
75
75
|
raise ImportError(msg) from e
|
|
@@ -10,7 +10,7 @@ from lfx.io import SecretStrInput, SliderInput
|
|
|
10
10
|
class CohereComponent(LCModelComponent):
|
|
11
11
|
display_name = "Cohere Language Models"
|
|
12
12
|
description = "Generate text using Cohere LLMs."
|
|
13
|
-
documentation = "https://python.langchain.com/docs/
|
|
13
|
+
documentation = "https://python.langchain.com/docs/integrations/llms/cohere/"
|
|
14
14
|
icon = "Cohere"
|
|
15
15
|
name = "CohereModel"
|
|
16
16
|
|
|
@@ -15,7 +15,7 @@ class NvidiaSystemAssistComponent(ComponentWithCache):
|
|
|
15
15
|
"The user may query GPU specifications, state, and ask the NV-API to perform "
|
|
16
16
|
"several GPU-editing acations. The prompt must be human-readable language."
|
|
17
17
|
)
|
|
18
|
-
documentation = "https://docs.langflow.org/
|
|
18
|
+
documentation = "https://docs.langflow.org/integrations-nvidia-g-assist"
|
|
19
19
|
icon = "NVIDIA"
|
|
20
20
|
rise_initialized = False
|
|
21
21
|
|
|
@@ -15,8 +15,8 @@ from lfx.schema.data import Data
|
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
class ClickhouseVectorStoreComponent(LCVectorStoreComponent):
|
|
18
|
-
display_name = "
|
|
19
|
-
description = "
|
|
18
|
+
display_name = "ClickHouse"
|
|
19
|
+
description = "ClickHouse Vector Store with search capabilities"
|
|
20
20
|
name = "Clickhouse"
|
|
21
21
|
icon = "Clickhouse"
|
|
22
22
|
|
|
@@ -69,7 +69,7 @@ class ClickhouseVectorStoreComponent(LCVectorStoreComponent):
|
|
|
69
69
|
import clickhouse_connect
|
|
70
70
|
except ImportError as e:
|
|
71
71
|
msg = (
|
|
72
|
-
"Failed to import
|
|
72
|
+
"Failed to import ClickHouse dependencies. "
|
|
73
73
|
"Install it using `uv pip install langflow[clickhouse-connect] --pre`"
|
|
74
74
|
)
|
|
75
75
|
raise ImportError(msg) from e
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: lfx-nightly
|
|
3
|
-
Version: 0.1.12.
|
|
3
|
+
Version: 0.1.12.dev12
|
|
4
4
|
Summary: Langflow Executor - A lightweight CLI tool for executing and serving Langflow AI flows
|
|
5
5
|
Author-email: Gabriel Luiz Freitas Almeida <gabriel@langflow.org>
|
|
6
6
|
Requires-Python: <3.14,>=3.10
|
|
@@ -148,12 +148,12 @@ lfx/components/cleanlab/cleanlab_evaluator.py,sha256=BpY8gE_-HnhrnfqHFOmA-zup7NA
|
|
|
148
148
|
lfx/components/cleanlab/cleanlab_rag_evaluator.py,sha256=9ItX_3yj_0gZuX3_vVVRXj2qd8N7Jtr7P0ZBXPk0imk,9834
|
|
149
149
|
lfx/components/cleanlab/cleanlab_remediator.py,sha256=pbGdM4mRx8v3qMHX6-3CZ_lAbPw6TVUGbrGbRTkfUxU,5877
|
|
150
150
|
lfx/components/clickhouse/__init__.py,sha256=wv5NE-8x0eFDIJDjMfNq7xXURXQN8EwT0Rbpz4rXvZc,965
|
|
151
|
-
lfx/components/clickhouse/clickhouse.py,sha256=
|
|
151
|
+
lfx/components/clickhouse/clickhouse.py,sha256=kQnoE9ycFPWDE0rNLxaTyjxq5b3aCeaf-f5H_Lx7iBs,5035
|
|
152
152
|
lfx/components/cloudflare/__init__.py,sha256=hNoGPWCBAXbN5pjfMqexHGRpZlK0ldDZoHpejDnIpu8,1007
|
|
153
153
|
lfx/components/cloudflare/cloudflare.py,sha256=HqbkhXwUYacol8GkHchZD1bM7tDNHuuPGnHF7M8X454,2994
|
|
154
154
|
lfx/components/cohere/__init__.py,sha256=MSTeplsNIXTVm_dUcJETy6YGb-fw7-dplC9jzAodPpo,1198
|
|
155
155
|
lfx/components/cohere/cohere_embeddings.py,sha256=nA9BOixk534yJZymJaukBrQYBj_uB2nyYvzJPd_3aUc,3083
|
|
156
|
-
lfx/components/cohere/cohere_models.py,sha256=
|
|
156
|
+
lfx/components/cohere/cohere_models.py,sha256=WUhS4dcG8FBcJm2dCfhiDuaxZX8S1lICMI_Mmd6kflo,1563
|
|
157
157
|
lfx/components/cohere/cohere_rerank.py,sha256=qUoNEe6sjUnvkTHkCzwayBuLDoH957BBEgb-Qu_k9Yk,1554
|
|
158
158
|
lfx/components/composio/__init__.py,sha256=DVYKV9JyGTAWYDpAV7TeEKp_efltoOiyblQmL-qq4Ok,5175
|
|
159
159
|
lfx/components/composio/airtable_composio.py,sha256=5HrQEcM8bW7xv4AE5NIWyBzfgopxf9SIIpdcQHuy978,357
|
|
@@ -397,7 +397,7 @@ lfx/components/nvidia/nvidia.py,sha256=MpW5cgiUkWNYPSPR8mfJXbuajKb52J2p8Fzjc0HNl
|
|
|
397
397
|
lfx/components/nvidia/nvidia_embedding.py,sha256=D97QOAgtZEzwHvBmDDShTmZhDAyN2SRbfb71515ib-g,2658
|
|
398
398
|
lfx/components/nvidia/nvidia_ingest.py,sha256=_wxmYNmRQ2kBfAxaXLykBIlKFXVGXEsTY22spVeoCCI,12065
|
|
399
399
|
lfx/components/nvidia/nvidia_rerank.py,sha256=zzl2skHxf2oXINDZBmG8-GbkTkc6EWtyMjyV8pVRAm4,2293
|
|
400
|
-
lfx/components/nvidia/system_assist.py,sha256=
|
|
400
|
+
lfx/components/nvidia/system_assist.py,sha256=G8cgsLQxRBBnUt49_Uzxt7cdTNplVAzUlDDwoqe57u0,2473
|
|
401
401
|
lfx/components/olivya/__init__.py,sha256=ilZR88huL3vnQHO27g4jsUkyIYSgN7RPOq8Corbi6xA,67
|
|
402
402
|
lfx/components/olivya/olivya.py,sha256=2A5QizyHByoIJLMM9RlyU64gYlqy0qtkw78S2RJU8NA,4185
|
|
403
403
|
lfx/components/ollama/__init__.py,sha256=fau8QcWs_eHO2MmtQ4coiKj9CzFA9X4hqFf541ekgXk,1068
|
|
@@ -502,7 +502,7 @@ lfx/components/vectorstores/astradb_graph.py,sha256=qvh49NH5zTkAlA46HZOy7c-vucpj
|
|
|
502
502
|
lfx/components/vectorstores/cassandra.py,sha256=gz8nfaq3ta6h_zVkHVn8uRKtcs9vDRuE7d1p5vI7LhE,9540
|
|
503
503
|
lfx/components/vectorstores/cassandra_graph.py,sha256=JsY_gHRexI2p3U6uiQuygC7upu_HljquasDMId6PG6Y,8305
|
|
504
504
|
lfx/components/vectorstores/chroma.py,sha256=DxvHJqhqx6CYdPoAG5Ly6jJsEOMR2R4lXv4UlvGQmQc,6171
|
|
505
|
-
lfx/components/vectorstores/clickhouse.py,sha256=
|
|
505
|
+
lfx/components/vectorstores/clickhouse.py,sha256=kQnoE9ycFPWDE0rNLxaTyjxq5b3aCeaf-f5H_Lx7iBs,5035
|
|
506
506
|
lfx/components/vectorstores/couchbase.py,sha256=cO1HWm9IisWWVcxKjr7TuoOfqnY2Ndnq_QPP3L2yAoc,3965
|
|
507
507
|
lfx/components/vectorstores/elasticsearch.py,sha256=WcBi8THcOzopZeYOQeEoHxsZkACHk4R3MKhSEYGxnfY,9773
|
|
508
508
|
lfx/components/vectorstores/faiss.py,sha256=K9egZNckeHOrPqxuFia4VL4-mFphyEl6dQ_F-lXvax8,3893
|
|
@@ -708,7 +708,7 @@ lfx/utils/schemas.py,sha256=NbOtVQBrn4d0BAu-0H_eCTZI2CXkKZlRY37XCSmuJwc,3865
|
|
|
708
708
|
lfx/utils/util.py,sha256=xGR32XDRr_TtruhjnXfI7lEWmk-vgywHAy3kz5SBowc,15725
|
|
709
709
|
lfx/utils/util_strings.py,sha256=nU_IcdphNaj6bAPbjeL-c1cInQPfTBit8mp5Y57lwQk,1686
|
|
710
710
|
lfx/utils/version.py,sha256=cHpbO0OJD2JQAvVaTH_6ibYeFbHJV0QDHs_YXXZ-bT8,671
|
|
711
|
-
lfx_nightly-0.1.12.
|
|
712
|
-
lfx_nightly-0.1.12.
|
|
713
|
-
lfx_nightly-0.1.12.
|
|
714
|
-
lfx_nightly-0.1.12.
|
|
711
|
+
lfx_nightly-0.1.12.dev12.dist-info/METADATA,sha256=kOUtFVWmgxO487sp0ZXsC1vuli0LMgaLD2obh8NA3do,8068
|
|
712
|
+
lfx_nightly-0.1.12.dev12.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
713
|
+
lfx_nightly-0.1.12.dev12.dist-info/entry_points.txt,sha256=1724p3RHDQRT2CKx_QRzEIa7sFuSVO0Ux70YfXfoMT4,42
|
|
714
|
+
lfx_nightly-0.1.12.dev12.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|