mirror of
https://github.com/lancedb/lancedb.git
synced 2026-01-04 10:52:56 +00:00
chore(js): remove errant console.log (#834)
This commit is contained in:
@@ -38,8 +38,6 @@ export class OpenAIEmbeddingFunction implements EmbeddingFunction<string> {
|
||||
|
||||
this._openai = new Openai(configuration)
|
||||
this._modelName = modelName
|
||||
|
||||
console.log({ op: this._openai.embeddings.create, md: this._modelName })
|
||||
}
|
||||
|
||||
async embed (data: string[]): Promise<number[][]> {
|
||||
|
||||
Reference in New Issue
Block a user