mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-01 09:49:03 -05:00
fix
This commit is contained in:
@@ -483,7 +483,6 @@ def generate_ollama_batch_embeddings(
|
||||
r.raise_for_status()
|
||||
data = r.json()
|
||||
|
||||
print(data)
|
||||
if "embeddings" in data:
|
||||
return data["embeddings"]
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user