[PR #145] [MERGED] fix: annotation in AsyncClient.embedding #384

Closed
opened 2026-02-15 16:30:11 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama-python/pull/145
Author: @jingfelix
Created: 5/3/2024
Status: Merged
Merged: 5/8/2024
Merged by: @mxyng

Base: mainHead: fix/async-client-embed-annotation


📝 Commits (1)

  • 2ac751f fix: annotation in AsyncClient.embedding

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 ollama/_client.py (+1 -1)

📄 Description

The same question as #114 .

In #114, annotation of Client.embedding is modified, but AsyncClient is forgotten.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama-python/pull/145 **Author:** [@jingfelix](https://github.com/jingfelix) **Created:** 5/3/2024 **Status:** ✅ Merged **Merged:** 5/8/2024 **Merged by:** [@mxyng](https://github.com/mxyng) **Base:** `main` ← **Head:** `fix/async-client-embed-annotation` --- ### 📝 Commits (1) - [`2ac751f`](https://github.com/ollama/ollama-python/commit/2ac751fb7931adb7f6655f1b9186038c5c815026) fix: annotation in AsyncClient.embedding ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `ollama/_client.py` (+1 -1) </details> ### 📄 Description The same question as #114 . In #114, annotation of `Client.embedding` is modified, but `AsyncClient` is forgotten. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 16:30:11 -05:00
yindo closed this issue 2026-02-15 16:30:11 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ollama/ollama-python#384