Valliappa (Lak) Lakshmanan
Valliappa (Lak) Lakshmanan
examples/dataflow-python-examples have to be updated to Python 3
The following code, based on https://github.com/opencypher/morpheus/blob/0.4.2/morpheus-examples/src/main/scala/org/opencypher/morpheus/examples/CypherSQLRoundtripExample.scala : ``` val result = graph.cypher(""" |MATCH | (t1:Trip)-[:CONTAINS]-(s1:Stop) |RETURN t1.id AS trip_id """.stripMargin) result.records.asMorpheus.df.toDF("trip_id").createOrReplaceTempView("results") ``` gives me this error: `error: value asMorpheus is...
Avoids the need to repeat complex expressions as in: ```IF( some_complex_expr < 1, some_complex_expr, 1 )```
(1) Add docstrings to methods (2) Covert .format() methods to f strings for readability (3) Make sure we are using Python 3.8 throughout (4) zip extract_all() in ingest_flights.py can be...
Could you please support Python 3.11 on PyPI?
This appears to be an internal error: ``` File "/opt/conda/lib/python3.10/site-packages/dspy/primitives/program.py", line 27, in __call__ return self.forward(*args, **kwargs) File "/home/jupyter/lakblogs/bridge_bidding_advisor/bidding_advisor.py", line 107, in forward return self.prog(definitions=definitions, File "/opt/conda/lib/python3.10/site-packages/dspy/predict/predict.py", line 49, in...
### Is your feature request related to a problem? Please describe. Gemini models support tool calling, but Autogen doesn't support this. ### Describe the solution you'd like _No response_ ###...