Skip to content

Commit

Permalink
Use ingest multipart
Browse files Browse the repository at this point in the history
  • Loading branch information
angus-langchain committed Jan 29, 2025
1 parent b832f1f commit a4214a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "langsmith",
"version": "0.3.3",
"version": "0.3.4-rc.0",
"description": "Client library to connect to the LangSmith LLM Tracing and Evaluation Platform.",
"packageManager": "[email protected]",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion js/src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1231,7 +1231,7 @@ export class Client implements LangSmithTracingClientInterface {

const res = await this.batchIngestCaller.call(
_getFetchImplementation(),
`${this.apiUrl}/runs/multipart`,
`${this.apiUrl}/v1/runs/multipart`,
{
method: "POST",
headers: {
Expand Down
2 changes: 1 addition & 1 deletion js/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ export { RunTree, type RunTreeConfig } from "./run_trees.js";
export { overrideFetchImplementation } from "./singletons/fetch.js";

// Update using yarn bump-version
export const __version__ = "0.3.3";
export const __version__ = "0.3.4-rc.0";

0 comments on commit a4214a3

Please sign in to comment.