lfx-nightly 0.2.0.dev26__py3-none-any.whl → 0.2.0.dev41__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.
- lfx/_assets/component_index.json +1 -1
- lfx/base/agents/agent.py +8 -3
- lfx/base/agents/altk_base_agent.py +16 -3
- lfx/base/data/base_file.py +14 -4
- lfx/base/data/docling_utils.py +61 -10
- lfx/base/data/storage_utils.py +109 -0
- lfx/base/mcp/util.py +2 -2
- lfx/base/models/anthropic_constants.py +21 -12
- lfx/cli/commands.py +3 -1
- lfx/components/docling/chunk_docling_document.py +3 -1
- lfx/components/docling/export_docling_document.py +3 -1
- lfx/components/files_and_knowledge/file.py +59 -7
- lfx/components/files_and_knowledge/save_file.py +79 -12
- lfx/components/ibm/watsonx.py +7 -1
- lfx/components/input_output/chat_output.py +7 -1
- lfx/components/llm_operations/batch_run.py +16 -7
- lfx/components/models_and_agents/agent.py +4 -2
- lfx/components/models_and_agents/embedding_model.py +6 -76
- lfx/components/ollama/ollama.py +9 -4
- lfx/components/processing/__init__.py +0 -3
- lfx/custom/directory_reader/directory_reader.py +5 -2
- lfx/graph/graph/base.py +1 -4
- lfx/graph/vertex/base.py +1 -4
- lfx/schema/image.py +2 -12
- lfx/services/interfaces.py +5 -0
- lfx/services/manager.py +5 -4
- lfx/services/mcp_composer/service.py +38 -12
- lfx/services/settings/auth.py +18 -11
- lfx/services/settings/base.py +5 -23
- lfx/services/storage/local.py +32 -0
- lfx/services/storage/service.py +19 -0
- lfx/utils/image.py +29 -11
- {lfx_nightly-0.2.0.dev26.dist-info → lfx_nightly-0.2.0.dev41.dist-info}/METADATA +1 -1
- {lfx_nightly-0.2.0.dev26.dist-info → lfx_nightly-0.2.0.dev41.dist-info}/RECORD +36 -39
- lfx/base/embeddings/embeddings_class.py +0 -113
- lfx/components/elastic/opensearch_multimodal.py +0 -1575
- lfx/components/processing/dataframe_to_toolset.py +0 -259
- {lfx_nightly-0.2.0.dev26.dist-info → lfx_nightly-0.2.0.dev41.dist-info}/WHEEL +0 -0
- {lfx_nightly-0.2.0.dev26.dist-info → lfx_nightly-0.2.0.dev41.dist-info}/entry_points.txt +0 -0
|
@@ -4,12 +4,12 @@ lfx/constants.py,sha256=Ert_SpwXhutgcTKEvtDArtkONXgyE5x68opMoQfukMA,203
|
|
|
4
4
|
lfx/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
5
5
|
lfx/settings.py,sha256=wnx4zkOLQ8mvampYsnnvVV9GvEnRUuWQpKFSbFTCIp4,181
|
|
6
6
|
lfx/type_extraction.py,sha256=eCZNl9nAQivKdaPv_9BK71N0JV9Rtr--veAht0dnQ4A,2921
|
|
7
|
-
lfx/_assets/component_index.json,sha256=
|
|
7
|
+
lfx/_assets/component_index.json,sha256=NMBIBuzmEvXazKHGgaxXriAH63nFXDc5V2f3vSTLAuI,3898949
|
|
8
8
|
lfx/base/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
9
9
|
lfx/base/constants.py,sha256=v9vo0Ifg8RxDu__XqgGzIXHlsnUFyWM-SSux0uHHoz8,1187
|
|
10
10
|
lfx/base/agents/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
-
lfx/base/agents/agent.py,sha256=
|
|
12
|
-
lfx/base/agents/altk_base_agent.py,sha256=
|
|
11
|
+
lfx/base/agents/agent.py,sha256=igsRQKVxFsv6vSE0YYYCY230Rk6MXbPmNfbbx6IHZFg,16253
|
|
12
|
+
lfx/base/agents/altk_base_agent.py,sha256=AE6_uKnBVLz1Jq2eTBwV4rUWui9M6ofyXzxMgmOVae8,16415
|
|
13
13
|
lfx/base/agents/altk_tool_wrappers.py,sha256=hLOqM9cC3AaV_U4UeZhi00zOldhQmSBwoGg67gRzUaM,23743
|
|
14
14
|
lfx/base/agents/callback.py,sha256=mjlT9ukBMVrfjYrHsJowqpY4g9hVGBVBIYhncLWr3tQ,3692
|
|
15
15
|
lfx/base/agents/context.py,sha256=u0wboX1aRR22Ia8gY14WF12RjhE0Rxv9hPBiixT9DtQ,3916
|
|
@@ -31,9 +31,9 @@ lfx/base/compressors/model.py,sha256=-FFBAPAy9bAgvklIo7x_uwShZR5NoMHakF6f_hNnLHg
|
|
|
31
31
|
lfx/base/curl/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
32
32
|
lfx/base/curl/parse.py,sha256=Yw6mMbGg7e-ffrBItEUJeTiljneCXlNyt5afzEP9eUI,6094
|
|
33
33
|
lfx/base/data/__init__.py,sha256=lQsYYMyAg_jA9ZF7oc-LNZsRE2uMGT6g16WzsUByHqs,81
|
|
34
|
-
lfx/base/data/base_file.py,sha256=
|
|
35
|
-
lfx/base/data/docling_utils.py,sha256=
|
|
36
|
-
lfx/base/data/storage_utils.py,sha256=
|
|
34
|
+
lfx/base/data/base_file.py,sha256=jxsK1d-t_kqF6YiEK_e3P6lsapqMy3WUNFwfE5eb6sA,31958
|
|
35
|
+
lfx/base/data/docling_utils.py,sha256=O3XnZc9qzNUYl0X-aYpRau68U8rgLudM48vfvw0AZQ0,15429
|
|
36
|
+
lfx/base/data/storage_utils.py,sha256=coxzPu0TafVXC8Wx2EarxNtz5w-Y1SpESDiRRNkHAhs,10664
|
|
37
37
|
lfx/base/data/utils.py,sha256=kLHBgfnhJKv-cYFrSbzLETHoFNzToLcERZycZzIOkRE,11361
|
|
38
38
|
lfx/base/datastax/__init__.py,sha256=s72q8NeqlMuNXb5WcYR2DTIuWOiBtfX23Z_Zte2PHGo,90
|
|
39
39
|
lfx/base/datastax/astradb_base.py,sha256=-6ROQSZtJ1tBXH6984bau-O4nl7NzB8C7Sz9T81YCdI,36776
|
|
@@ -41,7 +41,6 @@ lfx/base/document_transformers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5
|
|
|
41
41
|
lfx/base/document_transformers/model.py,sha256=etVEmyakiEgflB-fayClPnFRhaEdXfdUu4cqpgtk8ek,1317
|
|
42
42
|
lfx/base/embeddings/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
43
43
|
lfx/base/embeddings/aiml_embeddings.py,sha256=CD45AF2zX9nJWa9n1LThUoKh-oK75LozwfPH2u4JEvE,2087
|
|
44
|
-
lfx/base/embeddings/embeddings_class.py,sha256=E3to7aGHV_JIjZpBG6D1D6Ge-cRejesaY_4Ua1R0AHk,4016
|
|
45
44
|
lfx/base/embeddings/model.py,sha256=qElCK6CaGoOQHiqEZH1346eNQq8AjXFpMuOzLqB8zIM,998
|
|
46
45
|
lfx/base/flow_processing/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
47
46
|
lfx/base/flow_processing/utils.py,sha256=G-MhVp_W9xdNVYrajovky31bNWgUqq5H4GDlEDWP9Gc,2764
|
|
@@ -59,13 +58,13 @@ lfx/base/langwatch/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuF
|
|
|
59
58
|
lfx/base/langwatch/utils.py,sha256=N7rH3sRwgmNQzG0pKjj4wr_ans_drwtvkx4BQt-B0WA,457
|
|
60
59
|
lfx/base/mcp/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
61
60
|
lfx/base/mcp/constants.py,sha256=-1XnJxejlqm9zs1R91qGtOeX-_F1ZpdHVzCIqUCvhgE,62
|
|
62
|
-
lfx/base/mcp/util.py,sha256=
|
|
61
|
+
lfx/base/mcp/util.py,sha256=c3l_2s4_r91gTq-jRGv4K07hWNsRPKPLZIhYQFWvaB4,71850
|
|
63
62
|
lfx/base/memory/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
64
63
|
lfx/base/memory/memory.py,sha256=kZ-aZoHvRW4PJAgY1LUt5UBj7YXbos_aVBPGjC1EFCY,1835
|
|
65
64
|
lfx/base/memory/model.py,sha256=2oDORZV_l-DHLx9j9--wYprQUIYKOb8aTJpXmR1qOLw,1330
|
|
66
65
|
lfx/base/models/__init__.py,sha256=-wlh_C2fhUXr4U_ZQIUzNx1C1z9iaIE77b1EAYX8gsk,68
|
|
67
66
|
lfx/base/models/aiml_constants.py,sha256=7r_wG6MklHqPJgerDgXXrfL6cW4lJavXjyDaVpnSp1A,1796
|
|
68
|
-
lfx/base/models/anthropic_constants.py,sha256=
|
|
67
|
+
lfx/base/models/anthropic_constants.py,sha256=_Yx-NZLZPnRFnEvsWKJzj4MG5_TM2-8hh79gopxtDH4,3076
|
|
69
68
|
lfx/base/models/aws_constants.py,sha256=-Fa7T3wJqBaZhs80ATRgZP6yZ0Nsd1YYdZv9SfqT-Hs,6327
|
|
70
69
|
lfx/base/models/chat_result.py,sha256=-MypS6_GKXOqWevtk0xwtrsEO4mIgpPAt7-EML5n0vA,2756
|
|
71
70
|
lfx/base/models/cometapi_constants.py,sha256=VDqpyBAXbI79N7YAacK9AGVI7sK7ojVzvxJY-3by-uw,1353
|
|
@@ -99,7 +98,7 @@ lfx/base/vectorstores/model.py,sha256=pDAZ6D6XnMxGAV9hJjc3DYhjI9n77sc_FIs5lnpsDb
|
|
|
99
98
|
lfx/base/vectorstores/utils.py,sha256=OhBNYs9Z9poe82rTNFPdrESNRGuP6RO6-eOpwqJLBG0,750
|
|
100
99
|
lfx/base/vectorstores/vector_store_connection_decorator.py,sha256=2gh3DMhcMsCgVYFEFaVNMT3zsbd-fkFy5Bl_-jXDu8c,1998
|
|
101
100
|
lfx/cli/__init__.py,sha256=Oy17zrnwBlwJn80sMGyRJXos2n2eQGvSsh9CS_-v2R4,113
|
|
102
|
-
lfx/cli/commands.py,sha256=
|
|
101
|
+
lfx/cli/commands.py,sha256=UPSrPDi2Wa_riocMIi6KdewdSvnTKMyv6dNKVZs5Hwg,12105
|
|
103
102
|
lfx/cli/common.py,sha256=oeaRbSEIL9eH-4mhadojNb4TuBDVegmABxEQrzwShAo,22072
|
|
104
103
|
lfx/cli/run.py,sha256=vwlySByLYOMNJRf98BlYCQuskvN2fB94JQfImdUXJb4,21599
|
|
105
104
|
lfx/cli/script_loader.py,sha256=JRavlT-kxLRUrEfXyyL9gXbaZ-GjUo-3DBzlsL5aaUk,10839
|
|
@@ -303,17 +302,16 @@ lfx/components/deactivated/vector_store.py,sha256=7L1Z8Nl0RZjEGAj1O2tMhb6I6jUNNc
|
|
|
303
302
|
lfx/components/deepseek/__init__.py,sha256=gmyOcLeNEcnwSeowow0N0UhBDlSuZ_8x-DMUjwkNRFM,935
|
|
304
303
|
lfx/components/deepseek/deepseek.py,sha256=yNrHoljXOMScKng-oSB-ceWhVZeuh11lmrAY7WiB2H0,4702
|
|
305
304
|
lfx/components/docling/__init__.py,sha256=O4utz9GHFpTVe_Wy0PR80yA1irJQRnAFQWkoLCVj888,1424
|
|
306
|
-
lfx/components/docling/chunk_docling_document.py,sha256=
|
|
305
|
+
lfx/components/docling/chunk_docling_document.py,sha256=2Ezn_8bLJgTCVNYSBUc9dZfqopNK6XN1m82goVSUMFg,7663
|
|
307
306
|
lfx/components/docling/docling_inline.py,sha256=12s4U860c-wkpmd2JYi6qxK1Wx_PF9j9BARLhXCL0E0,8496
|
|
308
307
|
lfx/components/docling/docling_remote.py,sha256=Ju61E93tLBq6KsRRGVA1_ySWzEOdOFj9jS9kJ7gc3H4,6980
|
|
309
|
-
lfx/components/docling/export_docling_document.py,sha256=
|
|
308
|
+
lfx/components/docling/export_docling_document.py,sha256=Mld6fjlrW0FyTN3Nd1f-RO8SZWCtiYKqOLUGFC1Zv_A,4744
|
|
310
309
|
lfx/components/documentloaders/__init__.py,sha256=LNl2hG2InevQCUREFKhF9ylaTf_kwPsdjiDbx2ElX3M,69
|
|
311
310
|
lfx/components/duckduckgo/__init__.py,sha256=Y4zaOLVOKsD_qwF7KRLek1pcaKKHa6lGUHObuQTR9iY,104
|
|
312
311
|
lfx/components/duckduckgo/duck_duck_go_search_run.py,sha256=LlIqWkOJPIde1zEzin6XArYLjkg4ZBNi_AEZLJkfOQo,3074
|
|
313
312
|
lfx/components/elastic/__init__.py,sha256=tEqQ9UwUyeGttqGXOS2Or7Y50rQnNRWySfMx8u4fV8U,1126
|
|
314
313
|
lfx/components/elastic/elasticsearch.py,sha256=I-pDgwOewkzoV0jJOcNdisFhEO-xDZd5g9LLtf3wZ7U,9795
|
|
315
314
|
lfx/components/elastic/opensearch.py,sha256=d4NN0Pp1Ux5JVcjlDPW3G7WyJ3UF7KLLFIXdbuFls6w,30191
|
|
316
|
-
lfx/components/elastic/opensearch_multimodal.py,sha256=jHjXmf70C9exAOHlHrzvXMZvNZCUiwPGrY4ZzyEiCL0,68192
|
|
317
315
|
lfx/components/embeddings/__init__.py,sha256=WP7MRGihB0vkSmqKlBhi2n-ZLMMbwboUbKjQRpIVVCQ,1136
|
|
318
316
|
lfx/components/embeddings/similarity.py,sha256=2Ux9eR9p01r57hTkpBM3Hb0amWcbYtsa-yaVrO5G7aM,2971
|
|
319
317
|
lfx/components/embeddings/text_embedder.py,sha256=VBovt4BmDdPGwhDLqRzBOUB5DIJWllJgN9PpzIpRXo0,2494
|
|
@@ -321,10 +319,10 @@ lfx/components/exa/__init__.py,sha256=ESYlh6mAyXrpDIIfgf7xJy0zeMmesIMy7xV5MR-FdJ
|
|
|
321
319
|
lfx/components/exa/exa_search.py,sha256=JgOeKot4ymAJS1so1etP6UyzkkqI0dj9zzfSjxY4tUc,2088
|
|
322
320
|
lfx/components/files_and_knowledge/__init__.py,sha256=UB2ZsqfWwGAF1nhACPZULpq7Gr2RUwUsggI8TDJMhWw,1583
|
|
323
321
|
lfx/components/files_and_knowledge/directory.py,sha256=xV4OKQedfEwdqklMfHRcCLhwQ0ks9Bw86UbkCqmw9hE,3920
|
|
324
|
-
lfx/components/files_and_knowledge/file.py,sha256=
|
|
322
|
+
lfx/components/files_and_knowledge/file.py,sha256=HYGzpNdk1vCR90MP9tSP9VTOynaJfFFfuqvNu_XME5o,37066
|
|
325
323
|
lfx/components/files_and_knowledge/ingestion.py,sha256=x1PpImGucmAPUDnusWCJW1uPuhvdfQ0NWq06uyO5tSQ,28385
|
|
326
324
|
lfx/components/files_and_knowledge/retrieval.py,sha256=ZTq-aHa4wwpmBX7-DVIKMga7LkdoaQDDRFw95Hokks8,10648
|
|
327
|
-
lfx/components/files_and_knowledge/save_file.py,sha256=
|
|
325
|
+
lfx/components/files_and_knowledge/save_file.py,sha256=PiIRlcXVIrOEKmAlUuzzXlin9MoS28jJYzgTw4fGzTg,34093
|
|
328
326
|
lfx/components/firecrawl/__init__.py,sha256=2mW_Dsho8RYELzc1FcGrP0wz5MJQsRwmF72OendQaQg,1332
|
|
329
327
|
lfx/components/firecrawl/firecrawl_crawl_api.py,sha256=Iv11784nPLOeSmRBQmwm1BOorZxmMIGIJ2cusHMCYWc,3158
|
|
330
328
|
lfx/components/firecrawl/firecrawl_extract_api.py,sha256=gIN4LCwoMrxJkvKGLuVWnySprm-YWP6Wfx6WydCdOBc,5069
|
|
@@ -365,13 +363,13 @@ lfx/components/huggingface/__init__.py,sha256=b8NFo5-9zbBY4f9UVMzzQ9GdnSGqHYRKSW
|
|
|
365
363
|
lfx/components/huggingface/huggingface.py,sha256=up18KIWd__v1wjKe6Ee4jzFZ3pzYao6RIRRICTFXlEc,7621
|
|
366
364
|
lfx/components/huggingface/huggingface_inference_api.py,sha256=rwVGZYl0uE-AEeSwMOmnBqc1i-973atZCr2IhX-yVY4,4243
|
|
367
365
|
lfx/components/ibm/__init__.py,sha256=Jz5-Fc7fG2rW5qeHEJ1z9KfFkItpuINKBu-D4HaT-uc,1094
|
|
368
|
-
lfx/components/ibm/watsonx.py,sha256=
|
|
366
|
+
lfx/components/ibm/watsonx.py,sha256=dphpEI5euEQC83BkeIouH9p-Gco38eJPhUqwGSPjQTo,8220
|
|
369
367
|
lfx/components/ibm/watsonx_embeddings.py,sha256=_97UE-qQDCjkWfX3NFWNCti4TUXxO1LO0FIBQnFW4Co,4824
|
|
370
368
|
lfx/components/icosacomputing/__init__.py,sha256=NByWM-IMPf7N1lOeZDet8CvIa8A25kG3yKircYwS52w,120
|
|
371
369
|
lfx/components/icosacomputing/combinatorial_reasoner.py,sha256=SFVwR_8jGHVDaGO81jj2vzzeKh892h1nMGxCDljbvNY,2766
|
|
372
370
|
lfx/components/input_output/__init__.py,sha256=2vK5AyBbZcynKn_1lpX4x3WwfcMaXdTiyD7zrBeGRAE,1415
|
|
373
371
|
lfx/components/input_output/chat.py,sha256=eibFTYnty_-iP479R5x1VQ_6IOIjL9WiSznvxlt269A,3483
|
|
374
|
-
lfx/components/input_output/chat_output.py,sha256=
|
|
372
|
+
lfx/components/input_output/chat_output.py,sha256=jIflNsyktQ4DVf0ByPJKZ7KeXA1Bdfsr9lLuaE4QTsQ,7349
|
|
375
373
|
lfx/components/input_output/text.py,sha256=PYDxJbc0EXjk9OjudaR_2z_3oN8Ggg7MTYwRIzBTb2w,740
|
|
376
374
|
lfx/components/input_output/text_output.py,sha256=arqIj0YyBHKwKFOanrv1J4WvcpsBkdtTEd-3VM-Bpq8,816
|
|
377
375
|
lfx/components/input_output/webhook.py,sha256=61Ye8h89k4t1InlhEf4FmSN8xwph69mlC6rBFMedBfs,1637
|
|
@@ -419,7 +417,7 @@ lfx/components/langwatch/__init__.py,sha256=ZOVUAbMRuGkW6u8ncqKZRs0ISlPrAR8fD3qZ
|
|
|
419
417
|
lfx/components/langwatch/langwatch.py,sha256=bbO8zVlF7YVCcC6iaHc10Cu45mixMJptewPtZP_NcCg,11861
|
|
420
418
|
lfx/components/link_extractors/__init__.py,sha256=dL4pKVepOSxdKYRggng-sz9eVL-7Rg7g70-w4hP1xEM,68
|
|
421
419
|
lfx/components/llm_operations/__init__.py,sha256=5fK2RxPtCRQcjl9bkO2CLCzrMSbXiPYcv_hGsRaWVmU,1620
|
|
422
|
-
lfx/components/llm_operations/batch_run.py,sha256=
|
|
420
|
+
lfx/components/llm_operations/batch_run.py,sha256=FEBsKcYJT1GcKjdG00CDdGx5-v2lVztOupMchv41Lqg,8402
|
|
423
421
|
lfx/components/llm_operations/lambda_filter.py,sha256=egZgPH0fWUox9xdm8d0Z9RkzfqSsVuDgsBTt5noMiGY,7987
|
|
424
422
|
lfx/components/llm_operations/llm_conditional_router.py,sha256=MwJG__Z4v9XeH5gH5MP5AFsW99fhFO-hkyS38wKuu54,18714
|
|
425
423
|
lfx/components/llm_operations/llm_selector.py,sha256=Wd4_QBX_lZ5HNUIaOMgIYGSKg9W1Oe0924EPc4Na3W4,23182
|
|
@@ -439,8 +437,8 @@ lfx/components/mistral/mistral.py,sha256=4heAlIFEeq_ljUZDPpNGyK_VRkWjwCfPbBaQK1m
|
|
|
439
437
|
lfx/components/mistral/mistral_embeddings.py,sha256=QuqS_S3yHWCacs-Nc3qalpUsb-OACRWFZenUtCD_rLQ,1963
|
|
440
438
|
lfx/components/models/__init__.py,sha256=3W-nO9kbpbgh9ATIpAO8en8ljTLV259wIf431jRUry4,3319
|
|
441
439
|
lfx/components/models_and_agents/__init__.py,sha256=Sud57drCSkOfldTat8qdFuoI2GZexu5C6GfC2GD6cA4,1683
|
|
442
|
-
lfx/components/models_and_agents/agent.py,sha256
|
|
443
|
-
lfx/components/models_and_agents/embedding_model.py,sha256=
|
|
440
|
+
lfx/components/models_and_agents/agent.py,sha256=-6LXNjblBoh9TAClTulVoR101hAAsyY8ordzxiCo51M,28217
|
|
441
|
+
lfx/components/models_and_agents/embedding_model.py,sha256=xeCkU1onkLQceFmC9v7jgYrcxN-waA7QyzbIglGFwng,15067
|
|
444
442
|
lfx/components/models_and_agents/language_model.py,sha256=aU_8Sxe4rswzFTNZDMj9jnwKOEKKkbRvJVlfkEozWUg,18685
|
|
445
443
|
lfx/components/models_and_agents/mcp_component.py,sha256=XOoxeyPKlMra7QrdvryZpTg6saM95kQguN-tOvMjljY,27510
|
|
446
444
|
lfx/components/models_and_agents/memory.py,sha256=79Bk70j_WY5T77CJFljadjm1ekFTqGNj_FELEodZTnE,10363
|
|
@@ -462,7 +460,7 @@ lfx/components/nvidia/system_assist.py,sha256=Gv_F3Ovhnoj_zUFv9yiFnPfDlySWr1roRQ
|
|
|
462
460
|
lfx/components/olivya/__init__.py,sha256=ilZR88huL3vnQHO27g4jsUkyIYSgN7RPOq8Corbi6xA,67
|
|
463
461
|
lfx/components/olivya/olivya.py,sha256=taXCAcTgrZKPahgPiGvmL8ehfXO_7vSXqHBVGr8PnNs,4172
|
|
464
462
|
lfx/components/ollama/__init__.py,sha256=fau8QcWs_eHO2MmtQ4coiKj9CzFA9X4hqFf541ekgXk,1068
|
|
465
|
-
lfx/components/ollama/ollama.py,sha256=
|
|
463
|
+
lfx/components/ollama/ollama.py,sha256=EuXBlU_hzNx2kPjfJo1REyCO60QoUSPuGIRLDewmuTU,22263
|
|
466
464
|
lfx/components/ollama/ollama_embeddings.py,sha256=nvg-JQvue6j7tcrbbPeq1U_-LUj1MKawWbXxnnvJlWM,3976
|
|
467
465
|
lfx/components/openai/__init__.py,sha256=G4Fgw4pmmDohdIOmzaeSCGijzKjyqFXNJPLwlcUDZ3w,1113
|
|
468
466
|
lfx/components/openai/openai.py,sha256=imWO1tTJ0tTLqax1v5bNBPCRINTj2f2wN8j5G-a07GI,4505
|
|
@@ -476,7 +474,7 @@ lfx/components/pgvector/__init__.py,sha256=swho2zRxXeqlLBtSJD--b2XS0R3UiLPtwejql
|
|
|
476
474
|
lfx/components/pgvector/pgvector.py,sha256=UBF2B79eVfjj3hHoxrHzmT2UXOsUZxp4dWvyuPS2wh4,2635
|
|
477
475
|
lfx/components/pinecone/__init__.py,sha256=iz4GAXdbt9vo_CeWns1qyT0s7a56Q5CyS4H5MWa4Mv0,953
|
|
478
476
|
lfx/components/pinecone/pinecone.py,sha256=VkygoOmrco417hYInjYIFwuxX1M7peYJl9-jhuiySR8,5137
|
|
479
|
-
lfx/components/processing/__init__.py,sha256=
|
|
477
|
+
lfx/components/processing/__init__.py,sha256=JSQ0pb7I8v9vPtxg1-ItH3fK0l5Ep_SKNQSXb6BbtGg,2616
|
|
480
478
|
lfx/components/processing/alter_metadata.py,sha256=Cy_mLq7E8nEJd36kmCVwqjvt-4HvWcqAXwPXjdOqVps,3831
|
|
481
479
|
lfx/components/processing/combine_text.py,sha256=EP-2VD3Za5usoNj87Gtjbjh7e23_4tNpXzFo7pXpKx8,1290
|
|
482
480
|
lfx/components/processing/converter.py,sha256=vneX-N8cgIFPZxocVXUpg1OCLws_Z2VPBVeFOLBy8BI,7890
|
|
@@ -485,7 +483,6 @@ lfx/components/processing/create_list.py,sha256=nsdw0DMQ6ZLyvJ0mQasB0ACkYE6I8avC
|
|
|
485
483
|
lfx/components/processing/data_operations.py,sha256=9dloD4ZEvwlpQwpV2Tig6sGwWTOxWXb9gMX6RO_hiL0,21515
|
|
486
484
|
lfx/components/processing/data_to_dataframe.py,sha256=V7n3kCjp6v6vdcsrdVJQxlgaYHqevL46x4lAcgnKNGA,2408
|
|
487
485
|
lfx/components/processing/dataframe_operations.py,sha256=kE9OrrzNcXxRFIDrxG6U9MgREnaufJnvF31zANAhGfM,11530
|
|
488
|
-
lfx/components/processing/dataframe_to_toolset.py,sha256=jnXdzOPrQnKne7P7MTiU8Oye4KUydCe6BKfkT9E7kr0,9911
|
|
489
486
|
lfx/components/processing/dynamic_create_data.py,sha256=BFfErN9F3aVyiIguL4aqvYnKcbTJneXoYD8RVch-FZ4,15511
|
|
490
487
|
lfx/components/processing/extract_key.py,sha256=7e0_ThUzvAe6blYuj0A8zc-b3FzYqlPJPvK4krF4voc,2012
|
|
491
488
|
lfx/components/processing/filter_data.py,sha256=BMUJNyFtTLRdmuxcyPeH_W2PfEWErH6rxMfsLSQrarw,1317
|
|
@@ -604,7 +601,7 @@ lfx/custom/custom_component/component.py,sha256=qc4WYBtqBRBx9TY39GFYC75xaZEoccOd
|
|
|
604
601
|
lfx/custom/custom_component/component_with_cache.py,sha256=por6CiPL3EHdLp_DvfI7qz1n4tc1KkqMOJNbsxoqVaI,313
|
|
605
602
|
lfx/custom/custom_component/custom_component.py,sha256=nWeXE8hVVSjOHoLLJ7yI0GvZ44Dc3al3BTcsx6QTwdk,24958
|
|
606
603
|
lfx/custom/directory_reader/__init__.py,sha256=eFjlhKjpt2Kha_sJ2EqWofLRbpvfOTjvDSCpdpaTqWk,77
|
|
607
|
-
lfx/custom/directory_reader/directory_reader.py,sha256=
|
|
604
|
+
lfx/custom/directory_reader/directory_reader.py,sha256=6fJPMYEfUSN_k46MX3aQlDG5vw2Wk1DYxnyRxMM-R9k,15363
|
|
608
605
|
lfx/custom/directory_reader/utils.py,sha256=etts9VysmfP0kkbxn76shqLURPYZizF2YvEc4KeGPY4,6532
|
|
609
606
|
lfx/events/__init__.py,sha256=JYTRs3U5vt73UtAJ6mawyXWa8jW38pBtmW_rfx8blVg,35
|
|
610
607
|
lfx/events/event_manager.py,sha256=M2-k9obLHiAdjipPtjDf2tI2g7AUZLLrKMSBj60PNzY,3992
|
|
@@ -622,7 +619,7 @@ lfx/graph/edge/schema.py,sha256=bKlprxymeV04bTMw3jDLpYQAA3eRc4BIdD_-4XGGU3c,3806
|
|
|
622
619
|
lfx/graph/edge/utils.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
623
620
|
lfx/graph/graph/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
624
621
|
lfx/graph/graph/ascii.py,sha256=-jYWI_Zmz24mfLOxJrzIINZ0dbQgd9PXJfqwZa03xas,6211
|
|
625
|
-
lfx/graph/graph/base.py,sha256=
|
|
622
|
+
lfx/graph/graph/base.py,sha256=H1Be8kSvHuA5qNlGCS_AeIW8k2VaCZ_3mEt9ak_fXAk,96047
|
|
626
623
|
lfx/graph/graph/constants.py,sha256=jwjl4RydV_k_zawbI8FIgiLHeBBgH-cStVitxxSyXQs,1641
|
|
627
624
|
lfx/graph/graph/runnable_vertices_manager.py,sha256=c-qQP3koKyAsIADDSONiiz4FIRIn6q5kAMX6EQIBBfA,6148
|
|
628
625
|
lfx/graph/graph/schema.py,sha256=1a8pictdRVN6ByqpvhOYu7heDeVs7A3eGpZuYIF7kaY,1086
|
|
@@ -631,7 +628,7 @@ lfx/graph/graph/utils.py,sha256=rsUaMjhpZzyIFD8QSf-G5J5PDTPFNJXxV5zDs5eLPqw,3774
|
|
|
631
628
|
lfx/graph/state/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
632
629
|
lfx/graph/state/model.py,sha256=n6FQuBDoTPPSDzNgSUekWPMHplRj5DJNFr8IoyBO9Bc,11042
|
|
633
630
|
lfx/graph/vertex/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
634
|
-
lfx/graph/vertex/base.py,sha256=
|
|
631
|
+
lfx/graph/vertex/base.py,sha256=drvm5o-y2NMyZ99uupHqjh4lUl8kIV4SeYol-q7FTdQ,33310
|
|
635
632
|
lfx/graph/vertex/constants.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
636
633
|
lfx/graph/vertex/exceptions.py,sha256=QTe-7TRCI0TXswRZh1kh0Z3KySjQsJgY5zTU6o0jboQ,193
|
|
637
634
|
lfx/graph/vertex/param_handler.py,sha256=N8y2eqrXifsJyUc8d3tlj2o10LSgvqeITv0_UPR3PIA,12896
|
|
@@ -681,7 +678,7 @@ lfx/schema/dataframe.py,sha256=Jo07krf3lI-dicAu5Y5Enf90NSEWkpD_di0rSj9krIM,7477
|
|
|
681
678
|
lfx/schema/dotdict.py,sha256=d6R5jv8V_pxaQUX3QP41ZzTz2wZpnZ0OFsylFf3xL-Q,2756
|
|
682
679
|
lfx/schema/encoders.py,sha256=7vlWHZnZuDv1UVuP9X7Xn8srP1HZqLygOmkps3EJyY0,332
|
|
683
680
|
lfx/schema/graph.py,sha256=o7qXhHZT4lEwjJZtlg4k9SNPgmMVZsZsclBbe8v_y6Y,1313
|
|
684
|
-
lfx/schema/image.py,sha256=
|
|
681
|
+
lfx/schema/image.py,sha256=XaHw-QP4vtoEQ__gSf57gHnWXcTXCNpr6Ukh1SxZCTs,5534
|
|
685
682
|
lfx/schema/json_schema.py,sha256=UzMRSSAiLewJpf7B0XY4jPnPt0iskf61QUBxPdyiYys,6871
|
|
686
683
|
lfx/schema/log.py,sha256=TISQa44D4pL_-AOw9p0nOPV-7s6Phl-0yrpuZihhEsU,1981
|
|
687
684
|
lfx/schema/message.py,sha256=U4vtgkC6lNciJbfwtrIquyB3-UdPieHAjuegGk8416E,18506
|
|
@@ -699,8 +696,8 @@ lfx/services/base.py,sha256=HF2iEszRAMEk4crKAyCtLRjv3GAoQvx62tVGH-TMskA,581
|
|
|
699
696
|
lfx/services/deps.py,sha256=xuHA1zvKfF_jx-NjXxLRE99WbacrgOyuza0MgBTnNPE,7006
|
|
700
697
|
lfx/services/factory.py,sha256=ObiIGivEB9fI97HH8ciA9qdGqDSyf9u9n_OayQAxxJc,447
|
|
701
698
|
lfx/services/initialize.py,sha256=HwZyBADkrUUO5-NuLy8XCn9zbz4t3z4OdcziGfi8pXw,588
|
|
702
|
-
lfx/services/interfaces.py,sha256=
|
|
703
|
-
lfx/services/manager.py,sha256=
|
|
699
|
+
lfx/services/interfaces.py,sha256=6-O2FO0NxYTRr6OQskYHNjuntY8vAbpyznQ1xgxx5jk,2607
|
|
700
|
+
lfx/services/manager.py,sha256=Sw6X214ekZHMAWKTfFSH0hY2WilWrFI_azdEzDO8f8U,7233
|
|
704
701
|
lfx/services/schema.py,sha256=5jVHuacjqcoXmBCFcawObkkeUMK7RvWTdyVQXNRXSmA,735
|
|
705
702
|
lfx/services/session.py,sha256=cy4--VlVHVu2qDAKF5LUxKTZocU1ZA1S-OjDxgE1nkQ,2026
|
|
706
703
|
lfx/services/cache/__init__.py,sha256=1WjePEjUSyiP-VJIQhuQ2YemIgQSgwNSKKG8JGFYafw,165
|
|
@@ -714,10 +711,10 @@ lfx/services/database/__init__.py,sha256=Nvazn1rWPyI5iiqstYW-iE9Rip4oIz9Q2IBayw1
|
|
|
714
711
|
lfx/services/database/service.py,sha256=vGcm2g0XzXdaP4gGMOQbdbwZXqwaj0brjXd--yJm8Cs,822
|
|
715
712
|
lfx/services/mcp_composer/__init__.py,sha256=Y5IahKX0siDJuRCvUF_KrpAQq6UmHzQtXu8rXvdThqM,242
|
|
716
713
|
lfx/services/mcp_composer/factory.py,sha256=f8Bj0ZR9A_o1c3Kw5JKyR6SbtbCEPNWOy8b0OK990Z8,530
|
|
717
|
-
lfx/services/mcp_composer/service.py,sha256
|
|
714
|
+
lfx/services/mcp_composer/service.py,sha256=xYyTEY0N4Q3p6tdTWWpeYA67wmGVHm-aBhp9_a9fV6A,67466
|
|
718
715
|
lfx/services/settings/__init__.py,sha256=UISBvOQIqoA3a8opwJrTQp4PSTqpReY6GQ_7O6WuqJQ,65
|
|
719
|
-
lfx/services/settings/auth.py,sha256=
|
|
720
|
-
lfx/services/settings/base.py,sha256=
|
|
716
|
+
lfx/services/settings/auth.py,sha256=skmS1bjZLRkTQFkrJ1d_tsTJ9iO32aEosh-KG9ZSOfY,5944
|
|
717
|
+
lfx/services/settings/base.py,sha256=BYxRr5_bSu00FjC1El_YVWHtRq-FJlLcG36x88WbBc4,29370
|
|
721
718
|
lfx/services/settings/constants.py,sha256=z8FjBAmh1vlR0C_qlUNDpCl2F4Na3ax6Iliw8coIwf8,1065
|
|
722
719
|
lfx/services/settings/factory.py,sha256=NezZ6TE_xP955B9l9pI6ONNyoylrHPfUZN8arvLVRXg,615
|
|
723
720
|
lfx/services/settings/feature_flags.py,sha256=HGuDGgfOBIDtuEiEVTgoWHxKqX2vuVBRgsqdX_4D9kg,205
|
|
@@ -727,8 +724,8 @@ lfx/services/shared_component_cache/__init__.py,sha256=IgNhcxklLHwu8sUh3dYlaVQ0I
|
|
|
727
724
|
lfx/services/shared_component_cache/factory.py,sha256=0YZa3wSyQC9up7dA5Pu93llNjENGizGUWYtmmQfx-oo,995
|
|
728
725
|
lfx/services/shared_component_cache/service.py,sha256=wXa3wWMcMOwnpaE2pTmU6rKvEzPSv_dc01VjPV5kRwg,276
|
|
729
726
|
lfx/services/storage/__init__.py,sha256=SO5kEssgP587oLeBVgUFZkkmJMRStuiZefCtQeaTQWM,135
|
|
730
|
-
lfx/services/storage/local.py,sha256=
|
|
731
|
-
lfx/services/storage/service.py,sha256=
|
|
727
|
+
lfx/services/storage/local.py,sha256=cLfqZqxaEhVy3d1vMdwSmDBqLMtWHQLnHr5NYiwtoEw,8047
|
|
728
|
+
lfx/services/storage/service.py,sha256=0Q4dFyuHEsH7OR7EYZIBR2ZubqyJAWZQhEYlY_1NLTQ,6321
|
|
732
729
|
lfx/services/tracing/__init__.py,sha256=qZbZBFCR8Zm0Iq-lXp8_zN5w6nkX5Kfg5dn2Z1gpXus,34
|
|
733
730
|
lfx/services/tracing/service.py,sha256=40Do7y2T5FNWSKJQK0ODQoilOr9oYWbaiA7UjHkMQXk,584
|
|
734
731
|
lfx/template/__init__.py,sha256=RqDg910Ck5cL3tohdZISRB_R86vn1qSBp6o9ELzAhhg,92
|
|
@@ -753,7 +750,7 @@ lfx/utils/constants.py,sha256=4M8i93bROuQ7zmeKgfdNW85Znw7JFrK8KiagcDBpMRc,7036
|
|
|
753
750
|
lfx/utils/data_structure.py,sha256=xU3JNa_4jcGOVa_ctfMxiImEj6dKQQPE_zZsTAyy2T4,6888
|
|
754
751
|
lfx/utils/exceptions.py,sha256=RgIkI4uBssJsJUnuhluNGDSzdcuW5fnxPLhGfXYU9Uc,973
|
|
755
752
|
lfx/utils/helpers.py,sha256=0LE0barnVp-8Y5cCoDRzhDzesvXqgiT7IXP6vtTSyGE,889
|
|
756
|
-
lfx/utils/image.py,sha256=
|
|
753
|
+
lfx/utils/image.py,sha256=CaMGwpCCKxcu_pWmP7FZXwZ3kr1-ymGKjN92Bv_yr5k,3160
|
|
757
754
|
lfx/utils/langflow_utils.py,sha256=JHCsYGAvpwXOhe8DrqFF08cYKGdjsz5_iA7glJDdEiY,1441
|
|
758
755
|
lfx/utils/lazy_load.py,sha256=UDtXi8N7NT9r-FRGxsLUfDtGU_X8yqt-RQqgpc9TqAw,394
|
|
759
756
|
lfx/utils/request_utils.py,sha256=A6vmwpr7f3ZUxHg6Sz2-BdUUsyAwg84-7N_DNoPC8_Q,518
|
|
@@ -763,7 +760,7 @@ lfx/utils/util.py,sha256=Ww85wbr1-vjh2pXVtmTqoUVr6MXAW8S7eDx_Ys6HpE8,20696
|
|
|
763
760
|
lfx/utils/util_strings.py,sha256=nU_IcdphNaj6bAPbjeL-c1cInQPfTBit8mp5Y57lwQk,1686
|
|
764
761
|
lfx/utils/validate_cloud.py,sha256=azaBknBC4Pt6F8w3p6OkM5Y_rd2CFNKHpXgL2JdvbSY,958
|
|
765
762
|
lfx/utils/version.py,sha256=cHpbO0OJD2JQAvVaTH_6ibYeFbHJV0QDHs_YXXZ-bT8,671
|
|
766
|
-
lfx_nightly-0.2.0.
|
|
767
|
-
lfx_nightly-0.2.0.
|
|
768
|
-
lfx_nightly-0.2.0.
|
|
769
|
-
lfx_nightly-0.2.0.
|
|
763
|
+
lfx_nightly-0.2.0.dev41.dist-info/METADATA,sha256=-ba5F7pl6YMlP8V9-oWDBov1a-4mlH0QYNAUMDRw36k,8938
|
|
764
|
+
lfx_nightly-0.2.0.dev41.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
765
|
+
lfx_nightly-0.2.0.dev41.dist-info/entry_points.txt,sha256=1724p3RHDQRT2CKx_QRzEIa7sFuSVO0Ux70YfXfoMT4,42
|
|
766
|
+
lfx_nightly-0.2.0.dev41.dist-info/RECORD,,
|
|
@@ -1,113 +0,0 @@
|
|
|
1
|
-
"""Extended embeddings class with available models metadata."""
|
|
2
|
-
|
|
3
|
-
from langchain_core.embeddings import Embeddings
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
class EmbeddingsWithModels(Embeddings):
|
|
7
|
-
"""Extended Embeddings class that includes available models with dedicated instances.
|
|
8
|
-
|
|
9
|
-
This class inherits from LangChain Embeddings and provides a mapping of model names
|
|
10
|
-
to their dedicated embedding instances, enabling multi-model support without the need
|
|
11
|
-
for dynamic model switching.
|
|
12
|
-
|
|
13
|
-
Attributes:
|
|
14
|
-
embeddings: The primary LangChain Embeddings instance (used as fallback).
|
|
15
|
-
available_models: Dict mapping model names to their dedicated Embeddings instances.
|
|
16
|
-
Each model has its own pre-configured instance with specific parameters.
|
|
17
|
-
"""
|
|
18
|
-
|
|
19
|
-
def __init__(
|
|
20
|
-
self,
|
|
21
|
-
embeddings: Embeddings,
|
|
22
|
-
available_models: dict[str, Embeddings] | None = None,
|
|
23
|
-
):
|
|
24
|
-
"""Initialize the EmbeddingsWithModels wrapper.
|
|
25
|
-
|
|
26
|
-
Args:
|
|
27
|
-
embeddings: The primary LangChain Embeddings instance (used as default/fallback).
|
|
28
|
-
available_models: Dict mapping model names to dedicated Embeddings instances.
|
|
29
|
-
Each value should be a fully configured Embeddings object ready to use.
|
|
30
|
-
Defaults to empty dict if not provided.
|
|
31
|
-
"""
|
|
32
|
-
super().__init__()
|
|
33
|
-
self.embeddings = embeddings
|
|
34
|
-
self.available_models = available_models if available_models is not None else {}
|
|
35
|
-
|
|
36
|
-
def embed_documents(self, texts: list[str]) -> list[list[float]]:
|
|
37
|
-
"""Embed search docs by delegating to the underlying embeddings instance.
|
|
38
|
-
|
|
39
|
-
Args:
|
|
40
|
-
texts: List of text to embed.
|
|
41
|
-
|
|
42
|
-
Returns:
|
|
43
|
-
List of embeddings.
|
|
44
|
-
"""
|
|
45
|
-
return self.embeddings.embed_documents(texts)
|
|
46
|
-
|
|
47
|
-
def embed_query(self, text: str) -> list[float]:
|
|
48
|
-
"""Embed query text by delegating to the underlying embeddings instance.
|
|
49
|
-
|
|
50
|
-
Args:
|
|
51
|
-
text: Text to embed.
|
|
52
|
-
|
|
53
|
-
Returns:
|
|
54
|
-
Embedding.
|
|
55
|
-
"""
|
|
56
|
-
return self.embeddings.embed_query(text)
|
|
57
|
-
|
|
58
|
-
async def aembed_documents(self, texts: list[str]) -> list[list[float]]:
|
|
59
|
-
"""Asynchronously embed search docs.
|
|
60
|
-
|
|
61
|
-
Args:
|
|
62
|
-
texts: List of text to embed.
|
|
63
|
-
|
|
64
|
-
Returns:
|
|
65
|
-
List of embeddings.
|
|
66
|
-
"""
|
|
67
|
-
return await self.embeddings.aembed_documents(texts)
|
|
68
|
-
|
|
69
|
-
async def aembed_query(self, text: str) -> list[float]:
|
|
70
|
-
"""Asynchronously embed query text.
|
|
71
|
-
|
|
72
|
-
Args:
|
|
73
|
-
text: Text to embed.
|
|
74
|
-
|
|
75
|
-
Returns:
|
|
76
|
-
Embedding.
|
|
77
|
-
"""
|
|
78
|
-
return await self.embeddings.aembed_query(text)
|
|
79
|
-
|
|
80
|
-
def __call__(self, *args, **kwargs):
|
|
81
|
-
"""Make the class callable by delegating to the underlying embeddings instance.
|
|
82
|
-
|
|
83
|
-
This handles cases where the embeddings object is used as a callable.
|
|
84
|
-
|
|
85
|
-
Args:
|
|
86
|
-
*args: Positional arguments to pass to the underlying embeddings instance.
|
|
87
|
-
**kwargs: Keyword arguments to pass to the underlying embeddings instance.
|
|
88
|
-
|
|
89
|
-
Returns:
|
|
90
|
-
The result of calling the underlying embeddings instance.
|
|
91
|
-
"""
|
|
92
|
-
if callable(self.embeddings):
|
|
93
|
-
return self.embeddings(*args, **kwargs)
|
|
94
|
-
msg = f"'{type(self.embeddings).__name__}' object is not callable"
|
|
95
|
-
raise TypeError(msg)
|
|
96
|
-
|
|
97
|
-
def __getattr__(self, name: str):
|
|
98
|
-
"""Delegate attribute access to the underlying embeddings instance.
|
|
99
|
-
|
|
100
|
-
This ensures full compatibility with any additional methods or attributes
|
|
101
|
-
that the underlying embeddings instance might have.
|
|
102
|
-
|
|
103
|
-
Args:
|
|
104
|
-
name: The attribute name to access.
|
|
105
|
-
|
|
106
|
-
Returns:
|
|
107
|
-
The attribute from the underlying embeddings instance.
|
|
108
|
-
"""
|
|
109
|
-
return getattr(self.embeddings, name)
|
|
110
|
-
|
|
111
|
-
def __repr__(self) -> str:
|
|
112
|
-
"""Return string representation of the wrapper."""
|
|
113
|
-
return f"EmbeddingsWithModels(embeddings={self.embeddings!r}, available_models={self.available_models!r})"
|