langchain-timbr 2.1.8__py3-none-any.whl → 2.1.9__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.
- langchain_timbr/_version.py +2 -2
- langchain_timbr/timbr_llm_connector.py +1 -1
- {langchain_timbr-2.1.8.dist-info → langchain_timbr-2.1.9.dist-info}/METADATA +1 -1
- {langchain_timbr-2.1.8.dist-info → langchain_timbr-2.1.9.dist-info}/RECORD +6 -6
- {langchain_timbr-2.1.8.dist-info → langchain_timbr-2.1.9.dist-info}/WHEEL +0 -0
- {langchain_timbr-2.1.8.dist-info → langchain_timbr-2.1.9.dist-info}/licenses/LICENSE +0 -0
langchain_timbr/_version.py
CHANGED
|
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
|
|
|
28
28
|
commit_id: COMMIT_ID
|
|
29
29
|
__commit_id__: COMMIT_ID
|
|
30
30
|
|
|
31
|
-
__version__ = version = '2.1.
|
|
32
|
-
__version_tuple__ = version_tuple = (2, 1,
|
|
31
|
+
__version__ = version = '2.1.9'
|
|
32
|
+
__version_tuple__ = version_tuple = (2, 1, 9)
|
|
33
33
|
|
|
34
34
|
__commit_id__ = commit_id = None
|
|
@@ -279,7 +279,7 @@ class TimbrLlmConnector:
|
|
|
279
279
|
) -> dict[str, Any]:
|
|
280
280
|
agent = create_timbr_sql_agent(
|
|
281
281
|
llm=self._llm,
|
|
282
|
-
|
|
282
|
+
conn_params=self._get_conn_params(),
|
|
283
283
|
concept=None,
|
|
284
284
|
concepts_list=concepts_list,
|
|
285
285
|
views_list=views_list,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: langchain-timbr
|
|
3
|
-
Version: 2.1.
|
|
3
|
+
Version: 2.1.9
|
|
4
4
|
Summary: LangChain & LangGraph extensions that parse LLM prompts into Timbr semantic SQL and execute them.
|
|
5
5
|
Project-URL: Homepage, https://github.com/WPSemantix/langchain-timbr
|
|
6
6
|
Project-URL: Documentation, https://docs.timbr.ai/doc/docs/integration/langchain-sdk/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
langchain_timbr/__init__.py,sha256=qNyk3Rt-8oWr_OGuU_E-6siNZXuCnvVEkj65EIuVbbQ,824
|
|
2
|
-
langchain_timbr/_version.py,sha256=
|
|
2
|
+
langchain_timbr/_version.py,sha256=s9-L9pODWuTXlE93i4rLKNGOkeUIbPcqOCYp3TMmNH8,704
|
|
3
3
|
langchain_timbr/config.py,sha256=b-mLIrswgSez282ItJntb5mCa8poOe7kqXG1W_jGxvw,1971
|
|
4
|
-
langchain_timbr/timbr_llm_connector.py,sha256=
|
|
4
|
+
langchain_timbr/timbr_llm_connector.py,sha256=Y3nzWoocI5txvPGPAxwFsJde9k9l2J9ioB54MYRLrEQ,13288
|
|
5
5
|
langchain_timbr/langchain/__init__.py,sha256=ejcsZKP9PK0j4WrrCCcvBXpDpP-TeRiVb21OIUJqix8,580
|
|
6
6
|
langchain_timbr/langchain/execute_timbr_query_chain.py,sha256=szc0CGYgUuH8JW8_PxU74MxrgPEKOjrvxS80Oz3k228,16379
|
|
7
7
|
langchain_timbr/langchain/generate_answer_chain.py,sha256=nteA4QZp9CAOskTBl_CokwaMlqnR2g2GvKz2mLs9WVY,4871
|
|
@@ -22,7 +22,7 @@ langchain_timbr/utils/prompt_service.py,sha256=QVmfA9cHO2IPVsKG8V5cuMm2gPfvRq2Vz
|
|
|
22
22
|
langchain_timbr/utils/temperature_supported_models.json,sha256=d3UmBUpG38zDjjB42IoGpHTUaf0pHMBRSPY99ao1a3g,1832
|
|
23
23
|
langchain_timbr/utils/timbr_llm_utils.py,sha256=qHHANB6rycAnLuH9qcpQEpOcSYpbIc7XyaLfsLaKLg4,34698
|
|
24
24
|
langchain_timbr/utils/timbr_utils.py,sha256=x-z46NQn8nhRR8PJ5l23uh0qEpDWbhD8x4r-DyY4IYY,18864
|
|
25
|
-
langchain_timbr-2.1.
|
|
26
|
-
langchain_timbr-2.1.
|
|
27
|
-
langchain_timbr-2.1.
|
|
28
|
-
langchain_timbr-2.1.
|
|
25
|
+
langchain_timbr-2.1.9.dist-info/METADATA,sha256=FtQqnvrvTQ0bNFw01ue5ZEXN3Vl_cCTR2ZN7AyXUmkA,10724
|
|
26
|
+
langchain_timbr-2.1.9.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
27
|
+
langchain_timbr-2.1.9.dist-info/licenses/LICENSE,sha256=0ITGFk2alkC7-e--bRGtuzDrv62USIiVyV2Crf3_L_0,1065
|
|
28
|
+
langchain_timbr-2.1.9.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|