Skip to content

Commit

Permalink
Merge pull request #41 from tensorlakeai/chore/release-update
Browse files Browse the repository at this point in the history
chore: update release to v0.0.53
  • Loading branch information
adithyaakrishna authored Jul 15, 2024
2 parents 1fd20fa + 4d8c3c9 commit 33bf564
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "getindexify",
"version": "0.0.52",
"version": "0.0.53",
"description": "This is the TypeScript client for interacting with the Indexify service.",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
4 changes: 4 additions & 0 deletions src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ class IndexifyClient {
{ httpsAgent: IndexifyClient.getHttpsAgent({ mtlsConfig }) }
);
const client = await IndexifyClient.createClient({ namespace: name });

return client;
}

Expand Down Expand Up @@ -188,6 +189,7 @@ class IndexifyClient {
...(filters !== undefined && { filters }),
include_content,
});

return resp.data["results"];
}

Expand Down Expand Up @@ -444,6 +446,7 @@ class IndexifyClient {
input_params: JSON.stringify(input_params),
}
);

return resp.data;
}

Expand Down Expand Up @@ -566,6 +569,7 @@ class IndexifyClient {
content_source: contentSource,
linked_graph_name: linkedGraph,
};

await this.client.post(
`namespaces/${this.namespace}/extraction_graphs/${sourceGraph}/links`,
req,
Expand Down

0 comments on commit 33bf564

Please sign in to comment.