langroid 0.6.1__py3-none-any.whl → 0.6.3__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.
@@ -31,16 +31,16 @@ DEFAULT_NEO4J_CHAT_SYSTEM_MESSAGE = """
31
31
  You do not need to attempt answering a question with just one query.
32
32
  You could make a sequence of Neo4j queries to help you write the final query.
33
33
  Also if you receive a null or other unexpected result,
34
- (a) make sure you use the available TOOLs correctly, and
35
- (b) see if you have made an assumption in your Neo4j query, and try another way,
34
+ (a) make sure you use the available TOOLs correctly,
35
+ (b) USE `get_schema` tool/function-call to get all the node labels, relationship
36
+ types, and property keys available in your Neo4j database.
37
+ (c) LABELS may be CASE-SENSITIVE, so try using CASE-INSENSITIVE MATCHES,
38
+ (d) see if you have made an assumption in your Neo4j query, and try another way,
36
39
  or use `retrieval_query` to explore the database contents before submitting your
37
40
  final query.
38
- (c) USE `create_query` tool/function-call to execute cypher query that creates
41
+ (e) USE `create_query` tool/function-call to execute cypher query that creates
39
42
  entities/relationships in the graph database.
40
43
 
41
- (d) USE `get_schema` tool/function-call to get all the node labels, relationship
42
- types, and property keys available in your Neo4j database.
43
-
44
44
  Start by asking what I would like to know about the data.
45
45
 
46
46
  """
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: langroid
3
- Version: 0.6.1
3
+ Version: 0.6.3
4
4
  Summary: Harness LLMs with Multi-Agent Programming
5
5
  License: MIT
6
6
  Author: Prasad Chalasani
@@ -25,7 +25,7 @@ langroid/agent/special/neo4j/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NM
25
25
  langroid/agent/special/neo4j/csv_kg_chat.py,sha256=dRsAgMBa1H_EMI2YYgJR2Xyv1D7e4o3G9M64mTewq_c,6409
26
26
  langroid/agent/special/neo4j/neo4j_chat_agent.py,sha256=B5y4he__9QjNrjNyngv4rlfVx7QezQ4Turom-l_zjCg,12572
27
27
  langroid/agent/special/neo4j/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
28
- langroid/agent/special/neo4j/utils/system_message.py,sha256=OvYuBSlnLhav4HAiwcYiJJSrpbGxqOqs4RAvnlwAvRI,2557
28
+ langroid/agent/special/neo4j/utils/system_message.py,sha256=TxxA5RIYaTUIv6p2xubqUBuVgBLCfZNrHGOdX--OLVg,2625
29
29
  langroid/agent/special/relevance_extractor_agent.py,sha256=zIx8GUdVo1aGW6ASla0NPQjYYIpmriK_TYMijqAx3F8,4796
30
30
  langroid/agent/special/retriever_agent.py,sha256=lvMvf-u9rSosg4YASuFdUbGLgkzLPknXAbJZfZ1LZCc,1868
31
31
  langroid/agent/special/sql/__init__.py,sha256=mWfmm1QpXCezpFOS2eI57M0L_Ok3q5_ukG8tXBnBrEA,319
@@ -134,8 +134,8 @@ langroid/vector_store/meilisearch.py,sha256=6frB7GFWeWmeKzRfLZIvzRjllniZ1cYj3Hmh
134
134
  langroid/vector_store/momento.py,sha256=qR-zBF1RKVHQZPZQYW_7g-XpTwr46p8HJuYPCkfJbM4,10534
135
135
  langroid/vector_store/qdrant_cloud.py,sha256=3im4Mip0QXLkR6wiqVsjV1QvhSElfxdFSuDKddBDQ-4,188
136
136
  langroid/vector_store/qdrantdb.py,sha256=v88lqFkepADvlN6lByUj9I4NEKa9X9lWH16uTPPbYrE,17457
137
- pyproject.toml,sha256=b3vqi_BvwKi-CRtturkQMIR9BjcuLOxbmAAFEMhz9DI,7063
138
- langroid-0.6.1.dist-info/LICENSE,sha256=EgVbvA6VSYgUlvC3RvPKehSg7MFaxWDsFuzLOsPPfJg,1065
139
- langroid-0.6.1.dist-info/METADATA,sha256=o5zXQBol5AfCAVK6sd1vNMwG3Qhrsie8QDo7-1C4yXY,54402
140
- langroid-0.6.1.dist-info/WHEEL,sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4,88
141
- langroid-0.6.1.dist-info/RECORD,,
137
+ pyproject.toml,sha256=A63IQrki6kjMdP3gnIaZJmd500tm1rYcajBojMoC3xE,7063
138
+ langroid-0.6.3.dist-info/LICENSE,sha256=EgVbvA6VSYgUlvC3RvPKehSg7MFaxWDsFuzLOsPPfJg,1065
139
+ langroid-0.6.3.dist-info/METADATA,sha256=nQGYokvPMKhMUENLf7qw4IpW7tCgu4RvssqQQ20m-so,54402
140
+ langroid-0.6.3.dist-info/WHEEL,sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4,88
141
+ langroid-0.6.3.dist-info/RECORD,,
pyproject.toml CHANGED
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "langroid"
3
- version = "0.6.1"
3
+ version = "0.6.3"
4
4
  description = "Harness LLMs with Multi-Agent Programming"
5
5
  authors = ["Prasad Chalasani <pchalasani@gmail.com>"]
6
6
  readme = "README.md"