Closed h1alexbel closed 2 weeks ago
@rultor merge
@rultor merge
@h1alexbel OK, I'll try to merge now. You can check the progress of the merge here.
@rultor release, tag is 0.0.5
@rultor merge
@h1alexbel Done! FYI, the full log is here (took me 10min).
closes #156
PR-Codex overview
This PR modifies the way data is processed in the
embed.py
file by changing the column used for text embedding fromtop
tomcw
. This adjustment likely reflects a change in the data source or the intended input for the embedding function.Detailed summary
top
column tomcw
in the DataFrame.texts
parameter in theclient.embed
function to usemcw
instead oftop
.