Java: API - What about manipulating an array of float in Embedding ?
まだ誰も着手していません。
評価
調査の方向性
まず Embedding クラスと、既存のコンストラクターおよび getVector API を見つけます。ベクトルが現在どのように保存されているかと、近くにあるテストを確認し、その後、提案された配列ベースの構築と取得によって期待される値が維持されること、および API の動作がカバーされていることを検証してから、機能が完成したと判断します。
索引モデルが issue の本文から書いたものです。
説明
The Embedding contains a List<Float> to represent the vector. You can pass this list to the constructor and get its content as a List
private final List<Float> vector;
public Embedding(@Nonnull List<Float> vector) {
Objects.requireNonNull(vector);
this.vector = Collections.unmodifiableList(vector);
}
public List<Float> getVector() {
return vector;
}
But there are several external APIs (such as PGVector for example) that manipulate arrays of floats. So we end up casting arrays to lists back and forth.
It would be handy if Embedding had a constructor that takes an array of float, and a method to return the vector as an array:
public Embedding(float[] vector);
public float[] toArray();
WDYT ?
- 主要言語
- Java
- スター
- 276
- フォーク
- 56
- 平均マージ
- 17時間 45分
- マージ済み PR(30日)
- 4
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
microsoft/semantic-kernel-java のほかの issue
-
難易度 5/5 1週間以上 初心者へのやさしさ 20/100
microsoft/semantic-kernel-java#334 · コメント 1 件 ·
-
Feature Parity Inquiry: Multi-Agent Orchestration and Roadmap Alignment with Python/.NET Versions オープン
難易度 5/5 1週間以上 初心者へのやさしさ 25/100
microsoft/semantic-kernel-java#331 · コメント 7 件 ·
-
bug triage
microsoft/semantic-kernel-java#330 · コメント 3 件 · 担当者 1 名 ·
-
bug triage
難易度 5/5 1週間以上 初心者へのやさしさ 20/100
microsoft/semantic-kernel-java#328 · コメント 1 件 ·
-
microsoft/semantic-kernel-java#323 · リアクション 1 件 · 担当者 2 名 ·
microsoft/semantic-kernel-java の issue をすべて見る
似ている issue
-
bug
難易度 2/5 1〜3時間 初心者へのやさしさ 85/100
-
Two open-case totals on one screen: the Programs tile says 15,858 and the nav badge says 15,868 オープンbug frontend maui-pilot
難易度 2/5 1〜3時間 初心者へのやさしさ 72/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 76/100
objectionary/eo-graphs#74 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 72/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 65/100