langroid 0.1.233__tar.gz → 0.1.234__tar.gz
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.
- {langroid-0.1.233 → langroid-0.1.234}/PKG-INFO +1 -1
- {langroid-0.1.233 → langroid-0.1.234}/langroid/agent/special/__init__.py +2 -2
- {langroid-0.1.233 → langroid-0.1.234}/langroid/agent/special/table_chat_agent.py +39 -49
- {langroid-0.1.233 → langroid-0.1.234}/pyproject.toml +1 -1
- {langroid-0.1.233 → langroid-0.1.234}/LICENSE +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/README.md +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/__init__.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/agent/__init__.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/agent/base.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/agent/batch.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/agent/callbacks/__init__.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/agent/callbacks/chainlit.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/agent/chat_agent.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/agent/chat_document.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/agent/helpers.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/agent/junk +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/agent/openai_assistant.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/agent/special/doc_chat_agent.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/agent/special/lance_doc_chat_agent.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/agent/special/lance_rag/__init__.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/agent/special/lance_rag/critic_agent.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/agent/special/lance_rag/lance_rag_task.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/agent/special/lance_rag/query_planner_agent.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/agent/special/lance_tools.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/agent/special/neo4j/__init__.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/agent/special/neo4j/csv_kg_chat.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/agent/special/neo4j/neo4j_chat_agent.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/agent/special/neo4j/utils/__init__.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/agent/special/neo4j/utils/system_message.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/agent/special/relevance_extractor_agent.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/agent/special/retriever_agent.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/agent/special/sql/__init__.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/agent/special/sql/sql_chat_agent.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/agent/special/sql/utils/__init__.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/agent/special/sql/utils/description_extractors.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/agent/special/sql/utils/populate_metadata.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/agent/special/sql/utils/system_message.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/agent/special/sql/utils/tools.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/agent/task.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/agent/tool_message.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/agent/tools/__init__.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/agent/tools/duckduckgo_search_tool.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/agent/tools/extract_tool.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/agent/tools/generator_tool.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/agent/tools/google_search_tool.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/agent/tools/metaphor_search_tool.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/agent/tools/recipient_tool.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/agent/tools/run_python_code.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/agent/tools/segment_extract_tool.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/agent_config.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/cachedb/__init__.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/cachedb/base.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/cachedb/momento_cachedb.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/cachedb/redis_cachedb.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/embedding_models/__init__.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/embedding_models/base.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/embedding_models/clustering.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/embedding_models/models.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/embedding_models/protoc/embeddings.proto +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/embedding_models/protoc/embeddings_pb2.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/embedding_models/protoc/embeddings_pb2.pyi +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/embedding_models/protoc/embeddings_pb2_grpc.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/embedding_models/remote_embeds.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/language_models/__init__.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/language_models/azure_openai.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/language_models/base.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/language_models/config.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/language_models/openai_assistants.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/language_models/openai_gpt.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/language_models/prompt_formatter/__init__.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/language_models/prompt_formatter/base.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/language_models/prompt_formatter/hf_formatter.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/language_models/prompt_formatter/llama2_formatter.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/language_models/utils.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/mytypes.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/parsing/__init__.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/parsing/agent_chats.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/parsing/code-parsing.md +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/parsing/code_parser.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/parsing/config.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/parsing/document_parser.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/parsing/image_text.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/parsing/para_sentence_split.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/parsing/parse_json.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/parsing/parser.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/parsing/repo_loader.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/parsing/search.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/parsing/spider.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/parsing/table_loader.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/parsing/url_loader.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/parsing/url_loader_cookies.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/parsing/urls.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/parsing/utils.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/parsing/web_search.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/prompts/__init__.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/prompts/chat-gpt4-system-prompt.md +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/prompts/dialog.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/prompts/prompts_config.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/prompts/templates.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/prompts/transforms.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/utils/__init__.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/utils/algorithms/__init__.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/utils/algorithms/graph.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/utils/configuration.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/utils/constants.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/utils/docker.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/utils/globals.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/utils/llms/__init__.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/utils/llms/strings.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/utils/logging.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/utils/output/__init__.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/utils/output/printing.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/utils/output/status.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/utils/pandas_utils.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/utils/pydantic_utils.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/utils/system.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/utils/web/__init__.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/utils/web/login.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/vector_store/__init__.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/vector_store/base.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/vector_store/chromadb.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/vector_store/lancedb.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/vector_store/meilisearch.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/vector_store/momento.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/vector_store/qdrant_cloud.py +0 -0
- {langroid-0.1.233 → langroid-0.1.234}/langroid/vector_store/qdrantdb.py +0 -0
@@ -14,7 +14,7 @@ from .table_chat_agent import (
|
|
14
14
|
dataframe_summary,
|
15
15
|
TableChatAgent,
|
16
16
|
TableChatAgentConfig,
|
17
|
-
|
17
|
+
PandasEvalTool,
|
18
18
|
)
|
19
19
|
from . import sql
|
20
20
|
from . import relevance_extractor_agent
|
@@ -38,7 +38,7 @@ __all__ = [
|
|
38
38
|
"dataframe_summary",
|
39
39
|
"TableChatAgent",
|
40
40
|
"TableChatAgentConfig",
|
41
|
-
"
|
41
|
+
"PandasEvalTool",
|
42
42
|
"sql",
|
43
43
|
"relevance_extractor_agent",
|
44
44
|
"doc_chat_agent",
|
@@ -2,10 +2,11 @@
|
|
2
2
|
Agent that supports asking queries about a tabular dataset, internally
|
3
3
|
represented as a Pandas dataframe. The `TableChatAgent` is configured with a
|
4
4
|
dataset, which can be a Pandas df, file or URL. The delimiter/separator
|
5
|
-
is auto-detected. In response to a user query, the Agent's LLM generates Pandas
|
6
|
-
|
7
|
-
|
8
|
-
|
5
|
+
is auto-detected. In response to a user query, the Agent's LLM generates a Pandas
|
6
|
+
expression (involving a dataframe `df`) to answer the query.
|
7
|
+
The expression is passed via the `pandas_eval` tool/function-call,
|
8
|
+
which is handled by the Agent's `pandas_eval` method. This method evaluates
|
9
|
+
the expression and returns the result as a string.
|
9
10
|
"""
|
10
11
|
|
11
12
|
import io
|
@@ -35,25 +36,26 @@ DEFAULT_TABLE_CHAT_SYSTEM_MESSAGE = f"""
|
|
35
36
|
You are a savvy data scientist, with expertise in analyzing tabular datasets,
|
36
37
|
using Python and the Pandas library for dataframe manipulation.
|
37
38
|
Since you do not have access to the dataframe 'df', you
|
38
|
-
will need to use the `
|
39
|
+
will need to use the `pandas_eval` tool/function-call to answer my questions.
|
39
40
|
Here is a summary of the dataframe:
|
40
41
|
{{summary}}
|
41
42
|
Do not assume any columns other than those shown.
|
42
|
-
In the
|
43
|
-
|
44
|
-
|
45
|
-
|
43
|
+
In the expression you submit to the `pandas_eval` tool/function,
|
44
|
+
you are allowed to use the variable 'df' to refer to the dataframe.
|
45
|
+
|
46
|
+
Sometimes you may not be able to answer the question in a single call to `pandas_eval`,
|
47
|
+
so you can use a series of calls to `pandas_eval` to build up the answer.
|
46
48
|
For example you may first want to know something about the possible values in a column.
|
47
49
|
|
48
50
|
If you receive a null or other unexpected result, see if you have made an assumption
|
49
|
-
in your code, and try another way, or use `
|
51
|
+
in your code, and try another way, or use `pandas_eval` to explore the dataframe
|
50
52
|
before submitting your final code.
|
51
53
|
|
52
54
|
Once you have the answer to the question, possibly after a few steps,
|
53
55
|
say {DONE} and show me the answer. If you receive an error message,
|
54
|
-
try using the `
|
56
|
+
try using the `pandas_eval` tool/function again with the corrected code.
|
55
57
|
|
56
|
-
VERY IMPORTANT: When using the `
|
58
|
+
VERY IMPORTANT: When using the `pandas_eval` tool/function, DO NOT EXPLAIN ANYTHING,
|
57
59
|
SIMPLY USE THE TOOL, with the CODE.
|
58
60
|
Start by asking me what I want to know about the data.
|
59
61
|
"""
|
@@ -123,22 +125,22 @@ class TableChatAgentConfig(ChatAgentConfig):
|
|
123
125
|
)
|
124
126
|
|
125
127
|
|
126
|
-
class
|
127
|
-
"""Tool/function to
|
128
|
+
class PandasEvalTool(ToolMessage):
|
129
|
+
"""Tool/function to evaluate a pandas expression involving a dataframe `df`"""
|
128
130
|
|
129
|
-
request: str = "
|
131
|
+
request: str = "pandas_eval"
|
130
132
|
purpose: str = """
|
131
|
-
To
|
133
|
+
To eval a pandas <expression> on the dataframe 'df' and
|
132
134
|
return the results to answer a question.
|
133
|
-
IMPORTANT:
|
135
|
+
IMPORTANT: the <expression> field should be a valid pandas expression.
|
134
136
|
"""
|
135
|
-
|
137
|
+
expression: str
|
136
138
|
|
137
139
|
@classmethod
|
138
140
|
def examples(cls) -> List["ToolMessage"]:
|
139
141
|
return [
|
140
|
-
cls(
|
141
|
-
cls(
|
142
|
+
cls(expression="df.head()"),
|
143
|
+
cls(expression="df[(df['gender'] == 'Male')]['income'].mean()"),
|
142
144
|
]
|
143
145
|
|
144
146
|
|
@@ -147,7 +149,7 @@ class TableChatAgent(ChatAgent):
|
|
147
149
|
Agent for chatting with a collection of documents.
|
148
150
|
"""
|
149
151
|
|
150
|
-
|
152
|
+
sent_expression: bool = False
|
151
153
|
|
152
154
|
def __init__(self, config: TableChatAgentConfig):
|
153
155
|
if isinstance(config.data, pd.DataFrame):
|
@@ -170,8 +172,8 @@ class TableChatAgent(ChatAgent):
|
|
170
172
|
{self.df.columns}
|
171
173
|
"""
|
172
174
|
)
|
173
|
-
# enable the agent to use and handle the
|
174
|
-
self.enable_message(
|
175
|
+
# enable the agent to use and handle the PandasEvalTool
|
176
|
+
self.enable_message(PandasEvalTool)
|
175
177
|
|
176
178
|
def user_response(
|
177
179
|
self,
|
@@ -179,44 +181,32 @@ class TableChatAgent(ChatAgent):
|
|
179
181
|
) -> Optional[ChatDocument]:
|
180
182
|
response = super().user_response(msg)
|
181
183
|
if response is not None and response.content != "":
|
182
|
-
self.
|
184
|
+
self.sent_expression = False
|
183
185
|
return response
|
184
186
|
|
185
|
-
def
|
187
|
+
def pandas_eval(self, msg: PandasEvalTool) -> str:
|
186
188
|
"""
|
187
|
-
Handle a
|
189
|
+
Handle a PandasEvalTool message by evaluating the `expression` field
|
190
|
+
and returning the result.
|
188
191
|
Args:
|
189
|
-
msg (
|
192
|
+
msg (PandasEvalTool): The tool-message to handle.
|
190
193
|
|
191
194
|
Returns:
|
192
195
|
str: The result of running the code along with any print output.
|
193
196
|
"""
|
194
|
-
self.
|
195
|
-
|
196
|
-
# Create a dictionary that maps 'df' to the actual DataFrame
|
197
|
+
self.sent_expression = True
|
198
|
+
exprn = msg.expression
|
197
199
|
local_vars = {"df": self.df}
|
198
|
-
|
199
200
|
# Create a string-based I/O stream
|
200
201
|
code_out = io.StringIO()
|
201
202
|
|
202
203
|
# Temporarily redirect standard output to our string-based I/O stream
|
203
204
|
sys.stdout = code_out
|
204
205
|
|
205
|
-
# Split the code into lines
|
206
|
-
lines = code.strip().split("\n")
|
207
|
-
|
208
|
-
lines = [
|
209
|
-
"import pandas as pd",
|
210
|
-
"import numpy as np",
|
211
|
-
] + lines
|
212
|
-
|
213
|
-
# Run all lines as statements except for the last one
|
214
|
-
for line in lines[:-1]:
|
215
|
-
exec(line, {}, local_vars)
|
216
206
|
|
217
207
|
# Evaluate the last line and get the result
|
218
208
|
try:
|
219
|
-
eval_result = pd.eval(
|
209
|
+
eval_result = pd.eval(exprn, local_dict=local_vars)
|
220
210
|
except Exception as e:
|
221
211
|
eval_result = f"ERROR: {type(e)}: {e}"
|
222
212
|
|
@@ -242,15 +232,15 @@ class TableChatAgent(ChatAgent):
|
|
242
232
|
def handle_message_fallback(
|
243
233
|
self, msg: str | ChatDocument
|
244
234
|
) -> str | ChatDocument | None:
|
245
|
-
"""Handle scenario where LLM forgets to say DONE or
|
235
|
+
"""Handle scenario where LLM forgets to say DONE or
|
236
|
+
forgets to use pandas_eval"""
|
246
237
|
if isinstance(msg, ChatDocument) and msg.metadata.sender == lr.Entity.LLM:
|
247
|
-
if self.
|
238
|
+
if self.sent_expression:
|
248
239
|
return DONE
|
249
240
|
else:
|
250
241
|
return """
|
251
|
-
You forgot to use the `
|
252
|
-
|
253
|
-
|
254
|
-
should be in the `code` field.
|
242
|
+
You forgot to use the `pandas_eval` tool/function
|
243
|
+
to find the answer.
|
244
|
+
Try again using the `pandas_eval` tool/function.
|
255
245
|
"""
|
256
246
|
return None
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{langroid-0.1.233 → langroid-0.1.234}/langroid/agent/special/lance_rag/query_planner_agent.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{langroid-0.1.233 → langroid-0.1.234}/langroid/agent/special/sql/utils/description_extractors.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{langroid-0.1.233 → langroid-0.1.234}/langroid/embedding_models/protoc/embeddings_pb2_grpc.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{langroid-0.1.233 → langroid-0.1.234}/langroid/language_models/prompt_formatter/hf_formatter.py
RENAMED
File without changes
|
{langroid-0.1.233 → langroid-0.1.234}/langroid/language_models/prompt_formatter/llama2_formatter.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|