mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-23 03:19:38 +00:00
community: Bump ruff version to 0.9 (#29206)
Co-authored-by: Erick Friis <erick@langchain.dev>
This commit is contained in:
committed by
GitHub
parent
30f6c9f5c8
commit
723031d548
@@ -67,7 +67,12 @@ class BookendEmbeddings(BaseModel, Embeddings):
|
||||
|
||||
for text in texts:
|
||||
data = json.dumps(
|
||||
{"text": text, "question": None, "context": None, "instruction": None}
|
||||
{
|
||||
"text": text,
|
||||
"question": None,
|
||||
"context": None,
|
||||
"instruction": None,
|
||||
}
|
||||
)
|
||||
r = requests.request(
|
||||
"POST",
|
||||
|
Reference in New Issue
Block a user